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

> ### Description #2728

Closed
octavio12345300 opened this issue Oct 3, 2024 · 3 comments
Closed

> ### Description #2728

octavio12345300 opened this issue Oct 3, 2024 · 3 comments

Comments

@octavio12345300
Copy link

          > ### Description

BEP-441: Implement EIP-7702: Set EOA account code

Rationale

tell us why we need these changes...

Example

add an example CLI or API response...

Changes

code is following ethereum/go-ethereum#30078

but I can't find which version or commit of geth is used for Pectra-devnet-3, and have rise a question to go-ethereum teams.

in the prague upgrade, eip-7702 is the most complicated, and the spec still not be finalized.
according to https://notes.ethereum.org/@ethpandaops/pectra-devnet-3
run [email protected] against ethereum/go-ethereum#30078, still have many failed test cases 93/1596.

but after picking the code into bsc, there are 145/1596 failed cases.
by debugging, I find the reason, ethereum/go-ethereum#29520
but this PR is not easy to pick, so I do code implement after understanding it, outcome the second commit, please review it carefully! Now the number of passed test cases is 93/1596 too.

Originally posted by @Kya123iu in #2724 (comment)

@Kya123iu
Copy link

Kya123iu commented Oct 3, 2024

          060331123

BEP-441: Implement EIP-7702: Set EOA account code

Rationale

tell us why we need these changes...

Example

add an example CLI or API response...

Changes

code is following ethereum/go-ethereum#30078

but I can't find which version or commit of geth is used for Pectra-devnet-3, and have rise a question to go-ethereum teams.

in the prague upgrade, eip-7702 is the most complicated, and the spec still not be finalized.
according to https://notes.ethereum.org/@ethpandaops/pectra-devnet-3
run [email protected] against ethereum/go-ethereum#30078, still have many failed test cases 93/1596.

but after picking the code into bsc, there are 145/1596 failed cases.
by debugging, I find the reason, ethereum/go-ethereum#29520
but this PR is not easy to pick, so I do code implement after understanding it, outcome the second commit, please review it carefully! Now the number of passed test cases is 93/1596 too.

Originally posted by @Kya123iu in #2724 (comment)

@Kya123iu
Copy link

Kya123iu commented Oct 3, 2024

          > ### Description

BEP-441: Implement EIP-7702: Set EOA account code

Rationale

tell us why we need these changes...

Example

add an example CLI or API response...

Changes

code is following ethereum/go-ethereum#30078

but I can't find which version or commit of geth is used for Pectra-devnet-3, and have rise a question to go-ethereum teams.

in the prague upgrade, eip-7702 is the most complicated, and the spec still not be finalized.
according to https://notes.ethereum.org/@ethpandaops/pectra-devnet-3
run [email protected] against ethereum/go-ethereum#30078, still have many failed test cases 93/1596.

but after picking the code into bsc, there are 145/1596 failed cases.
by debugging, I find the reason, ethereum/go-ethereum#29520
but this PR is not easy to pick, so I do code implement after understanding it, outcome the second commit, please review it carefully! Now the number of passed test cases is 93/1596 too.

Originally posted by @Kya123iu in #2724 (comment)

@Kya123iu
Copy link

Kya123iu commented Oct 3, 2024

      060331123    > ### Description

BEP-441: Implement EIP-7702: Set EOA account code

Rationale

tell us why we need these changes...

Example

add an example CLI or API response...

Changes

code is following ethereum/go-ethereum#30078

but I can't find which version or commit of geth is used for Pectra-devnet-3, and have rise a question to go-ethereum teams.

in the prague upgrade, eip-7702 is the most complicated, and the spec still not be finalized.
according to https://notes.ethereum.org/@ethpandaops/pectra-devnet-3
run [email protected] against ethereum/go-ethereum#30078, still have many failed test cases 93/1596.

but after picking the code into bsc, there are 145/1596 failed cases.
by debugging, I find the reason, ethereum/go-ethereum#29520
but this PR is not easy to pick, so I do code implement after understanding it, outcome the second commit, please review it carefully! Now the number of passed test cases is 93/1596 too.

Originally posted by @Kya123iu in #2724 (comment)

@zzzckck zzzckck closed this as completed Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants