You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revm, when executing a transaction on a smart contract does some runtime optimizations and updates the bytecode. We currently ignore the new bytecode if the address already has a bytecode. We can save the new analyzed bytecode to offchain_code state for following transaction executions to be more optimized.
The text was updated successfully, but these errors were encountered:
Revm, when executing a transaction on a smart contract does some runtime optimizations and updates the bytecode. We currently ignore the new bytecode if the address already has a bytecode. We can save the new analyzed bytecode to offchain_code state for following transaction executions to be more optimized.
The text was updated successfully, but these errors were encountered: