Skip to content

Tags: libsv/go-bt

Tags

v2.2.5

Toggle v2.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix/valid tx execute (#173)

* valid transaction fails to execute

* fake opcode to reconstruct subscript even when we can’t parse the data.

Signed-off-by: Darren Kellenschwiler <deggen@kschw.com>

* aligning the tests to this new concept

Signed-off-by: Darren Kellenschwiler <deggen@kschw.com>

* off by one - fix for op return with no bytes. one byte, and multiple bytes after the return statement

Signed-off-by: Darren Kellenschwiler <deggen@kschw.com>

---------

Signed-off-by: Darren Kellenschwiler <deggen@kschw.com>
Co-authored-by: Michael Boeckli <michael.boeckli@taal.com>

v2.2.4

Toggle v2.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add conditional break in parsing the script after op return… (#170)

* Added conditional break in parsing the script after op return…

… so long as we are not in a conditional block.

This is to get the library in line with v1.0.15.1 of SV node as outlined within this issue: bitcoin-sv/bitcoin-sv#296

Logic should match SV node here: https://github.com/bitcoin-sv/bitcoin-sv/blob/89d55a8ddb0e29f4786e11efad1e92cdefd0b9c5/src/script/script.cpp#L38

Signed-off-by: Darren Kellenschwiler <deggen@kschw.com>

* typo

Signed-off-by: Darren Kellenschwiler <deggen@kschw.com>

* Add unit test for Parse function

---------

Signed-off-by: Darren Kellenschwiler <deggen@kschw.com>
Co-authored-by: Michael Boeckli <michael.boeckli@taal.com>

v2.2.3

Toggle v2.2.3'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 #169 from libsv/fix/op-invert-bug-fix

OP_INVERT was modifying bytes in place, now they are popped, modified, and pushed back onto the stack

v2.2.2

Toggle v2.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
sirdeggen deggen
Fixes the OP_CODESEPARATOR bug in the interpreter.

v2.2.1

Toggle v2.2.1'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 #149 from libsv/feat/bid-list-1-dummy

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Decrease default fees to 0.05 sat/B (#144)

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make CreateOpReturnOutput public (#131)

* Merge branch 'master' of https://github.com/libsv/go-bt

* Fix panic in ToAsm() caused by last commit. (#109)

* Fix rename of variable

* Fixed an old test that was failing due to changes in ToAsm() method

* Explicity check error

* Spelling

* All transaction parsing functions now use one function.  Added BIP-239 support (extended transaction format)

* Add comments and extra test

* Overcome linter

* Linter workarounds

* Linter fix

* More linting workarounds

* Minor changes to address comments in PR

* Make CreateOpReturnOutput public

* Added comment to CreateOpReturnOutput

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
DRY changes and adding support for BIP-239 Extended Transaction Format (

#130)

* Merge branch 'master' of https://github.com/libsv/go-bt

* Fix panic in ToAsm() caused by last commit. (#109)

* Fix rename of variable

* Fixed an old test that was failing due to changes in ToAsm() method

* Explicity check error

* Spelling

* All transaction parsing functions now use one function.  Added BIP-239 support (extended transaction format)

* Add comments and extra test

* Overcome linter

* Linter workarounds

* Linter fix

* More linting workarounds

* Minor changes to address comments in PR

v2.1.0-beta.4

Toggle v2.1.0-beta.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix for IsMultiSigOut index out of range error (#116)

* Fix for IsMultiSigOut index out of range error

* Updating test for linter

v1.0.8

Toggle v1.0.8's commit message
fix: goreleaser action