mouseless-eth / rusty-sando

Implementation of a competitive v2/v3 multi-meat MEV sandwich bot written using Rust and Huff.
MIT License
767 stars 256 forks source link

access list omitted for several op codes #15

Closed cliff0412 closed 1 year ago

cliff0412 commented 1 year ago

access list not included for below op codes

opcode::EXTCODECOPY
            opcode::EXTCODEHASH
            opcode::EXTCODESIZE
            opcode::BALANCE
            opcode::SELFDESTRUCT 
            opcode::DELEGATECALL 
            opcode::CALL 
            opcode::STATICCALL 
            opcode::CALLCODE

looks like only get entry but not inserted?

or am i mis understadning?

btw, can you explain the function is_sando_safu? why those op codes are not considered safe? and why op code GAS should not be called more than call