Releases: libsv/go-bt
Releases · libsv/go-bt
Release v2.1.0-beta.3
Release v1.0.6
Release v1.0.5
Release v2.1.0-beta.1
Release v2.0.0-beta.13
Release v2.0.0-beta.12
Release v2.0.0-beta.11
Release v2.0.0-beta.10
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
Release v2.0.0-beta.9
Added named error return when Fund doesn't cover the output+fees of a tx.