Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

EIP 1283: Net gas metering for SSTORE without dirty maps #9319

Merged
merged 42 commits into from
Sep 7, 2018
Merged

Commits on Aug 8, 2018

  1. Configuration menu
    Copy the full SHA
    b7a9402 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a082907 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ba5467 View commit details
    Browse the repository at this point in the history
  4. Implement eip1283 for evm

    sorpaas committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    87a93c0 View commit details
    Browse the repository at this point in the history
  5. Add eip1283Transition params

    sorpaas committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    5f2e25c View commit details
    Browse the repository at this point in the history
  6. evm: fix tests

    sorpaas committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    9c56484 View commit details
    Browse the repository at this point in the history
  7. jsontests: fix test

    sorpaas committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    4861e35 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Configuration menu
    Copy the full SHA
    11490b5 View commit details
    Browse the repository at this point in the history
  2. Comply with spec Version II

    sorpaas committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    399abe8 View commit details
    Browse the repository at this point in the history
  3. Fix docs

    sorpaas committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    f57853c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    8909d6e View commit details
    Browse the repository at this point in the history
  2. Fix jsontests feature compile

    sorpaas committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    e4a6668 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Address grumbles

    sorpaas committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    e2b5899 View commit details
    Browse the repository at this point in the history
  2. Fix no-checkpoint-entry case

    sorpaas committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    00ae258 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary expect

    sorpaas committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    fb99c74 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

  1. Configuration menu
    Copy the full SHA
    3149c7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c07d12f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    971e82c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Configuration menu
    Copy the full SHA
    b1b7c57 View commit details
    Browse the repository at this point in the history
  2. Fix jsontests

    sorpaas committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    b01c566 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Configuration menu
    Copy the full SHA
    c2b9e97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f672c3 View commit details
    Browse the repository at this point in the history
  3. Get code coverage

    sorpaas committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    6269c33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e4ba15 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. Fix issues in insert_cache

    sorpaas committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    196f831 View commit details
    Browse the repository at this point in the history
  2. Clear the state again

    sorpaas committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    14b89c2 View commit details
    Browse the repository at this point in the history
  3. Fix original_storage_at

    sorpaas committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    f9af2c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a718e90 View commit details
    Browse the repository at this point in the history
  5. Update comments

    sorpaas committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    f6aa738 View commit details
    Browse the repository at this point in the history
  6. Fix borrow_mut issue

    sorpaas committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    ad8dc94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d5555b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b31417 View commit details
    Browse the repository at this point in the history
  9. Address naming grumbles

    sorpaas committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    72693d3 View commit details
    Browse the repository at this point in the history
  10. More tests

    sorpaas committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    ab83e36 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Configuration menu
    Copy the full SHA
    ef6a01c View commit details
    Browse the repository at this point in the history
  2. Add another test

    sorpaas committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    aa6006e View commit details
    Browse the repository at this point in the history
  3. Fix comment

    sorpaas committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    aabc367 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary bracket

    sorpaas committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    8a573a1 View commit details
    Browse the repository at this point in the history
  5. Move orig to inner if

    sorpaas committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    c31cc59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    522f2e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14283f8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae73ed4 View commit details
    Browse the repository at this point in the history