-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bd06ad5
commit 4040f62
Showing
7 changed files
with
309 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,46 @@ | ||
// Add test modules here: | ||
|
||
mod abi_impl_methods_callable; | ||
mod auth; | ||
mod block; | ||
mod call_frames; | ||
mod configurables_in_contract; | ||
mod configurables_in_script; | ||
mod context; | ||
mod contract_bytecode; | ||
mod ec_recover; | ||
mod ec_recover_and_match_predicate; | ||
mod evm; | ||
mod evm_ec_recover; | ||
mod exponentiation; | ||
mod generics_in_abi; | ||
mod hashing; | ||
mod logging; | ||
mod low_level_call; | ||
mod low_level_call_bytes; | ||
mod messages; | ||
mod methods; | ||
mod option_field_order; | ||
mod option_in_abi; | ||
mod parsing_logs; | ||
mod predicate_data_simple; | ||
mod predicate_data_struct; | ||
mod registers; | ||
mod result_in_abi; | ||
mod script_data; | ||
mod storage; | ||
mod storage_access; | ||
mod storage_bytes; | ||
mod storage_init; | ||
// mod abi_impl_methods_callable; | ||
// mod auth; | ||
// mod block; | ||
// mod call_frames; | ||
// mod configurables_in_contract; | ||
// mod configurables_in_script; | ||
// mod context; | ||
// mod contract_bytecode; | ||
// mod ec_recover; | ||
// mod ec_recover_and_match_predicate; | ||
// mod evm; | ||
// mod evm_ec_recover; | ||
// mod exponentiation; | ||
// mod generics_in_abi; | ||
// mod hashing; | ||
// mod logging; | ||
// mod low_level_call; | ||
// mod low_level_call_bytes; | ||
// mod messages; | ||
// mod methods; | ||
// mod option_field_order; | ||
// mod option_in_abi; | ||
// mod parsing_logs; | ||
// mod predicate_data_simple; | ||
// mod predicate_data_struct; | ||
// mod registers; | ||
// mod result_in_abi; | ||
// mod script_data; | ||
// mod storage; | ||
// mod storage_access; | ||
// mod storage_bytes; | ||
// mod storage_init; | ||
mod storage_map; | ||
mod storage_map_nested; | ||
mod storage_string; | ||
mod storage_vec; | ||
mod storage_vec_nested; | ||
mod storage_vec_to_vec; | ||
mod superabi; | ||
mod superabi_supertrait; | ||
mod token_ops; | ||
mod tx_fields; | ||
mod type_aliases; | ||
mod vec_in_abi; | ||
// mod storage_map_nested; | ||
// mod storage_string; | ||
// mod storage_vec; | ||
// mod storage_vec_nested; | ||
// mod storage_vec_to_vec; | ||
// mod superabi; | ||
// mod superabi_supertrait; | ||
// mod token_ops; | ||
// mod tx_fields; | ||
// mod type_aliases; | ||
// mod vec_in_abi; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.