Skip to content

v0.15.2

Choose a tag to compare

@bobbinth bobbinth released this 05 Jun 07:37
· 5 commits to main since this release
292405b
  • [BREAKING] AuthNetworkAccount now gates transaction scripts with a root allowlist instead of banning them outright, enabling network accounts to run approved tx scripts such as setting the expiration delta (#3028).
  • [BREAKING] TransactionScript::root() now returns TransactionScriptRoot instead of Word (#3028).
  • Renamed AuthNetworkAccount::with_allowlist to with_allowed_notes and aligned the component's internal allowlist field names, for consistency with with_allowed_tx_scripts (#3049).