-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixes broken logging and adds structure to logs (#411)
* feat: add structured show call logging * feat: tx summary logs structured * chore: clean up * chore: wip for gas details * wip: broken but uses builder * chore: clean up * fix: fixes log structure * chore: clean up * fix: address issue with event topics, being filtered, clean up and udpate comments * chore: add paid field * fix: address broken test * chore: minor fixes * chore: fix lint * chore:small fix * fix: print console logs once per call, fix spacing * fix: lint --------- Co-authored-by: Roman Petriv <[email protected]>
- Loading branch information
1 parent
1578ee4
commit f3e58cd
Showing
8 changed files
with
1,012 additions
and
619 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,102 +1,45 @@ | ||
[ | ||
[ | ||
"0x0000000000000000000000000000000000008001", | ||
"bootloader", | ||
"System" | ||
], | ||
[ | ||
"0x0000000000000000000000000000000000008002", | ||
"Account Code Storage", | ||
"System" | ||
], | ||
[ | ||
"0x0000000000000000000000000000000000008003", | ||
"Nonce Holder", | ||
"System" | ||
], | ||
[ | ||
"0x0000000000000000000000000000000000008004", | ||
"Known code storage", | ||
"System" | ||
], | ||
[ | ||
"0x0000000000000000000000000000000000008005", | ||
"ImmutableSimulator", | ||
"System" | ||
], | ||
[ | ||
"0x0000000000000000000000000000000000008006", | ||
"L2 deployer", | ||
"System" | ||
], | ||
[ | ||
"0x0000000000000000000000000000000000008007", | ||
"Force L2 deployer", | ||
"System" | ||
], | ||
[ | ||
"0x0000000000000000000000000000000000008008", | ||
"L1 messenger", | ||
"System" | ||
], | ||
[ | ||
"0x0000000000000000000000000000000000008009", | ||
"Msg Value System Contract", | ||
"System" | ||
], | ||
[ | ||
"0x000000000000000000000000000000000000800a", | ||
"EthToken System Contract", | ||
"System" | ||
], | ||
[ | ||
"0x000000000000000000000000000000000000800b", | ||
"System context", | ||
"System" | ||
], | ||
[ | ||
"0x000000000000000000000000000000000000800c", | ||
"Bootloader utilities", | ||
"System" | ||
], | ||
[ | ||
"0x000000000000000000000000000000000000800d", | ||
"Event writer", | ||
"System" | ||
], | ||
[ | ||
"0x000000000000000000000000000000000000800e", | ||
"Compressor", | ||
"System" | ||
], | ||
[ | ||
"0x000000000000000000000000000000000000800f", | ||
"ComplexUpgrader", | ||
"System" | ||
], | ||
[ | ||
"0x0000000000000000000000000000000000008010", | ||
"Keccak", | ||
"Precompile" | ||
], | ||
[ | ||
"0x0000000000000000000000000000000000008011", | ||
"PubdataChunkPublisher", | ||
"System" | ||
], | ||
[ | ||
"0x0000000000000000000000000000000000008012", | ||
"CodeOracle", | ||
"System" | ||
], | ||
[ | ||
"0x000000000000000000636f6e736f6c652e6c6f67", | ||
"Console log", | ||
"Precompile" | ||
], | ||
[ | ||
"0x0000000000000000000000000000000000010000", | ||
"Create2Factory", | ||
"Popular" | ||
] | ||
] | ||
["0x0000000000000000000000000000000000008001", "bootloader", "System"], | ||
[ | ||
"0x0000000000000000000000000000000000008002", | ||
"AccountCodeStorage", | ||
"System" | ||
], | ||
["0x0000000000000000000000000000000000008003", "NonceHolder", "System"], | ||
["0x0000000000000000000000000000000000008004", "KnownCodesStorage", "System"], | ||
[ | ||
"0x0000000000000000000000000000000000008005", | ||
"ImmutableSimulator", | ||
"System" | ||
], | ||
["0x0000000000000000000000000000000000008006", "ContractDeployer", "System"], | ||
["0x0000000000000000000000000000000000008007", "ForceL2Deployer", "System"], | ||
["0x0000000000000000000000000000000000008008", "L1Messenger", "System"], | ||
["0x0000000000000000000000000000000000008009", "MsgValueSimulator", "System"], | ||
["0x000000000000000000000000000000000000800a", "L2BaseToken", "System"], | ||
["0x000000000000000000000000000000000000800b", "SystemContext", "System"], | ||
[ | ||
"0x000000000000000000000000000000000000800c", | ||
"BootloaderUtilities", | ||
"System" | ||
], | ||
["0x000000000000000000000000000000000000800d", "EventWriter", "System"], | ||
["0x000000000000000000000000000000000000800e", "Compressor", "System"], | ||
["0x000000000000000000000000000000000000800f", "ComplexUpgrader", "System"], | ||
["0x0000000000000000000000000000000000008010", "Keccak", "Precompile"], | ||
[ | ||
"0x0000000000000000000000000000000000008011", | ||
"PubdataChunkPublisher", | ||
"System" | ||
], | ||
["0x0000000000000000000000000000000000008012", "CodeOracle", "System"], | ||
["0x000000000000000000636f6e736f6c652e6c6f67", "ConsoleLog", "Precompile"], | ||
["0x0000000000000000000000000000000000010000", "Create2Factory", "System"], | ||
["0x0000000000000000000000000000000000000002", "SHA256", "Precompile"], | ||
["0x0000000000000000000000000000000000000001", "ECRecover", "Precompile"], | ||
["0x0000000000000000000000000000000000000006", "EcAdd", "Precompile"], | ||
["0x0000000000000000000000000000000000000007", "EcMul", "Precompile"], | ||
["0x0000000000000000000000000000000000000008", "EcPairing", "Precompile"], | ||
["0xc706EC7dfA5D4Dc87f29f859094165E8290530f5", "GasBoundCaller", "System"], | ||
["0x0000000000000000000000000000000000000100", "P256Verify", "System"] | ||
] |
Oops, something went wrong.