haskoin-store-data 0.62.1 → 0.63.0
raw patch · 3 files changed
+7/−5 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- README.md +1/−3
- haskoin-store-data.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.63.0+### Fixed+- Make cache updates lightweight.+ ## 0.62.1 ### Fixed - Fix idempotent transaction elimination bug.
README.md view
@@ -27,10 +27,8 @@ ## Install on Ubuntu or Debian -* Get [Stack](https://haskellstack.org/)- ```sh-apt install git zlib1g-dev libsecp256k1-dev librocksdb-dev pkg-config+apt install git zlib1g-dev libsecp256k1-dev librocksdb-dev pkg-config haskell-stack git clone https://github.com/haskoin/haskoin-store.git cd haskoin-store stack build --copy-bins
haskoin-store-data.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 1f2f23e359dfc59ed5518e3d7784c0a4b06c27712923358c3007b5f1c50ce35b+-- hash: ba751bcf7e1b4ce2f69e9753c165de727f4a0f4cab2112e8c27a7b922c6c46dd name: haskoin-store-data-version: 0.62.1+version: 0.63.0 synopsis: Data for Haskoin Store description: Please see the README on GitHub at <https://github.com/haskoin/haskoin-store#readme> category: Bitcoin, Finance, Network