Expand description
2D nonce management precompile and expiring nonce replay protection, enabling concurrent transaction execution as part of Tempo Transactions.
Modules§
- INonce
- Nonce interface for managing 2D nonces as per the Account Abstraction spec.
- dispatch
- ABI dispatch for the
NonceManagerprecompile. - slots
Structs§
Constants§
- EXPIRING_
NONCE_ MAX_ EXPIRY_ SECS - Maximum allowed skew for expiring nonce transactions (30 seconds). Transactions must have valid_before in (now, now + MAX_EXPIRY_SECS].
- EXPIRING_
NONCE_ SET_ CAPACITY - Capacity of the expiring nonce seen set (supports 10k TPS for 30 seconds).