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
Currently the storage layout analysis only includes gas costs based on the current hard fork. We want to be able to analyse contracts compiled for other hard forks, and hence should allow specifying differing gas costs based on the fork or chain.
Description
Currently the storage layout analysis only includes gas costs based on the current hard fork. We want to be able to analyse contracts compiled for other hard forks, and hence should allow specifying differing gas costs based on the fork or chain.
This should be similar to the work for #14.
Spec
supportedForks(&self) -> Vec<u8>
method to theOpcode
trait.min_gas_cost
method to also take afork_version
parameter that lets it return different gas based on the fork it is 'executing' under.The text was updated successfully, but these errors were encountered: