v0.16.0-alpha.2
Pre-release
Pre-release
Changes by Scope
RPC
- Fixed: Tokio worker threads no longer panic when connections reach maximum age. (#2350)
NTX Builder
- Added: Network transactions now set an on-chain expiration delta (default 30 blocks, configurable via
--tx-expiration-delta) using the canonicalmiden-standardsexpiration transaction script. Serviced network accounts must allowlist the script's root (ExpirationTransactionScript::script_root()) viaAuthNetworkAccount::with_allowed_tx_scripts, or their network transactions will be rejected. (#2321) - Fixed: Network notes are no longer punished for tipping a transaction over its cycle capacity. (#2322)
Network Monitor
- Fixed: Fixed network monitor increment transactions failing under the 0.16 transaction kernel by creating notes through the account context (#2344)