forked from okx/xlayer-node
-
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.
Debug transaction using executor-like traces (0xPolygonHermez#738)
* WIP * WIP * WIP * WIP * WIP * jsTracer WIP * WIP * WIP * WIP * WIP * WIP * WIP * FakeDB implementation * Refactor * WIP * WIP * Delete DS_Store files * Add DS_Store to gitignore * Linter * go mod tidy * WIP * WIP * Add Storage * Finish * fix * Fix executor server port in config.toml * Fix base16 value * integrate debug_traceTransaction with state method * Trace fixes * linter * WIP: fixed JSON RPC interface for debug_traceTransaction * Fixes * Fix deploy tracing * Manage memory as bytes * Fix parsing problem * Add reverted reason when possible Co-authored-by: tclemos <[email protected]>
- Loading branch information
1 parent
2199903
commit 6550cf9
Showing
76 changed files
with
137,538 additions
and
837 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 |
---|---|---|
|
@@ -12,3 +12,4 @@ | |
/test/contracts/bin/**/*.bin | ||
/test/contracts/bin/**/*.abi | ||
|
||
**/.DS_Store |
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
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 |
---|---|---|
|
@@ -68,3 +68,7 @@ StoreBackend = "PostgreSQL" | |
|
||
[MTClient] | ||
URI = "127.0.0.1:50060" | ||
|
||
[ExecutorServer] | ||
Host = "0.0.0.0" | ||
Port = 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
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 |
---|---|---|
|
@@ -73,4 +73,8 @@ StoreBackend = "PostgreSQL" | |
[MTClient] | ||
URI = "127.0.0.1:50060" | ||
[ExecutorServer] | ||
Host = "0.0.0.0" | ||
Port = 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
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
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
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.