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: [Core] account abstraction (EIP-2938 ) integration #4205

Closed
wants to merge 4 commits into from

Commits on Jun 22, 2022

  1. [Core] account abstraction (EIP-2938 ) integration

    Merged changes from https://github.com/quilt/go-ethereumwith appropriate modifications to adapt for harmony evm and transaction pool.
    OSadovy authored and peekpi committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    506064d View commit details
    Browse the repository at this point in the history
  2. Review: remove unused code

    Review: add AccountAbstractionEpoch into config
    OSadovy authored and peekpi committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    3f6e15c View commit details
    Browse the repository at this point in the history
  3. [core] fix tx pool tests

    accomodate latest changes for PriceLimit, aa tests expect it to be 1, not 1e9
    fix formatting to make goimports happy
    OSadovy authored and peekpi committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    ba5f32b View commit details
    Browse the repository at this point in the history
  4. Remove mistaken code

    OSadovy authored and peekpi committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    b4e9069 View commit details
    Browse the repository at this point in the history