Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a gas-based Storage limit per tx #1142

Open
wants to merge 45 commits into
base: master
Choose a base branch
from

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    5b8860f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Remove Metric trait

    ahmadkaouk committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    d692104 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    523b18c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b168105 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Add ProofSizeMeter

    ahmadkaouk committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ce75d15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26a85ad View commit details
    Browse the repository at this point in the history
  3. formatting

    ahmadkaouk committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    78273fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df4f5cf View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    1f86da7 View commit details
    Browse the repository at this point in the history
  2. rename metric to resource

    ahmadkaouk committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    230879a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. code refactor

    ahmadkaouk committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    54b7c01 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. remove unused functions

    ahmadkaouk committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d9f04e2 View commit details
    Browse the repository at this point in the history
  2. make clippy happy

    ahmadkaouk committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    af358ad View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. minor improvements

    ahmadkaouk committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    8fa4dd2 View commit details
    Browse the repository at this point in the history
  2. rename meter to resource

    ahmadkaouk committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    65d8b97 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    6a344db View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. revert changes

    ahmadkaouk committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    dea63f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    4c45d4f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    cea9817 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. pin evm temporarily

    ahmadkaouk committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    e412643 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbf0370 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    84b487f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cce7cf5 View commit details
    Browse the repository at this point in the history
  3. fix tests

    ahmadkaouk committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4670129 View commit details
    Browse the repository at this point in the history
  4. fix formatting

    ahmadkaouk committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    dee68d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    f110333 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. add rust integration tests

    ahmadkaouk committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    332bde7 View commit details
    Browse the repository at this point in the history
  2. fix typo

    ahmadkaouk committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1623f9c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    19ba629 View commit details
    Browse the repository at this point in the history
  2. use saturating add

    ahmadkaouk committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7578175 View commit details
    Browse the repository at this point in the history
  3. minor improvements

    ahmadkaouk committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d0304fe View commit details
    Browse the repository at this point in the history
  4. add license to meter.rs

    ahmadkaouk committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    fb31dac View commit details
    Browse the repository at this point in the history
  5. fix clippy warnings

    ahmadkaouk committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    a6da7ef View commit details
    Browse the repository at this point in the history
  6. pin evm to master

    ahmadkaouk committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    4a6ea48 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    ba9552d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    f14d3e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Use BtreeSet

    ahmadkaouk committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    ca9e4d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21bf9d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a343e6 View commit details
    Browse the repository at this point in the history
  4. clippy warnings

    ahmadkaouk committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    e72809d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    de7876e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    e46e222 View commit details
    Browse the repository at this point in the history
  2. update to evm 0.41.0

    ahmadkaouk committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    553984f View commit details
    Browse the repository at this point in the history
  3. Update Cargo.toml

    Co-authored-by: Qinxuan Chen <[email protected]>
    ahmadkaouk and koushiro authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    063ea9d View commit details
    Browse the repository at this point in the history
  4. update Cargo.lock

    ahmadkaouk committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    74f321c View commit details
    Browse the repository at this point in the history