1. 19 Sep, 2018 11 commits
  2. 18 Sep, 2018 3 commits
  3. 17 Sep, 2018 5 commits
  4. 15 Sep, 2018 2 commits
  5. 14 Sep, 2018 4 commits
  6. 13 Sep, 2018 2 commits
  7. 12 Sep, 2018 6 commits
  8. 11 Sep, 2018 3 commits
  9. 10 Sep, 2018 3 commits
  10. 07 Sep, 2018 1 commit
    • Paweł Bylica's avatar
      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