Releases: algorand/go-algorand-sdk
Releases · algorand/go-algorand-sdk
v1.13.0
v1.13.0-beta.1
v1.12.0
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
v1.12.0-beta.2
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
1.12.0-beta.1
Added
- EncodeAddress
- ABI Interaction
- WaitForConfirmation function
Changed
- ABI Interface
v1.11.0
v.1.10.0
v1.9.2
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
Bugfix
- Allow asset URLs to be up to 96 bytes
v1.9.0 - API COMPATIBILITY CHANGE
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