Releases: anchorageoss/tezosprotocol
Releases · anchorageoss/tezosprotocol
Use btcutil from btcd
Changelog
- Use btcutil from btcd
- Minimum tested go version is now 1.17
Upgrade to btcec v2
This major version doesn't reflect any new features or changes. It exists because a dependency, github.com/btcsuite/btcd
introduced a breaking change, splitting github.com/btcsuite/btcd/btcec
out into a separate go module.
If you are using github.com/btcsuite/btcd
0.22 or lower in your codebase, you should use tezosprotocol/v2.
If you are using github.com/btcsuite/btcd
0.23 or higher in your codebase, you should use tezosprotocol/v3.
If you are not using github.com/btcsuite/btcd at all, just go with v3.
Adds support for Endorsements
Changelog
- Adds support for Endorsement operation contents.
- Compatible with Babylon and Carthage
v2.2.0
Changelog
- Adds initial micheline and michelson utils implementing a small subset of the spec
v2.1.1
Changelog
- Fixes a bug in serialization of some zarith numbers
v2.1.0
Changelog
- adds support for serializing and deserializing signed Zarith numbers
- adds support for including parameters in the
transaction
operation content type
v2.0.0 Babylon
Changelog
- Updates binary marshaling and unmarshaling for Babylon compatibility
- Increments go module version to github.com/anchorageoss/tezosprotocol/v2
- Adds support for scripts in originations
- Updates minimum fees for Babylon
v2.0.0 Babylon pre-release
Changelog
- Updates binary marshaling and unmarshaling for Babylon compatibility
- Increments go module version to
github.com/anchorageoss/tezosprotocol/v2
- Adds support for scripts in originations
Pending
- Update minimum fees for Babylon
v1.0.2
Changelog
- Updates dependency versions
v1.0.1
Merge pull request #3 from vikstrous/fix-nil-pointer fix nil pointer encoding nil big.Int to zarith