packages feed

haskoin-store 0.52.12 → 0.52.13

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.52.13+### Fixed+- Upstream fixes for unknown inv types.+ ## 0.52.12 ### Fixed - Fix limits for legacy endpoints.
haskoin-store.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 295072531878fe4adabaa9de55d7088d20069a0bff0dfa6e0fec121e32a63fa9+-- hash: 8ceee75d28fbd725fffaf8115698714ce2a7655952f721e8db596dc9641c3eac  name:           haskoin-store-version:        0.52.12+version:        0.52.13 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@@ -61,7 +61,7 @@     , hashable >=1.3.0.0     , haskoin-core >=0.19.0     , haskoin-node >=0.17.0-    , haskoin-store-data ==0.52.12+    , haskoin-store-data ==0.52.13     , hedis >=0.12.13     , http-types >=0.12.3     , lens >=4.18.1@@ -115,7 +115,7 @@     , haskoin-core >=0.19.0     , haskoin-node >=0.17.0     , haskoin-store-    , haskoin-store-data ==0.52.12+    , haskoin-store-data ==0.52.13     , hedis >=0.12.13     , http-types >=0.12.3     , lens >=4.18.1@@ -174,7 +174,7 @@     , haskoin-core >=0.19.0     , haskoin-node >=0.17.0     , haskoin-store-    , haskoin-store-data ==0.52.12+    , haskoin-store-data ==0.52.13     , hedis >=0.12.13     , hspec >=2.7.1     , http-types >=0.12.3