packages feed

haskoin-store 0.23.19 → 0.23.20

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.20+### Changed+- Better Haskoin Node logging.+ ## 0.23.19 ### Changed - Use set peer timeout instead of constant in block store. 
haskoin-store.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: be4475f39ee933c10fae43c889f358b857889d044806b83028e889fd37c8c6af+-- hash: cbb904727b2f9bd2bcabbdc6c752e74002c24c776489b9d6de71284f3c276051  name:           haskoin-store-version:        0.23.19+version:        0.23.20 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.0+    , haskoin-node >=0.11.1     , 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.0+    , haskoin-node >=0.11.1     , hedis >=0.12.13     , hspec >=2.7.1     , http-types >=0.12.3