coinbase / smart-wallet

MIT License
258 stars 47 forks source link

Smart Wallet gas optimizations from Code4rena audit #45

Closed stevieraykatz closed 3 months ago

stevieraykatz commented 3 months ago

Per https://github.com/code-423n4/2024-03-coinbase-findings/issues/38 Leverage solidity v0.8.22 overflow check optimization for loop index increment and remove unchecked block

Per https://github.com/code-423n4/2024-03-coinbase-findings/issues/195