ERC4337 Support #1313
orkunkilic
started this conversation in
General
ERC4337 Support
#1313
Replies: 1 comment 3 replies
-
From what I understand we don't really have to implement much if we want to support ERC4337. Since all the work (and RPCs) is handled at the bundler level. (You can search reth and geth for Seems like the only thing we are missing is |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We should implement ERC4337 before the mainnet launch. I don’t think it will require much work, and it likely won’t affect the zkVM guest. In Ethereum, this is not a hard fork but a node update. The implementation simply adds new optional fields to the send transaction RPC and introduces another mempool for user_ops transactions. More details can be found in the link provided above. Reth already implements the necessary types for ERC4337.
We should convert this discussion into an issue or issues. I’ll leave that to you after the initial design research.
Beta Was this translation helpful? Give feedback.
All reactions