haskoin-store 0.6.2 → 0.6.3
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.6.3+### Changed+- Dummy release to bump haskoin-node in stack.yaml.+ ## 0.6.2 ### Changed - Correct bug where coinbase transactions weren't properly flagged.
haskoin-store.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 3c0c51ffa1a9490e982884fe080410e55fd134fb98e45dc26520628cb4d2496c+-- hash: b4f7b6f7dd541812e32115220092ac68fd85f3ca81d209035d64fd675050ae9e name: haskoin-store-version: 0.6.2+version: 0.6.3 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