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
* feat(L1Bridge): add view helpers to quote ETH needed for L2 execution
Address RES-01 “Unbounded ETH Forwarded to Mailbox” from Resonance’s audit by exposing read-only helpers that return the exact base cost as computed by the zkSync Mailbox. We retain the exact-match ETH forwarding model (no capping/refund) to minimize avoidable failures and align with zkSync BridgeHub’s design, which shifts fee calculation to caller/off-chain code.
The added helpers will let integrators pre-compute msg.value without calling Mailbox directly.
* fix(L1Nodl): address RES-03 Missing Zero Address Validation On L1Nodl.constructor()
* fix(L1Bridge): address RES-04 Missing Zero Address Validation On deposit()
* fix(L1Bridge): follow CEI Pattern more strictly to address RES-05
* test: cover L1Nodl and L1Bridge changes
0 commit comments