packages feed

haskoin-node 0.17.0 → 0.17.1

raw patch · 2 files changed

+8/−4 lines, 2 filesdep ~haskoin-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: haskoin-core

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.17.1+### Changed+- Depend on haskoin-core-0.17.3.+ ## 0.17.0 ### Added - Support for Bitcoin Cash November 2020 hard fork.
haskoin-node.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: bfbf80f5bef5255eb74c1b030e32037fa23ac5c7e70f0fd73930bd675232580a+-- hash: 800641aa2018be20f603de6ee17110b8ddd469251d0222687fb2bc86021ec2d1  name:           haskoin-node-version:        0.17.0+version:        0.17.1 synopsis:       P2P library for Bitcoin and Bitcoin Cash description:    Please see the README on GitHub at <https://github.com/haskoin/haskoin-node#readme> category:       Bitcoin, Finance, Network@@ -45,7 +45,7 @@     , containers     , data-default     , hashable-    , haskoin-core >=0.17.0+    , haskoin-core >=0.17.3     , monad-logger     , mtl     , network@@ -81,7 +81,7 @@     , containers     , data-default     , hashable-    , haskoin-core >=0.17.0+    , haskoin-core >=0.17.3     , haskoin-node     , hspec     , monad-logger