-
Notifications
You must be signed in to change notification settings - Fork 18
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
Conversation
This was added upstream but not here.
@@ -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"` |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
New test chain from ethereum/hive#1188