You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that some of the BlockchainTests tests, mainly the ones under cancun/eip6780_selfdestruct, are executed on a state that has the chainId set to 0 instead of 1. Is there a reason they have a different chainId than the rest of the test suite?
Alternatively, would you consider storing the chainId under the _info field of the JSON test? Or add it as a new field on the same level as sealEngine and network? I know it is already part of the transaction field, but I consider that a post-state check, similar to sender.
The text was updated successfully, but these errors were encountered:
I noticed that some of the BlockchainTests tests, mainly the ones under cancun/eip6780_selfdestruct, are executed on a state that has the
chainId
set to0
instead of1
. Is there a reason they have a differentchainId
than the rest of the test suite?Alternatively, would you consider storing the
chainId
under the_info
field of the JSON test? Or add it as a new field on the same level assealEngine
andnetwork
? I know it is already part of thetransaction
field, but I consider that a post-state check, similar tosender
.The text was updated successfully, but these errors were encountered: