Skip to content

v3.0.0-pre.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 01:41
· 363 commits to pre since this release

3.0.0-pre.1 (2022-04-03)

Features

  • algoapi: create separate types for REST APIs and SDK (#129) (0a97a11), closes #120

BREAKING CHANGES

  • algoapi: All APIs and return types from AlgodClient, IndexerClient, and KmdClient have changed. Additional breaking changes:
  • MinBalance(AccountInfo) constructor has changed to take an AlgoSdk.Algod.Account value instead.
  • Remove PrivateKey.SignTransaction
  • Rename AppEvalDelta -> EvalDelta
  • Rename AppStateDelta -> StateDelta
  • Rename EvalDelta -> ValueDelta
  • Rename EvalDeltaKeyValue -> ValueDeltaKeyValue
  • Remove readonly fields from all Transaction types.
  • Rename Multisig -> MultisigSig