Skip to content

Tags: libsv/go-bc

Tags

v0.1.29

Toggle v0.1.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #84 from kuba-4chain/feat/new-bump-from-stream

feat(BUMP): implementation of NewBUMPFromStream that returns bytes used

v0.1.28

Toggle v0.1.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #83 from libsv/fix/merkle-path-optimal

[fix] optimize the BUMP calculation function to make it O(log(n))

v0.1.27

Toggle v0.1.27's commit message
Pending full release...

v0.1.26

Toggle v0.1.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #82 from boecklim/fix/rm_build_merkle_tree_err

remove unused returned error

v0.1.25

Toggle v0.1.25's commit message

Verified

This tag was signed with the committer’s verified signature.
sirdeggen deggen
fix: BUMP for one txid only, not whole tree.

v0.1.24

Toggle v0.1.24's commit message

Verified

This tag was signed with the committer’s verified signature.
sirdeggen deggen
Update tests to capture more edge cases. Resolve a bug to do with ret…

…urning early when there’s only one hash in the merkle tree.

v0.1.23

Toggle v0.1.23's commit message

Verified

This tag was signed with the committer’s verified signature.
sirdeggen deggen
BUMP format parse hash only if not a duplicate.

v0.1.22

Toggle v0.1.22's commit message

Verified

This tag was signed with the committer’s verified signature.
sirdeggen deggen
nil pointer equality check

v0.1.21

Toggle v0.1.21's commit message

Verified

This tag was signed with the committer’s verified signature.
sirdeggen deggen
Fix bug related to nil pointer dereference.

v0.1.20

Toggle v0.1.20's commit message

Verified

This tag was signed with the committer’s verified signature.
sirdeggen deggen
Fix BUMP for blocks with only one tx.