Skip to content

v5.0.0-alpha.5

Pre-release
Pre-release

Choose a tag to compare

@engineering-ci engineering-ci released this 22 Dec 14:08
· 0 commits to main since this release

Fix

  • Make block fields consistent with utils-ts and algosdk (959a11a)
  • Raise error when calculating tx_id and genesis hash is None (2b27a0b)
  • Move transaction validation to composer send, this enables historical transactions (with different validation criteria) to be encoded (8bc94a4)
  • Remove attempted coercion of state map keys from base64 to bytes (f2700b5)
  • Rename bytes field to all consistently use bytes_ (2aa5a28)
  • Take has_genesis_hash and has_genesis_id into account for transactions in an algod Block (#238) (9c5671b)