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

feat(accounts): implement account abstraction execution #18499

Merged
merged 22 commits into from
Dec 4, 2023

Commits on Nov 7, 2023

  1. add interfaces and mock impls

    unknown unknown committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    6819e26 View commit details
    Browse the repository at this point in the history
  2. add msg sender annotations

    unknown unknown committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    2bbbe3e View commit details
    Browse the repository at this point in the history
  3. add generated code

    unknown unknown committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    3331dc1 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Merge branch 'main' into tip/accounts/aa/executor

    unknown unknown committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4aa573f View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. tmp commit

    unknown unknown committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    16deb5b View commit details
    Browse the repository at this point in the history
  2. more stuff

    unknown unknown committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    77b959d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. tmp

    unknown unknown committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3374e5c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Merge branch 'main' into tip/accounts/aa/executor

    unknown unknown committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    b086371 View commit details
    Browse the repository at this point in the history
  2. cleanups plus start testing

    unknown unknown committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    1d55059 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. refactors and cleanups

    unknown unknown committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    b620597 View commit details
    Browse the repository at this point in the history
  2. full=>minimal

    unknown unknown committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    4fc24a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. add abstracted account flows testing

    unknown unknown committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    20cc6e3 View commit details
    Browse the repository at this point in the history
  2. refine testing

    unknown unknown committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5b2f957 View commit details
    Browse the repository at this point in the history
  3. maybe finish testing

    unknown unknown committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    0c0c4df View commit details
    Browse the repository at this point in the history
  4. lint

    unknown unknown committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    b307678 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cb74e9 View commit details
    Browse the repository at this point in the history
  6. chore: CHANGELOG.md

    unknown unknown committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    31cd9e3 View commit details
    Browse the repository at this point in the history
  7. Update x/accounts/internal/implementation/api_builder.go

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    testinginprod and coderabbitai[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    8d8b75a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. rename for clarity

    unknown unknown committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    32a58f0 View commit details
    Browse the repository at this point in the history
  2. address review

    unknown unknown committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    d8e1c94 View commit details
    Browse the repository at this point in the history
  3. address review 2

    unknown unknown committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c798130 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. more docs

    unknown unknown committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    02c2b8a View commit details
    Browse the repository at this point in the history