packages feed

haskoin-store 0.23.21 → 0.23.22

raw patch · 2 files changed

+8/−4 lines, 2 filesdep ~haskoin-node

Dependency ranges changed: haskoin-node

Files

CHANGELOG.md view
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 0.23.22+### Changed+- Depend on latest Haskoin Node that fixes debugging regression.+ ## 0.23.21 ### Changed - Reduce non-debug log verbosity.
haskoin-store.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 1b1c2b1561cd40fc700891e2d9451ad59b130a7c7e764e4cc19eb2bca04ca97e+-- hash: 805c70561a3a193b9ca315be92495d62f2993e0ac1fba8ef414394e75342e7b3  name:           haskoin-store-version:        0.23.21+version:        0.23.22 synopsis:       Storage and index for Bitcoin and Bitcoin Cash description:    Store and index Bitcoin or Bitcoin Cash blocks, transactions, balances and unspent outputs.                 All data is available via REST API in JSON or binary format.@@ -59,7 +59,7 @@     , deepseq >=1.4.4.0     , hashable >=1.3.0.0     , haskoin-core >=0.12.0-    , haskoin-node >=0.11.1+    , haskoin-node >=0.11.3     , hedis >=0.12.13     , http-types >=0.12.3     , monad-logger >=0.3.32@@ -148,7 +148,7 @@     , deepseq >=1.4.4.0     , hashable >=1.3.0.0     , haskoin-core >=0.12.0-    , haskoin-node >=0.11.1+    , haskoin-node >=0.11.3     , hedis >=0.12.13     , hspec >=2.7.1     , http-types >=0.12.3