forked from gakonst/ethers-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* hook into step * debug steps * mvp * better fmting * fixes * fmt * clippy * updates * refactor * fmt * inner call support * source mapping :) * clippy and fmt * traces for a run cmd * source improvements * some cleanup * fix coloring * add constructor bytecode debugger * import fix * working sourcemap parsing * fixes * cargo lock * styling * comments * comments mostly * better structure + comments * dont compile when no project * nits + documentation * chore: update latest ethers utils (gakonst#394) * chore: update latest ethers utils * rustmft * updates primarily to run cmd * correct documentation * fix solang version -.- * refactor * fmt * fixes * better formatting * force recompile * ui update + gas tracking + known contracts fix Co-authored-by: Matthias Seitz <[email protected]>
- Loading branch information
1 parent
18a0c27
commit a2287d9
Showing
19 changed files
with
2,136 additions
and
120 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,4 @@ opt-level = "z" | |
lto = true | ||
codegen-units = 1 | ||
panic = "abort" | ||
debug = true | ||
debug = true |
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
Oops, something went wrong.