Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 22:11
· 402 commits to main since this release

2.1.0 (2022-03-17)

Bug Fixes

  • algod: fix PendingTransaction fields from messagepack (6dbf0b3), closes #97
  • build: fix build not using the latest version of the release (e8ee758)
  • docs: update readme with png image (a84c298)
  • fix missing meta files from package (a4037c9)
  • formatter: make sure to skip unknown keys (a9115af)
  • formatters: add explicit formatters for enums (58c4475), closes #99
  • formatters: update AlgoApiFormatter to warn instead of error if key cannot be found (f727135), closes #98
  • kmd: fix multisig serialization (a48e109)
  • readme: fix missing image in readme (a2fb33c)
  • readme: remove unnecessary xml tag (2f87b1a)
  • samples: fix compile error with samples (c7c9a0d)
  • samples: update YourFirstTransaction sample (20cabf7)
  • serialization: fix initialization of AlgoApiFormatterLookup (675b1d9)
  • serialization: set formatters to automatically add array formatter if it doesn't exist (5692372)
  • websocket: fix TLS failure in websocket-sharp for Unity 2020.3 (bdaa92e), closes #101

Features

  • api: add min-balance field (7f0873b)
  • transaction: add PrivateKey.SignTransaction method (3d74336)
  • walletconnect: add LaunchApp[...] to AppEntry (f822855)
  • walletconnect: add supported wallets list (50c6575)