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

Feature/account abstraction #495

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from

Commits on Apr 6, 2023

  1. Add account abstraction type

    * Remove balance changing for AA transaction
    * Add eip2938 fork to transactoin pool
    mprishchepo committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    2ed6b20 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Fix IntrinsicGas function

    * Fix IsInternal function
    mprishchepo committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    3379afa View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

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

Commits on Apr 14, 2023

  1. Fix TxContext field types

    mprishchepo committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    36d09b7 View commit details
    Browse the repository at this point in the history
  2. Add sender constraint

    mprishchepo committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    94ff70a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Add test wallet contract

    * Test AA transactions
    mprishchepo committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    e4704b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    2a8934e View commit details
    Browse the repository at this point in the history
  2. Add AA_PREFIX check

    * Update wallet contract
    mprishchepo committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    537e91c View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Update AA_PREFIX

    * Fix NewEVMTxContext origin field
    mprishchepo committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    b6f015a View commit details
    Browse the repository at this point in the history
  2. Test AA transactions

    mprishchepo committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    6c26c3a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

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

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    8e0f78a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd5eec6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    32fccb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b91ea6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98425ab View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

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

Commits on May 18, 2023

  1. Hardcode gasLimit in test

    mprishchepo committed May 18, 2023
    Configuration menu
    Copy the full SHA
    b898bd5 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Remove AA Prefix

    * AA Prefix creates some restrictions when calling contracts
    mprishchepo committed May 23, 2023
    Configuration menu
    Copy the full SHA
    d34d508 View commit details
    Browse the repository at this point in the history