Skip to content

Commit

Permalink
add stChainId to the blockchain tests module (#300)
Browse files Browse the repository at this point in the history
Co-authored-by: danilowhk <danilowhk@gmail.com>
  • Loading branch information
khaeljy and danilowhk authored Sep 27, 2023
1 parent fd6dac5 commit cb8161e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ filename:
- dynamicAccountOverwriteEmpty.json # ef-tests #291
- ContractCreationSpam.json # ef-tests #296
- CrashingTransaction.json # ef-tests #297
- 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);
blockchain_tests!(st_code_size_limit, stCodeSizeLimit);
// blockchain_tests!(st_create2, stCreate2); // TODO: Implement tests
Expand Down

0 comments on commit cb8161e

Please sign in to comment.