Commit 8cbd42a
authored
feat(blobber): add trace logging for extraction results (ENG-256) (#77)
Add .inspect() calls with trace! logging to help debug extraction results:
1. In fetch_and_decode: logs slot and tx_hash when blobs are successfully
fetched and decoded
2. In signet_block: logs host_block_number and tx_count when a ZenithBlock
is constructed from header and data
Closes ENG-2561 parent d40a1c2 commit 8cbd42a
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
134 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
135 | 144 | | |
136 | 145 | | |
137 | 146 | | |
| |||
0 commit comments