From fd6dac5c42bc93daac45eefbf08c907be8db3323 Mon Sep 17 00:00:00 2001 From: Khaeljy Date: Wed, 27 Sep 2023 06:41:12 +0200 Subject: [PATCH] add `stCodeCopyTest` and `stCodeSizeLimit` (#301) --- crates/ef-testing/tests/tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/ef-testing/tests/tests.rs b/crates/ef-testing/tests/tests.rs index cc5358aa..582f6ca4 100644 --- a/crates/ef-testing/tests/tests.rs +++ b/crates/ef-testing/tests/tests.rs @@ -78,8 +78,8 @@ mod blockchain_tests { stCallDelegateCodesHomestead ); // blockchain_tests!(st_chain_id, stChainId); // TODO: Implement tests - // blockchain_tests!(st_code_copy_test, stCodeCopyTest); // TODO: Implement tests - // blockchain_tests!(st_code_size_limit, stCodeSizeLimit); // TODO: Implement tests + blockchain_tests!(st_code_copy_test, stCodeCopyTest); + blockchain_tests!(st_code_size_limit, stCodeSizeLimit); // blockchain_tests!(st_create2, stCreate2); // TODO: Implement tests // blockchain_tests!(st_create_test, stCreateTest); // TODO: Implement tests blockchain_tests!(st_delegatecall_test_homestead, stDelegatecallTestHomestead);