packages feed

haskoin-store 0.46.2 → 0.46.3

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~haskoin-store-dataPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: haskoin-store-data

API changes (from Hackage documentation)

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.46.3+### Fixed+- Make hex value encoding compatible with Java BigInteger decoder.+ ## 0.46.2 ### Changed - Allow negative confirmations for compatibility with old API.
haskoin-store.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 46cd2239685c38fd7e6e9408f4fe80e13d818dd3528cfd78925eed29df91afea+-- hash: 1d506c7bd9f5afbe5f0b1da5bd8e173e9ff4ca6f5e64429f1153af50c15ce70b  name:           haskoin-store-version:        0.46.2+version:        0.46.3 synopsis:       Storage and index for Bitcoin and Bitcoin Cash description:    Please see the README on GitHub at <https://github.com/haskoin/haskoin-store#readme> category:       Bitcoin, Finance, Network@@ -59,7 +59,7 @@     , hashable >=1.3.0.0     , haskoin-core >=0.19.0     , haskoin-node >=0.17.0-    , haskoin-store-data ==0.46.2+    , haskoin-store-data ==0.46.3     , hedis >=0.12.13     , http-types >=0.12.3     , lens >=4.18.1@@ -109,7 +109,7 @@     , haskoin-core >=0.19.0     , haskoin-node >=0.17.0     , haskoin-store-    , haskoin-store-data ==0.46.2+    , haskoin-store-data ==0.46.3     , hedis >=0.12.13     , http-types >=0.12.3     , lens >=4.18.1@@ -164,7 +164,7 @@     , haskoin-core >=0.19.0     , haskoin-node >=0.17.0     , haskoin-store-    , haskoin-store-data ==0.46.2+    , haskoin-store-data ==0.46.3     , hedis >=0.12.13     , hspec >=2.7.1     , http-types >=0.12.3