primev / contracts

Smart Contracts deployed on mev-commit
Other
6 stars 2 forks source link

Replace signature logic with Openzeppelin standard ECDSA.sol #11

Closed Man-Jain closed 1 year ago

ckartik commented 1 year ago

Just want to flag / make sure we don't replace the underlying signature scheme itself and the input format/expected output here. These signatures are also propagated throughout the primev protocol and should match to ensure signatures generated outside of the smart-contract can be verified inside the smart contract.

Man-Jain commented 1 year ago

Cool, not using EIP 712 openzepplin since we don't wanna change the message format