packages feed

haskoin-store 0.64.12 → 0.64.13

raw patch · 3 files changed

+8/−8 lines, 3 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.64.13+### Fixed+- Avoid doing a hissy fit on transient cache issue.+ ## 0.64.12 ### Fixed - Prune a little more cache to allow for new keys.
haskoin-store.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           haskoin-store-version:        0.64.12+version:        0.64.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@@ -60,7 +60,7 @@     , hashable >=1.3.0.0     , haskoin-core >=0.21.1     , haskoin-node >=0.17.0-    , haskoin-store-data ==0.64.12+    , haskoin-store-data ==0.64.13     , hedis >=0.12.13     , http-types >=0.12.3     , lens >=4.18.1@@ -116,7 +116,7 @@     , haskoin-core >=0.21.1     , haskoin-node >=0.17.0     , haskoin-store-    , haskoin-store-data ==0.64.12+    , haskoin-store-data ==0.64.13     , hedis >=0.12.13     , http-types >=0.12.3     , lens >=4.18.1@@ -177,7 +177,7 @@     , haskoin-core >=0.21.1     , haskoin-node >=0.17.0     , haskoin-store-    , haskoin-store-data ==0.64.12+    , haskoin-store-data ==0.64.13     , hedis >=0.12.13     , hspec >=2.7.1     , http-types >=0.12.3
src/Haskoin/Store/Cache.hs view
@@ -975,10 +975,6 @@           $(logErrorS) "Cache" $             "Cache head block node not found: "               <> blockHashToHex hb-          throwIO $-            LogicError $-              "Cache head block node not found: "-                <> cs (blockHashToHex hb)         Just hn ->           chainBlockMain hb ch >>= \m ->             if m