Skip to content

v4.0.0-pre.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 07:44
· 225 commits to pre since this release

4.0.0-pre.1 (2022-11-20)

Bug Fixes

  • dotnet sdk: fix incorrect input to string.EndsWith causing compile error in Unity 2020.3 (c5101ea)

Features

  • blockchain: add StateProofTracking to the BlockHeader (5d63c9a)
  • blockchain: add missing TxnCommitments to BlockHeader (be20acb)
  • collections: upgrade to com.unity.collections 1.4.0 (59663c8)
  • dotnet sdk: add To*API methods to AlgodClient and IndexerClient (7b292b6)
  • dotnet: add ability to convert between dotnet and unity types (8810be2)
  • logic: add Logic.TealSign methods for ed25519verify opcodes (f9de317)
  • node services: add explicit operators to convert from IAlgoApiClient to dotnet SDK APIs (6a657fc), closes #157 #158
  • services: add StateProof APIs (f0eaaf0), closes #160 #162
  • transactions: add conversion from AlgoSdk.Sig to Algorand.Signature (e414732)
  • transactions: add conversions between dotnet SDK and Unity SDK signatures (be039b1)

BREAKING CHANGES

  • blockchain: Removed RootTransaction
  • services: Algod no longer has GetProof method