Skip to content

Latest commit

 

History

History
84 lines (81 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

84 lines (81 loc) · 1.82 KB

1.7.0

Bugfix

  • Fix GetGenesis endpoint.

1.6.0

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

1.5.1

Added

  • Add BlockRaw method to algod API V2 client.

1.5.0

Added

  • Support for Applications

1.4.2

Bugfix

  • Fix incorrect SendRawTransaction path in API V2 client.

1.4.1

Bugfix

  • Fix go get, test package names needed to be renamed.

1.4.0

Added

  • Clients for Indexer V2 and algod API V2

1.3.0

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

1.2.1

Added

  • Added asset decimals field.

1.2.0

Added

  • Added support for Algorand Standardized Assets (ASA)
  • Added support for Algorand Smart Contracts (ASC)
    • Added support for Hashed Time Lock Contract (HTLC)
    • Added support for Split contract
  • Added support for Group Transactions
  • Added support for leases

1.1.3

Added

  • Signing and verifying arbitrary bytes
  • Deleting multisigs
  • Support for flat fees in transactions

Changed

  • Add note parameter to key registration transaction constructors

1.1.2

Added

  • Support for GenesisHash
  • Updated API Models.

1.1.1

Added

  • Indexer support

1.1.0

Added

  • Multisignature support

1.0.6

Added

  • Support in new SuggestedFee functionality

1.0.5

Added

  • Added helper functions for preventing overflow

1.0.4

Added

  • Better auction support

1.0.3

Added

  • Additional mnemonic support

1.0.2

Added

  • Support for "genesis ID" field in transactions
  • Support for "close remainder to" field in transactions

1.0.0

Added

  • SDK released