Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Account Abstraction #7347

Open
5 of 8 tasks
jdevcs opened this issue Oct 22, 2024 · 2 comments
Open
5 of 8 tasks

Account Abstraction #7347

jdevcs opened this issue Oct 22, 2024 · 2 comments
Labels

Comments

@jdevcs
Copy link
Contributor

jdevcs commented Oct 22, 2024

Account Abstraction Epic

AA v0.6

  • - AA functions
  • - AA current tests
  • - Use another package level provider for Interaction with bundler
  • - AA package config for publishing
  • - Export from main web3
  • - param validation and result formatting
  • - Integration in existing Package and API documentation
  • - Additional util functions
    • get nonce,
    • get InitCode for simple account creation using sample AccountFactory or optional provided ABI,
    • pm_sponsorUserOperation paymaster functions
    • signing
  • Account Abstraction guide / tutorial
    • What is AA, different components of AA(userOp, bundlers, paymasters, entrypoint, contract account), Its usages/scenarios ( different kinds of paymasters, accounts factory, etc )
    • Web3.js AA package functions
    • Infrastructure ( existing providers, vs Local infrastructure using docker compose and stackup )
    • Create sample account in first UserOp using factory contract
    • Sponsored UserOP with Paymaster
    • Send value transfer UserOP
    • Send ERC20 transfer UserOP
    • Write code snippets in stackblitz for above demonstrations
  • Integration and E2E testing
  • Push coverage and integrate Codecov

AA v0.7

  • differences v0.6 and v0.7
  • update AA Useroperation structures and add support of v0.7 functions
  • Add tests ( Unit / Integration )
  • Add v0.7 functions documentation
  • Add v0.7 Guides
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. If you believe this was a mistake, please comment.

@github-actions github-actions bot added the Stale Has not received enough activity label Dec 29, 2024
@tomteman
Copy link

tomteman commented Jan 6, 2025

Hey, I'm from the Ethereum Foundation's Account Abstraction team, I'd be happy to offer assistance to help complete this Epic, please feel free to DM me

@github-actions github-actions bot removed the Stale Has not received enough activity label Jan 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants
@tomteman @jdevcs @mconnelly8 and others