You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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).