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
EthereumJS currently does not T8N support, which is the "transition-tool". This would be incredibly helpful, especially regarding filling tests on the execution-spec-tests side to help filling the tests. If the tests on their side are written, but no client implementation is ready (or: does not have t8n support), then the tests cannot be filled and thus other clients cannot consume those tests (in the form of fixtures, i.e. state, blockchain (and hive) tests).
If done rather quickly we could use this to fill the EIP-7702 tests, as in this execution-spec-tests PR: ethereum/execution-spec-tests#733. This will need #3581
We have retesteth support which looks like t8n-like: #2818 (sample PR for fixups, but ./packages/vm/test/retesteth)
EthereumJS currently does not T8N support, which is the "transition-tool". This would be incredibly helpful, especially regarding filling tests on the
execution-spec-tests
side to help filling the tests. If the tests on their side are written, but no client implementation is ready (or: does not have t8n support), then the tests cannot be filled and thus other clients cannot consume those tests (in the form of fixtures, i.e. state, blockchain (and hive) tests).T8Ntool docs: https://ethereum-tests.readthedocs.io/en/latest/t8ntool-ref.html
execution-spec-tests
will need a EthereumJS t8n wrapper: https://github.com/ethereum/execution-spec-tests/tree/main/src/evm_transition_toolIf done rather quickly we could use this to fill the EIP-7702 tests, as in this
execution-spec-tests
PR: ethereum/execution-spec-tests#733. This will need #3581We have retesteth support which looks like t8n-like: #2818 (sample PR for fixups, but
./packages/vm/test/retesteth
)Add t8ntool to client docs from
ethereum-tests
https://ethereum-tests.readthedocs.io/en/develop/t8ntool.htmlNOTE: this issue is WIP
CC @spencer-tb
The text was updated successfully, but these errors were encountered: