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

Basic Prague Tests #39

Merged
merged 7 commits into from
Dec 20, 2024
Merged

Basic Prague Tests #39

merged 7 commits into from
Dec 20, 2024

Conversation

fjl
Copy link
Collaborator

@fjl fjl commented Dec 17, 2024

New test chain from ethereum/hive#1188

@@ -45,6 +45,8 @@ type ChainTxInfo struct {
CallMeContract *ContractInfo `json:"deploy-callme"`
CallEnvContract *ContractInfo `json:"deploy-callenv"`
CallRevertContract *ContractInfo `json:"deploy-callrevert"`
EIP7702 *EIP7702Info `json:"tx-eip7702"`
Copy link
Owner

Choose a reason for hiding this comment

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

seems a little limiting to only have 1 7702 tx in a chain

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Well, we can add more of them. But the for the purpose of testing the RPC interactions, we need just one.

Copy link
Owner

@lightclient lightclient left a comment

Choose a reason for hiding this comment

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

LGTM

@lightclient lightclient merged commit 321d235 into lightclient:main Dec 20, 2024
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.

2 participants