Eugene Mamin

Results 15 issues of Eugene Mamin

Optimism standard [L2 token bridge](https://github.com/ethereum-optimism/optimism/blob/65ec61dde94ffa93342728d324fecf474d228e1f/packages/contracts-bedrock/contracts/L2/L2StandardBridge.sol#L96) (`onlyEOA` modifier): ```solidity function withdraw( address _l2Token, uint256 _amount, uint32 _minGasLimit, bytes calldata _extraData ) external payable virtual onlyEOA { _initiateWithdrawal(_l2Token, msg.sender, msg.sender, _amount, _minGasLimit,...

As part of the recent Lido V2 upgrade, we've successfully [incorporated](https://github.com/lidofinance/lido-dao/blob/master/contracts/0.4.24/StETHPermit.sol#L110) both [ERC-2612](https://eips.ethereum.org/EIPS/eip-2612) and [ERC-1271](https://eips.ethereum.org/EIPS/eip-1271) standards for `stETH`. These changes were made in anticipation of the impending [Account Abstraction](https://eips.ethereum.org/EIPS/eip-4337) on...

- [x] Add basic Sepolia support - [x] Populate Sepolia protocol deployment cfg - [x] Add a reference vote for `SepoliaBridgeExecutor`

## Simple summary We should discriminate omnibus votes into two categories: sensitive protocol upgrades & others * The First category requires unit, regression, snapshot, and integration test suites. * For...

Need to figure out the alert logic given the withdrawals logic in the post-Lido V2 world. Filing this issue to be marked explicitly.

enhancement