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

cmd, core, params, trie: add verkle access witness gas charging #29338

Merged
merged 30 commits into from May 10, 2024

Commits on Apr 26, 2024

  1. cmd, core, params, trie: Add verkle access witness

    Co-authored-by: Ignacio Hagopian <jsign.uy@gmail.com>
    gballet and jsign committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9ad03c9 View commit details
    Browse the repository at this point in the history
  2. fix failing tests

    gballet committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    bcc6da8 View commit details
    Browse the repository at this point in the history
  3. fix linter issue

    gballet committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2b3391e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a21c021 View commit details
    Browse the repository at this point in the history
  5. fix reference error

    gballet committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e34ac0f View commit details
    Browse the repository at this point in the history
  6. Update core/state/access_witness.go

    Co-authored-by: Martin HS <martin@swende.se>
    gballet and holiman committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    54bdfb4 View commit details
    Browse the repository at this point in the history
  7. partial review feedback

    gballet committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f534a4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1bdae10 View commit details
    Browse the repository at this point in the history
  9. add more fixes

    gballet committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fea8553 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2334cb7 View commit details
    Browse the repository at this point in the history
  11. fix rebase issues

    gballet committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    811ebfe View commit details
    Browse the repository at this point in the history
  12. review feedback from @holiman

    gballet committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d4f2768 View commit details
    Browse the repository at this point in the history
  13. add verkle op handlers

    gballet committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c65d117 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    4030cdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a5e041 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c04b64c View commit details
    Browse the repository at this point in the history
  4. address last review comments

    gballet committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0620c5c View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Martin HS <martin@swende.se>
    gballet and holiman committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    026ebc9 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Several fixes (#425)

    * params: fix chainconfig rules
    
    * core, core/state: init accessEvent for each transactin
    
    * core/state: reuse point cache between blocks
    rjl493456442 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    aa96a9c View commit details
    Browse the repository at this point in the history
  2. Revert "Several fixes (#425)"

    This reverts commit aa96a9c.
    gballet committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d5699fb View commit details
    Browse the repository at this point in the history
  3. more review feedback

    gballet committed May 2, 2024
    Configuration menu
    Copy the full SHA
    04a4fe1 View commit details
    Browse the repository at this point in the history
  4. Focus on gas charges and remove witness-building parts

    Co-authored-by: Gary Rong <garyrong0905@gmail.com>
    gballet and rjl493456442 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3777222 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. move point cache to cachingDB and remove more witness stuff

    Co-authored-by: Gary Rong <garyrong0905@gmail.com>
    gballet and rjl493456442 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    72efd71 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. a few bug fixes and feedback from Gary

    Co-authored-by: Gary Rong <garyrong0905@gmail.com>
    gballet and rjl493456442 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    7fa2327 View commit details
    Browse the repository at this point in the history
  2. fix broken test

    gballet committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d804ab9 View commit details
    Browse the repository at this point in the history
  3. remove unused line

    gballet committed May 6, 2024
    Configuration menu
    Copy the full SHA
    37952f6 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Apply suggestions from code review

    Co-authored-by: Martin HS <martin@swende.se>
    gballet and holiman committed May 7, 2024
    Configuration menu
    Copy the full SHA
    dbca8bb View commit details
    Browse the repository at this point in the history
  2. fix some formatting

    gballet committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3800a70 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 10, 2024

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