haskoin-store 0.18.3 → 0.18.4
raw patch · 2 files changed
+6/−2 lines, 2 files
Files
- CHANGELOG.md +4/−0
- haskoin-store.cabal +2/−2
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.18.4+### Changed+- Bump Haskoin Node to fix peers not stored and excessively verbose logging.+ ## 0.18.3 ### Changed - Configurable HTTP request logging. Disabled by default.
haskoin-store.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: cb17d9e2eacd3acbc782ba292f82750cb88b6510b29e5685c11652ab5ebdcee1+-- hash: 147705cd3c7e602c2cb04e9aa8a4423c39019f464ef5bbdb97f7cb34f5c30205 name: haskoin-store-version: 0.18.3+version: 0.18.4 synopsis: Storage and index for Bitcoin and Bitcoin Cash description: Store blocks, transactions, and balances for Bitcoin or Bitcoin Cash, and make that information via REST API. category: Bitcoin, Finance, Network