Releases: libsv/go-bc
Releases · libsv/go-bc
Release v0.1.29
Release v0.1.28
Release v0.1.27
Changelog
- ef52922 linter complaint resolved.
Release v0.1.26
Release v0.1.25
Changelog
- 9e073fb fix: only include the hashes for the txid we're interested in
What's Changed
- fix: Bug in bump deserialization by @sirdeggen in #78
- Fix: Deserialization bug by @sirdeggen in #79
- feat: add function which returns slice of txids contained within. by @sirdeggen in #80
Full Changelog: v0.1.24...v0.1.25
Release v0.1.24
Changelog
- Update tests to capture more edge cases. Resolve a bug to do with returning early when there’s only one hash in the merkle tree.
- only parse the hash if it’s there
- enhance: make sure to throw errors when the bytes are nonsensical
- also add tests for unusual transaction numbers.
- 9b84acf These paths should only have txid: true for their specific tx not the whole lot.
Full Changelog: v0.1.23...v0.1.24
Release v0.1.23
Changelog
- bc3fb97 only parse the hash if it’s there
Release v0.1.22
Changelog
- c0a55ac nil pointer equality check
Release v0.1.21
Changelog
- 2fa06a0 The default chainHash is 00000s not nil, so instead we check against nil here.
Release v0.1.20
Changelog
- 4089920 merkle root is the txid if there is only one