Skip to content

Releases: algorand/go-algorand-sdk

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.

v.1.4.0

01 Jun 20:58
c178ae5
Compare
Choose a tag to compare

Added

  • Clients for Indexer V2 and algod API V2

v1.3.0

24 Mar 20:50
0e85660
Compare
Choose a tag to compare

Added

  • additional Algorand Smart Contracts (ASC)
    • support for Dynamic Fee contract
    • support for Limit Order contract
    • support for Periodic Payment contract
  • support for SuggestedParams
  • support for RawBlock request
  • Missing transaction types

v1.2.1

18 Dec 03:03
a92a70d
Compare
Choose a tag to compare
  • Add asset decimals field.