packages feed

haskoin-store 0.23.20 → 0.23.21

raw patch · 3 files changed

+7/−3 lines, 3 files

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.21+### Changed+- Reduce non-debug log verbosity.+ ## 0.23.20 ### Changed - Better Haskoin Node logging.
haskoin-store.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: cbb904727b2f9bd2bcabbdc6c752e74002c24c776489b9d6de71284f3c276051+-- hash: 1b1c2b1561cd40fc700891e2d9451ad59b130a7c7e764e4cc19eb2bca04ca97e  name:           haskoin-store-version:        0.23.20+version:        0.23.21 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.
src/Haskoin/Store/BlockStore.hs view
@@ -462,7 +462,7 @@                             p'                         return Nothing                     False -> do-                        $(logInfoS) "BlockStore" $+                        $(logDebugS) "BlockStore" $                             "Requesting transaction " <> cs (show i) <> "/" <>                             cs (show (length hs)) <>                             " " <>