Skip to content

v7.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Jan 19:34
69c8ce1

Patch Changes

  • #1822 8493b36 Thanks @denbite! - Explicitly declare the return type of Account.signAndSendTransaction so it doesn't fallback to any

  • #1819 e6f4db2 Thanks @gagdiez! - Correctly expose the new Actions interface, which simplify creating actions, and hide the old Action class, which needs a lot of manual work and is incredibly confusing. Importantly, Action (and its different instances) are still being exported as a type, to devs can figure out how to distinguis between different Actions.

  • #1818 a82e47f Thanks @denbite! - Attach finalized blockHash to transaction created using Account.createTransaction to prevent TransactionExpiredError errors.

    Previously, transactions could be created with a blockHash that had not yet fully propagated across the network. In some cases, receiver RPC nodes were unable to look up the referenced block, resulting in TransactionExpiredError failures (often due to a small propagation delay of a few milliseconds).