good morning!!!!

Skip to content
Snippets Groups Projects
Forked from github / maticnetwork / bor
Source project has a limited visibility.
  • Paweł Bylica's avatar
    ae992a5d
    core/vm: Hide read only flag from Interpreter interface (#17461) · ae992a5d
    Paweł Bylica authored
    Makes Interface interface a bit more stateless and abstract.
    
    Obviously this change is dictated by EVMC design. The EVMC tries to keep the responsibility for EVM features totally inside the VMs, if feasible. This makes VM "stateless" because VM does not need to pass any information between executions, all information is included in parameters of the execute function.
    ae992a5d
    History
    core/vm: Hide read only flag from Interpreter interface (#17461)
    Paweł Bylica authored
    Makes Interface interface a bit more stateless and abstract.
    
    Obviously this change is dictated by EVMC design. The EVMC tries to keep the responsibility for EVM features totally inside the VMs, if feasible. This makes VM "stateless" because VM does not need to pass any information between executions, all information is included in parameters of the execute function.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.