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

[wip] interface boundaries, pathdb #1219

Draft
wants to merge 51 commits into
base: master
Choose a base branch
from
Draft

[wip] interface boundaries, pathdb #1219

wants to merge 51 commits into from

Commits on Jun 18, 2024

  1. forma: as coreth

    darioush committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c8ca8c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    a0b4525 View commit details
    Browse the repository at this point in the history
  2. reduce diff

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6f0fa60 View commit details
    Browse the repository at this point in the history
  3. lint

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b8d7d9b View commit details
    Browse the repository at this point in the history
  4. shellcheck

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5bdf1e6 View commit details
    Browse the repository at this point in the history
  5. fix race

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b64fafc View commit details
    Browse the repository at this point in the history
  6. checkpoint

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    17873d2 View commit details
    Browse the repository at this point in the history
  7. progress

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b9ca465 View commit details
    Browse the repository at this point in the history
  8. miner.TxPool checkpoint

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c61ea41 View commit details
    Browse the repository at this point in the history
  9. miner/BlockChain interface

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3c39336 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2446616 View commit details
    Browse the repository at this point in the history
  11. nits

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0ff86ee View commit details
    Browse the repository at this point in the history
  12. attempt CI without APIs

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9e24c8f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3a6efa7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    86ae7e3 View commit details
    Browse the repository at this point in the history
  15. unused

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3b2a1d0 View commit details
    Browse the repository at this point in the history
  16. nit

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1953bb1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    13315aa View commit details
    Browse the repository at this point in the history
  18. unused file

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b74a4fd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a58386b View commit details
    Browse the repository at this point in the history
  20. handle NormalizeStateKey

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6244306 View commit details
    Browse the repository at this point in the history
  21. fixes

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6f3b5b8 View commit details
    Browse the repository at this point in the history
  22. delete trie package

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e0baf76 View commit details
    Browse the repository at this point in the history
  23. fix lint

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5ff6a94 View commit details
    Browse the repository at this point in the history
  24. nits

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c721bec View commit details
    Browse the repository at this point in the history
  25. nit

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a954c15 View commit details
    Browse the repository at this point in the history
  26. linting

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    07ecc81 View commit details
    Browse the repository at this point in the history
  27. properly quiet the linter

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    51f7483 View commit details
    Browse the repository at this point in the history
  28. fixes

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    213e45c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    696c1a5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0c23f15 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    bafbae6 View commit details
    Browse the repository at this point in the history
  32. nit: fix comment

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f3f2896 View commit details
    Browse the repository at this point in the history
  33. wip: blockchain basics

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    12e8564 View commit details
    Browse the repository at this point in the history
  34. wip: add gpo, chain init

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    515928b View commit details
    Browse the repository at this point in the history
  35. wspace

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    68791b8 View commit details
    Browse the repository at this point in the history
  36. vm: small refactor

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    a05e528 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    76c403b View commit details
    Browse the repository at this point in the history
  38. uts passing

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    cf5aba7 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    70aeb1c View commit details
    Browse the repository at this point in the history
  40. update geth tag

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c67d618 View commit details
    Browse the repository at this point in the history
  41. nit: add backend2 log

    darioush committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8f66f50 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. wip

    darioush committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    015c7ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0dfbdc View commit details
    Browse the repository at this point in the history
  3. fix ut, set commitLag

    darioush committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    31ce166 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. bump go-ethereum dependency

    darioush committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a830e80 View commit details
    Browse the repository at this point in the history
  2. format: as subnet-evm

    darioush committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    b999dc8 View commit details
    Browse the repository at this point in the history
  3. fix lint

    darioush committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d90d945 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    993a624 View commit details
    Browse the repository at this point in the history
  5. unused code

    darioush committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    06815d3 View commit details
    Browse the repository at this point in the history
  6. fix trie import

    darioush committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8a4c070 View commit details
    Browse the repository at this point in the history