erc6551 / reference

ERC-6551 reference implementation
152 stars 50 forks source link

Simplified Bytecode Library #4

Closed jaydenwindle closed 1 year ago

jaydenwindle commented 1 year ago

This PR removes the dependency on sstore2/Bytecode.sol for reading immutable data from an account's bytecode. It also re-orders the operations in the account proxy so that calldata is not copied to memory on calls to implementation, saving gas.