haskoin-store-data 0.46.3 → 0.46.4
raw patch · 2 files changed
+11/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +9/−0
- haskoin-store-data.cabal +2/−2
CHANGELOG.md view
@@ -4,6 +4,15 @@ 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.4+### Fixed+- Do not compute balances separately for loose addresses when part of an xpub.++### Changed+- Do not fetch entire transaction list for loose addresses.+- Transaction count in wallet object is just a synonym for filtered tx count.+- Use conduits to prevent over-fetching transactions from database.+ ## 0.46.3 ### Fixed - Make hex value encoding compatible with Java BigInteger decoder.
haskoin-store-data.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: e61a03aefa59e9d7ac5391663077666467af98b8973d313c73102d14af8c6658+-- hash: e30e33b4a5da374f43312febaef89226425625a025cc4ee324708b02015deb34 name: haskoin-store-data-version: 0.46.3+version: 0.46.4 synopsis: Data for Haskoin Store description: Please see the README on GitHub at <https://github.com/haskoin/haskoin-store#readme> category: Bitcoin, Finance, Network