Skip to content

Releases: algorand/go-algorand-sdk

v.1.10.0

03 Aug 14:28
Compare
Choose a tag to compare

1.10.0

Added

  • New github Issue template
  • Signing support for rekeying to LogicSig/MultiSig account
  • Asset Base64 Fields

BugFix

  • Use correct go version in CI

v1.9.2

07 Jul 16:52
2afc9ee
Compare
Choose a tag to compare

Bug Fix

  • Update FromBase64String() to correctly return the signed transaction
  • Make MakeApplicationCreateTxWithExtraPages() and revert MakeApplicationCallTx() to make non-API-breaking

v1.9.1 - API COMPATIBILITY CHANGE

21 Jun 16:30
513bc92
Compare
Choose a tag to compare

Bugfix

  • Allow asset URLs to be up to 96 bytes

v1.9.0 - API COMPATIBILITY CHANGE

17 Jun 22:04
3c87e12
Compare
Choose a tag to compare

Added

  • Support for TEAL 4 programs
  • Support for creating application with extra program pages
  • Support for setting a transaction fee below the network minimum, for use with fee pooling

Bugfix

  • Algod and Indexer responses will now produce JSON that matches the other SDKs

v1.8.0

21 May 20:58
056bf3a
Compare
Choose a tag to compare

Added

  • V2: Add MakeClientWithHeaders wrapper functions

Bugfix

  • Fix FlatFee computation

v1.7.0

27 Apr 19:55
830369b
Compare
Choose a tag to compare

Bugfix

  • Fix GetGenesis endpoint.

v1.6.0

21 Apr 20:56
23e6f18
Compare
Choose a tag to compare

Added

  • Code generation for more of the http client
  • Add TEAL 3 support
  • template UX tweaks

Bugfix

  • Make limitorder.GetSwapAssetsTransaction behave the same as other SDKs

v1.5.1

21 Apr 19:27
Compare
Choose a tag to compare

Added

  • Add BlockRaw method to algod API V2 client.

v1.5.0

05 Aug 21:04
225dad1
Compare
Choose a tag to compare

1.5.0

Added

  • Support for Applications

v1.4.2

17 Jun 17:32
Compare
Choose a tag to compare

Bugfix

  • Fix incorrect SendRawTransaction path in API V2 client.