This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 843
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deuduplicated a few functions (#992)
* deuduplicated a few functions * deduplicated parse_calldata and parse_code * fixed clippy errors * fix log copyrwc when is_persistent false (#1015) * fix to check account empty for existence in `BALANCE` bus mapping (#1007) * Fix to check account empty for existence in `BALANCE` bus-mapping. * Add a test case for empty account. Co-authored-by: Chih Cheng Liang <chihchengliang@gmail.com> Co-authored-by: DreamWuGit <wwuwwei@126.com> Co-authored-by: Steven <asongala@163.com>
- Loading branch information
1 parent
b51eded
commit 325a58f
Showing
4 changed files
with
220 additions
and
291 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
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,5 +1,6 @@ | ||
mod executor; | ||
mod json; | ||
mod parse; | ||
mod results; | ||
pub mod spec; | ||
mod suite; | ||
|
Oops, something went wrong.