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

Tracking: EIP Implementation #1

Open
2 tasks done
Rjected opened this issue Mar 5, 2024 · 4 comments
Open
2 tasks done

Tracking: EIP Implementation #1

Rjected opened this issue Mar 5, 2024 · 4 comments
Labels
C-tracking-issue An issue that collects information about a broad development initiative

Comments

@Rjected
Copy link
Member

Rjected commented Mar 5, 2024

This issue tracks the existing EIPs we want to include in alphanet. This will grow over time

Alphanet EVM config

These can be implemented solely in the EVM trait implementation, following this example:
https://github.com/paradigmxyz/reth/blob/main/examples/custom-evm/src/main.rs

EIP-7212

Spec: https://eips.ethereum.org/EIPS/eip-7212

Example implementation:
https://github.com/alessandromazza98/revm/tree/eip-7212

This is a single precompile, so it will be used in the EVM config implementation

EIP-3074

Spec: https://eips.ethereum.org/EIPS/eip-3074

Implementation as foundry project with revm patches: https://github.com/anna-carroll/3074

This consists of two instructions, AUTH and AUTHCALL, also to be set in the EVM config implementation

Other EIPs

EIP-4337

This involves an alt mempool, requires extra infrastructure, and new RPC endpoints.

Alchemy has a reth-based bundler here: https://github.com/alchemyplatform/rundler

@Rjected Rjected added the C-tracking-issue An issue that collects information about a broad development initiative label Mar 5, 2024
@gakonst
Copy link
Member

gakonst commented Mar 6, 2024

@Rjected let's scope https://ethereum-magicians.org/t/rip-7560-native-account-abstraction/16664 / ethereum/RIPs#3 too.

@Rjected
Copy link
Member Author

Rjected commented Mar 7, 2024

Yep, will do, another note to scope a webauthn precompile https://github.com/base-org/webauthn-sol

@gakonst
Copy link
Member

gakonst commented Mar 8, 2024

BLS 12-381 Curve as well

@Rjected
Copy link
Member Author

Rjected commented Mar 8, 2024

Might be interesting:
https://eips.ethereum.org/EIPS/eip-5806

Rjected pushed a commit that referenced this issue Apr 22, 2024
chore: update wagmi description + make paradigm logo color scheme aware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-tracking-issue An issue that collects information about a broad development initiative
Projects
None yet
Development

No branches or pull requests

2 participants