Skip to content

Releases: anchorageoss/tezosprotocol

Use btcutil from btcd

27 Apr 15:16
6217119
Compare
Choose a tag to compare

Changelog

  • Use btcutil from btcd
  • Minimum tested go version is now 1.17

Upgrade to btcec v2

15 Jul 14:40
23a051d
Compare
Choose a tag to compare

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

16 Mar 21:27
498e670
Compare
Choose a tag to compare

Changelog

  • Adds support for Endorsement operation contents.
  • Compatible with Babylon and Carthage

v2.2.0

25 Nov 09:28
b350af0
Compare
Choose a tag to compare

Changelog

  • Adds initial micheline and michelson utils implementing a small subset of the spec

v2.1.1

30 Oct 18:07
f319653
Compare
Choose a tag to compare

Changelog

  • Fixes a bug in serialization of some zarith numbers

v2.1.0

22 Oct 05:56
ab6db15
Compare
Choose a tag to compare

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

03 Oct 17:14
5679df3
Compare
Choose a tag to compare

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

02 Oct 17:37
354ab3b
Compare
Choose a tag to compare
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

02 Oct 17:46
4a2ee1d
Compare
Choose a tag to compare

Changelog

  • Updates dependency versions

v1.0.1

10 Sep 18:30
3c05ba2
Compare
Choose a tag to compare
Merge pull request #3 from vikstrous/fix-nil-pointer

fix nil pointer encoding nil big.Int to zarith