Skip to content

Releases: algorand/go-algorand-sdk

v1.13.0

02 Mar 21:31
a2a3518
Compare
Choose a tag to compare

1.13.0

Added

  • Add app creator to dryrun request (#283)
  • Stateproof keys APIs changes (#284)
  • adding status code checker to msgpack decode (#286)

Changed:

  • Update to use v2 client (#270)
  • Implement C2C tests (#282)
  • Add circleci job (#287)
  • Update langspec for TEAL 6 (#291)

v1.13.0-beta.1

15 Feb 22:21
fa3ce17
Compare
Choose a tag to compare
v1.13.0-beta.1 Pre-release
Pre-release

1.13.0-beta.1

Added

  • Add app creator to dryrun request (#283)
  • Stateproof keys APIs changes (#284)
  • adding status code checker to msgpack decode (#286)

Changed:

  • Update to use v2 client (#270)
  • Implement C2C tests (#282)
  • Add circleci job (#287)
  • Update langspec for TEAL 6 (#291)

v1.12.0

14 Jan 16:32
10f99eb
Compare
Choose a tag to compare

1.12.0

Added

  • Add stateproof to keyreg transaction (#278)
  • Create response object for "AtomicTransactionComposer.Execute" (#276)
  • Support ABI reference types and other improvements (#273)
  • Add CreateDryrun function (#265)
  • Add EncodeAddress (264)
  • ABI Interaction (#258)
  • Add ABI-encoding feature (#247)
  • Implemented WaitForConfirmation function (#232)

Changed

  • Update abi exported interface (#255)
  • Update ApplyData and EvalDelta (#249)

v1.12.0-beta.2

31 Dec 00:03
Compare
Choose a tag to compare
v1.12.0-beta.2 Pre-release
Pre-release

Algorand go SDK 1.12.0-beta.2 release

1.12.0-beta.2

Added

  • Support ABI reference types and other improvements (#273)

Changed

v1.12.0-beta.1

07 Dec 17:29
1160b4c
Compare
Choose a tag to compare
v1.12.0-beta.1 Pre-release
Pre-release

1.12.0-beta.1

Added

  • EncodeAddress
  • ABI Interaction
  • WaitForConfirmation function

Changed

  • ABI Interface

v1.11.0

04 Oct 23:37
Compare
Choose a tag to compare

1.11.0

Added

  • add TealVerify function (#242)
  • Support AVM 1.0 (#248)
  • Test with go 1.17 in ci (#237)

Changed

  • Mark contract binary template code as Deprecated (#241)

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