-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add tree * Handle stepping with return * add [layer -> CALL] * transfer, borrow * liquidation * tune abi_call * EVMU256::unwrap_or_default() * handle U256 * colored call * colored function * fine-tune colors * colorize solution * fine-tune the color of call * remove * colored address * fn args * colored address * pretty return data * pretty value * fine-tune sender * Add warning log when there is unknown VmCalls * remove <- () * stepping with return * fine-tune indent * fine-tune liquidation * fine-tune borrow * abi.encodeWithSelector * prettify trace tree * add layer * add layer * fine-tune tree
- Loading branch information
1 parent
80c2adb
commit 93f943e
Showing
9 changed files
with
365 additions
and
110 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,3 +126,4 @@ alloy-primitives = "0.4.1" | |
# logging | ||
tracing = "0.1" | ||
tracing-subscriber = "0.3" | ||
colored = "2.0" |
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.