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

Implement EIP-7685 and EIP-6110 #10238

Merged
merged 18 commits into from
May 14, 2024
Merged

Implement EIP-7685 and EIP-6110 #10238

merged 18 commits into from
May 14, 2024

Conversation

racytech
Copy link
Contributor

@racytech racytech commented May 7, 2024

All PRs from #10167 which was closed due to failing Test erigon as a library in integration tests

@racytech racytech marked this pull request as ready for review May 7, 2024 23:03
@racytech racytech self-assigned this May 7, 2024
@racytech racytech added pectra The Prague/Electra protocol upgrade imp1 High importance labels May 7, 2024
cmd/state/exec3/state.go Outdated Show resolved Hide resolved
@@ -506,7 +506,7 @@ func TestWithdrawalsEncoding(t *testing.T) {
Amount: 5_000_000_000,
}

block := NewBlock(&header, nil, nil, nil, withdrawals)
block := NewBlock(&header, nil, nil, nil, withdrawals, nil /*requests*/)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It'd be nice to add a similar TestRequestsEncoding

@yperbasis yperbasis enabled auto-merge (squash) May 14, 2024 15:41
@yperbasis yperbasis changed the title [WIP] Implement EIP-7685 and EIP-6110 Implement EIP-7685 and EIP-6110 May 14, 2024
@yperbasis yperbasis merged commit 65ba9b4 into main May 14, 2024
10 checks passed
@yperbasis yperbasis deleted the racytech/eip_7685_6110 branch May 14, 2024 16:05
yperbasis added a commit that referenced this pull request May 21, 2024
yperbasis added a commit that referenced this pull request Oct 1, 2024
AskAlexSharov pushed a commit that referenced this pull request Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imp1 High importance pectra The Prague/Electra protocol upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants