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

Start initial work on ERC4337 interface and helpers #4991

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

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    5e82076 View commit details
    Browse the repository at this point in the history
  2. enable optimizations by default

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    da0f27e View commit details
    Browse the repository at this point in the history
  3. test recovering address

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    aa59c67 View commit details
    Browse the repository at this point in the history
  4. improved testing

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9512947 View commit details
    Browse the repository at this point in the history
  5. spelling

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a60bf48 View commit details
    Browse the repository at this point in the history
  6. fix lint

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9185026 View commit details
    Browse the repository at this point in the history
  7. expose imports tick

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    025e360 View commit details
    Browse the repository at this point in the history
  8. fix lint

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    803e735 View commit details
    Browse the repository at this point in the history
  9. fix lint

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    57fcecd View commit details
    Browse the repository at this point in the history
  10. add changeset

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4dae298 View commit details
    Browse the repository at this point in the history
  11. improve doc

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6cf039d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c094fa1 View commit details
    Browse the repository at this point in the history
  13. fix lint

    Amxx committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    20a03df View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    15f1a6b View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

Commits on Mar 13, 2024

  1. reduce diff

    Amxx committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    695b732 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41aaf71 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

    Amxx committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    a1532d0 View commit details
    Browse the repository at this point in the history
  3. reorder UserOperationUtils.sol

    Amxx committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    00e0eea View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. 4337 account wip

    Amxx committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8fa363e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. wip

    Amxx committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9309f71 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. wip

    Amxx committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1616a96 View commit details
    Browse the repository at this point in the history
  2. refactor

    Amxx committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    aef2168 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. refactor

    Amxx committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    04a6fb0 View commit details
    Browse the repository at this point in the history
  2. entrypoint deploys account

    Amxx committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0f3c3fa View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Update contracts/utils/cryptography/P256.sol

    Co-authored-by: Ernesto García <ernestognw@gmail.com>
    Amxx and ernestognw committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3bf4557 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    3cbf426 View commit details
    Browse the repository at this point in the history
  2. update pseudocode reference

    Amxx committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bba7fa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2812ed8 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. refactor neutral element in jAdd

    Amxx committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e0ef63b View commit details
    Browse the repository at this point in the history
  2. refactor entrypoint

    Amxx committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a13ad48 View commit details
    Browse the repository at this point in the history
  3. erc4337 js helper

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

Commits on Apr 29, 2024

  1. update 4337 helper

    Amxx committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    30c2d12 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    b1f3b60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f07188 View commit details
    Browse the repository at this point in the history
  3. improve tests

    Amxx committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a129a45 View commit details
    Browse the repository at this point in the history
  4. use getBytes

    Amxx committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    57b4fb2 View commit details
    Browse the repository at this point in the history
  5. update Account

    Amxx committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c641f0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3124b88 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    618b563 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    14474fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7babdf1 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. fix comments

    Amxx committed May 1, 2024
    Configuration menu
    Copy the full SHA
    6a5c91b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. inline documentation

    Amxx committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1487fdb View commit details
    Browse the repository at this point in the history
  2. Inline documentation

    Amxx committed May 2, 2024
    Configuration menu
    Copy the full SHA
    6373a08 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. add AccountMultisig module

    Amxx committed May 3, 2024
    Configuration menu
    Copy the full SHA
    4512481 View commit details
    Browse the repository at this point in the history
  2. update

    Amxx committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ee47efc View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. refactor signature processing

    Amxx committed May 4, 2024
    Configuration menu
    Copy the full SHA
    003c232 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 15, 2024

  1. up

    Amxx committed May 15, 2024
    Configuration menu
    Copy the full SHA
    03dfa71 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Add Account7702

    Amxx committed May 20, 2024
    Configuration menu
    Copy the full SHA
    82d6bde View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. AccountCommon

    Amxx committed May 21, 2024
    Configuration menu
    Copy the full SHA
    612cadc View commit details
    Browse the repository at this point in the history
  2. rename

    Amxx committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b81817a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbf4ca5 View commit details
    Browse the repository at this point in the history