-
Notifications
You must be signed in to change notification settings - Fork 1.7k
remove eip-2200-advance transition #11624
base: master
Are you sure you want to change the base?
Conversation
ok this is good to go. |
@@ -396,7 +396,7 @@ fn calculate_eip1283_sstore_gas<Gas: evm::CostType>(schedule: &Schedule, origina | |||
if current == new { | |||
// 1. If current value equals new value (this is a no-op), `SSTORE_DIRTY_GAS` | |||
// (or if not set, `SLOAD_GAS`) is deducted. | |||
schedule.sstore_dirty_gas.unwrap_or(schedule.sload_gas) | |||
schedule.sload_gas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the comments need to be updated here and below, it might be easier to just revert #11347
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we can revert it entirely because we still need the builtins, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, we can revert this commit only openethereum/openethereum@10077a7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not everything in that commit is inaccurate. Maybe I'll just manually rewrite the comments in question.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still needs to be addressed ^^
Is this still relevant? |
context ref #11347 ref #11474