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
chore(solidity): adapt bytecode size gate to Sapphire 64 KiB limit
Sapphire's contract-size limit is being raised to 64 KiB. Split the size
check by deployment target: Sapphire-side contracts (Accounting plus its
delegatecall modules and library) cap at 64 KiB, while the Base-side bridge
contracts (XRose, ROFLBridge) stay on the EIP-170 24576-byte cap. Hold a 1 KiB
buffer below each limit, so enforced caps are 64512 (Sapphire) and 23552 (Base).
Replace the project-internal Accounting target and the now-redundant Accounting
headroom floor with the uniform buffer, and drop the stale optimizer-runs comment.
0 commit comments