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 cancun tests #26

Merged
merged 2 commits into from
Jan 29, 2024
Merged

Implement cancun tests #26

merged 2 commits into from
Jan 29, 2024

Conversation

lightclient
Copy link
Owner

@lightclient lightclient commented Oct 14, 2023

PR in draft until ethereum/go-ethereum#28252 is merged and released

Adds tests for blob txs and parent beacon root.

@@ -2,9 +2,12 @@ module github.com/lightclient/rpctestgen

go 1.18

replace github.com/ethereum/go-ethereum => ../go-ethereum
Copy link
Contributor

Choose a reason for hiding this comment

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

Probably left in by mistake

@@ -83,8 +86,8 @@ var AllMethods = []MethodTests{
EthGetTransactionReceipt,
EthGetBlockReceipts,
EthSendRawTransaction,
EthGasPrice,
EthMaxPriorityFeePerGas,
// EthGasPrice,
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are these commented out?

@fjl
Copy link
Contributor

fjl commented Jan 17, 2024

This has now been merged into #27

@lightclient lightclient merged commit 378db09 into main Jan 29, 2024
0 of 2 checks passed
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

Successfully merging this pull request may close these issues.

3 participants