-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(logging): Add tracing to validation code for debugging / perfor…
…mance evaluation (#20) * Add logging in the api endpoint including tracing performance * Use declarative macro for valdiation step tracing * use nightly toolchain in ci * Move validation to inner function and add top level success / failure log * Adjust log level for consistency * Use function instead of macro * Factor valdiation code out to struct * Cargo fmt * Move state root validation to separate function to measure time separately * Cargo fmt * Clippy * Factor out validation logic to separate file * Add Request ids to debug logs in gas limit check * Cargo fmt * Clippy * Clippy
- Loading branch information
Showing
7 changed files
with
376 additions
and
224 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
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.