haskoin-store 0.1.0 → 0.1.1
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.1.1+### Changed+- Dependency `secp256k1` is now `secp256k1-haskell`.+ ## 0.1.0 ### Added - New `CHANGELOG.md` file.
haskoin-store.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 196c994ec9a01682cf61d0d95691b91207a2d002102b4d836bfa18586c832bd9+-- hash: f4138d19134a8fce2cf22bae13a970244e5c9dac196283f1062c02be5f659a95 name: haskoin-store-version: 0.1.0+version: 0.1.1 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