Skip to content

Commit

Permalink
add stChainId to the blockchain tests module
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeljy committed Sep 26, 2023
1 parent b1720e2 commit 58d5bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ filename:
- extCodeHashSelfInInit.json # ef-tests #289
- extCodeHashSubcallOOG.json # ef-tests #290
- dynamicAccountOverwriteEmpty.json # ef-tests #291
- chainId.json # ef-tests #299
# List of file names regex to be skipped
regex:
- ^opc.*\.json$ # ef-test #120
2 changes: 1 addition & 1 deletion crates/ef-testing/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ mod blockchain_tests {
st_call_delegate_codes_homestead,
stCallDelegateCodesHomestead
);
// blockchain_tests!(st_chain_id, stChainId); // TODO: Implement tests
blockchain_tests!(st_chain_id, stChainId);
// blockchain_tests!(st_code_copy_test, stCodeCopyTest); // TODO: Implement tests
// blockchain_tests!(st_code_size_limit, stCodeSizeLimit); // TODO: Implement tests
// blockchain_tests!(st_create2, stCreate2); // TODO: Implement tests
Expand Down

0 comments on commit 58d5bc4

Please sign in to comment.