Skip to content

Releases: algorand/go-algorand-sdk

v1.21.0

19 Sep 15:52
Compare
Choose a tag to compare

GitHub Logo

Overview

Various enhancements and bug fixes.

Changelog

Enhancements

  • Deprecation: Add deprecated tags to v1 algod1 API (#392)
  • Enhancement: update block model (#401)

Bugfixes

  • Bugfix: Fix dryrun parser (#400)

Additional Resources

v1.20.0

02 Sep 15:22
b5ae6ab
Compare
Choose a tag to compare

What's Changed

Bugfixes

New Features

  • StateProof: State proof support by @Eric-Warehime in #374
  • StateProof: State Proof Verification additions by @almog-t in #377
  • State Proofs: added compute leaf function for light block header to sdk by @almog-t in #382
  • State Proofs: renamed light block header hash func by @almog-t in #383

Enhancements

New Contributors

Full Changelog: v1.19.0...v1.20.0

v1.19.0

17 Aug 20:09
Compare
Choose a tag to compare

1.19.0

Overview

We minimized project dependencies by factoring out shared ABI functionality into https://github.com/algorand/avm-abi/ rather than depending on go-algorand.

Enhancements

  • AVM: Consolidate TEAL and AVM versions (#345)
  • Testing: Use Dev mode network for cucumber tests (#349)
  • AVM: Use avm-abi repo (#352)

v1.18.0

27 Jul 16:21
c5290bb
Compare
Choose a tag to compare

What's Changed

New Features

Enhancements

  • Github-Actions: Adding pr title and label checks by @algojack in #336

Full Changelog: v1.17.0...v1.18.0

v1.17.0

21 Jun 19:27
Compare
Choose a tag to compare

GitHub Logo

Changelog

  • Added GetMethodByName on Interface and Contract (#330)
  • Regenerated code with the latest specification file (d012c9f5) (#332)
  • Added helper method for formatting the algod API path (#331)
  • Added method in ABI results object (#329)

Additional Resources

v1.16.0

03 Jun 13:39
7c7bab4
Compare
Choose a tag to compare

Important Note

This release includes an upgrade to golang 1.17.

What's Changed

New Contributors

Full Changelog: v1.15.0...v1.16.0

v1.15.0

28 Apr 20:10
Compare
Choose a tag to compare

1.15.0

  • adding foreign app addr to dryrun creator (#312)
  • adding dryrun stack printer (#289)
  • Readme updates (#296)

v1.14.1

29 Mar 12:33
efae689
Compare
Choose a tag to compare

1.14.1

  • Avoid client response failure on unknown field (#307)
  • Add ParticipationUpdates to BlockHeader (#306)

go-algorand-sdk v1.14.0

23 Mar 21:17
3145026
Compare
Choose a tag to compare

GitHub Logo

What's New

Support for unlimited assets.

Changelog

  • Unlimited assets changes (#294)
  • Update abi impl from go-algorand (#303)
  • Update go to version 1.16 (#301)

Additional Resources

go-algorand-sdk v1.14.0-beta.1

18 Mar 22:10
Compare
Choose a tag to compare
Pre-release

GitHub Logo

Overview

Updates to support go-algorand v3.5.1.

What's New

Support for unlimited assets.

Changelog

Additional Resources