-
Notifications
You must be signed in to change notification settings - Fork 759
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Debug logger namespace standardization (#3692)
* trie: Make debug logger tags use lower case naming * verkle: Make debug logger tags use lower case naming * trie: Update debug namespaces in README * trie: Update debug examples to use lower case naming * verkle: Update debug namespaces in README * verkle: Update debug examples in README to use lower case naming * trie: Print hex instead of bytes to console * Change root debug namespaces to include a collon-hash to be included in wild-card namespaces * Make base namespace end with colon-hash in docs and READMEs * Do not calculate canoncial header if DEBUG is not set * Fix spelling issue * Fix spelling mistakes * Make fetcher namespace use collon-pound * Remove unnecessary check * Add verkle core namespace option to README * Update debug option description * Fix spelling mistake in example * Update trie README debug namespaces * Add proof symbols to debug options list * Make proof-related debug tags lowercase * Put branch index in debug message and out of namespace * Update verkle README debug namespaces * Convert bytes before logging them * Expand debug string logic and add branch index to it * Do not convert bytes to hex --------- Co-authored-by: Holger Drewes <[email protected]> Co-authored-by: acolytec3 <[email protected]>
- Loading branch information
1 parent
15f8ff2
commit 58e68b9
Showing
11 changed files
with
107 additions
and
82 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
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
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.