Skip to content

Releases: libsv/go-bc

Release v0.1.29

24 May 09:20
f6a717f
Compare
Choose a tag to compare
Release v0.1.29 Pre-release
Pre-release

Changelog

  • f6a717f Merge pull request #84 from kuba-4chain/feat/new-bump-from-stream

Release v0.1.28

26 Mar 07:39
186145d
Compare
Choose a tag to compare
Release v0.1.28 Pre-release
Pre-release

Changelog

  • 186145d Merge pull request #83 from libsv/fix/merkle-path-optimal

Release v0.1.27

25 Mar 20:26
ef52922
Compare
Choose a tag to compare
Release v0.1.27 Pre-release
Pre-release

Changelog

  • ef52922 linter complaint resolved.

Release v0.1.26

21 Dec 14:23
4b39571
Compare
Choose a tag to compare
Release v0.1.26 Pre-release
Pre-release

Changelog

  • 4b39571 Merge pull request #82 from boecklim/fix/rm_build_merkle_tree_err

Release v0.1.25

01 Dec 20:26
v0.1.25
9e073fb
Compare
Choose a tag to compare

Changelog

  • 9e073fb fix: only include the hashes for the txid we're interested in

What's Changed

Full Changelog: v0.1.24...v0.1.25

Release v0.1.24

20 Nov 21:33
v0.1.24
9b84acf
Compare
Choose a tag to compare

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

20 Nov 19:26
v0.1.23
bc3fb97
Compare
Choose a tag to compare

Changelog

  • bc3fb97 only parse the hash if it’s there

Release v0.1.22

07 Nov 17:15
v0.1.22
c0a55ac
Compare
Choose a tag to compare

Changelog

  • c0a55ac nil pointer equality check

Release v0.1.21

07 Nov 16:23
v0.1.21
2fa06a0
Compare
Choose a tag to compare

Changelog

  • 2fa06a0 The default chainHash is 00000s not nil, so instead we check against nil here.

Release v0.1.20

03 Nov 14:52
v0.1.20
4089920
Compare
Choose a tag to compare

Changelog

  • 4089920 merkle root is the txid if there is only one