Skip to content

Releases: libsv/go-bt

Release v2.1.0-beta.3

05 May 10:07
841602a
Compare
Choose a tag to compare
Release v2.1.0-beta.3 Pre-release
Pre-release

Changelog

  • 841602a Fix for change and tiny fee calculations (#112)

Release v1.0.6

19 Mar 19:25
87a77cc
Compare
Choose a tag to compare

Changelog

  • 87a77cc Fix panic in ToAsm() caused by last commit. (#109)

Release v1.0.5

19 Mar 10:10
5db7a1e
Compare
Choose a tag to compare

Changelog

Release v2.1.0-beta.1

30 Nov 08:50
792a281
Compare
Choose a tag to compare
Release v2.1.0-beta.1 Pre-release
Pre-release

Changelog

  • 792a281 Enhancement: JSON Marshalling of *bscript.Script (#85)

Release v2.0.0-beta.13

25 Nov 09:04
792a281
Compare
Choose a tag to compare
Pre-release

Changelog

792a281 Enhancement: JSON Marshalling of *bscript.Script (#85)

Release v2.0.0-beta.12

16 Nov 11:39
55823e4
Compare
Choose a tag to compare
Pre-release

Changelog

55823e4 Fix: Binary Maths (#82)

Release v2.0.0-beta.11

11 Nov 22:08
4f458d2
Compare
Choose a tag to compare
Pre-release

Changelog

4f458d2 Feature: Interpreter Debug Hooks (#73)

Release v2.0.0-beta.10

08 Nov 16:59
ea790cc
Compare
Choose a tag to compare
Pre-release

What's Changed

  • adding changeToAddress by @theflyingcodr in #24
  • Bec v2 by @theflyingcodr in #20
  • rename-changetooutput by @jadwahab in #28
  • Tx json by @theflyingcodr in #23
  • Fix/v2 p2pkhbytelen by @theflyingcodr in #32
  • Field encapsulation by @theflyingcodr in #26
  • Change calc update by @theflyingcodr in #33
  • updating pipeline to auto release on tag. adding mergify config by @theflyingcodr in #35
  • Enhancement/fee quotes by @theflyingcodr in #18
  • Enhancement/cheapest fee helper by @theflyingcodr in #29
  • update to go1.16 and add mergify button by @theflyingcodr in #36
  • Marshal/ Unmarshal feeQuote by @theflyingcodr in #37
  • data fee default was incorrect, now fixed by @theflyingcodr in #40
  • Bump github.com/libsv/go-bk from 0.1.3 to 0.1.4 by @dependabot in #41
  • Feat/tx fees by @theflyingcodr in #42
  • Fix: False positive with IsFeePaidEnough by @Tigh-Gherr in #43
  • Enhancement: EstimateIsFeePaidEnough by @Tigh-Gherr in #44
  • Feature: FromUTXOs by @Tigh-Gherr in #45
  • Feature: SignAll - General case tx signing. by @Tigh-Gherr in #46
  • Update: Repo Assets (Minor Updates) by @mrz1836 in #49
  • Enhancement: Smaller Interpreter Suggestion Footprint by @Tigh-Gherr in #51
  • Fix private index field on Output by @theflyingcodr in #55
  • Feature: JSON Marshalling and Unmarshalling for bt.UTXO by @Tigh-Gherr in #50
  • enable builds for v1 branch by @theflyingcodr in #59
  • Fix: Use Interpreter without building Tx or Output by @Tigh-Gherr in #60
  • Fix: Use varadic call internally by @Tigh-Gherr in #61
  • Fix: Potential GHA fix by @Tigh-Gherr in #64
  • Enhancement: Named err on tx not fully funded by @Tigh-Gherr in #65
  • Feat: NewP2PKHFromBip32ExtKey by @Tigh-Gherr in #57
  • Fix: Inputs/Outputs in isolation by @Tigh-Gherr in #72
  • Enhancement: JSON Formatting by @Tigh-Gherr in #70
  • Enhancement: Tx Unlocker by @Tigh-Gherr in #67
  • Enhancement: Standardised Errors by @Tigh-Gherr in #71
  • Fix: OP_CAT Memory Buffer Overwrite by @Tigh-Gherr in #74
  • Enhancement: Node JSON Marshalling for slices by @Tigh-Gherr in #75
  • Fix: Max Number Length after Genesis by @Tigh-Gherr in #78

Full Changelog: v1.0.0...v2.0.0-beta.10

Release v1.0.3

29 Oct 09:29
4469110
Compare
Choose a tag to compare

Changelog

4469110 Optimise ToASM() func using string builder (#76)

Release v2.0.0-beta.9

06 Oct 08:53
201dbcc
Compare
Choose a tag to compare
Release v2.0.0-beta.9 Pre-release
Pre-release

Added named error return when Fund doesn't cover the output+fees of a tx.