perf(core): decode execution status via partial-CBOR projection - #3890
perf(core): decode execution status via partial-CBOR projection#3890EgeCaner wants to merge 4 commits into
Conversation
|
Claude finished @EgeCaner's task in 5m 2s —— View job Review:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3890 +/- ##
==========================================
+ Coverage 75.26% 75.39% +0.13%
==========================================
Files 443 443
Lines 40058 39940 -118
==========================================
- Hits 30150 30114 -36
+ Misses 7806 7733 -73
+ Partials 2102 2093 -9 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…and eceiptExecutionStatus -> receiptExecutionStatusProjection
…and eceiptExecutionStatus -> receiptExecutionStatusProjection cont
e35cb36 to
94dbacb
Compare
|
Claude finished @EgeCaner's task in 5m 5s —— View job Re-review:
|
Same CBOR discard trick applied to
ExecutionStatusreads. Saves 2 alloc per skipped key, for status 7 of them are skipped thus saves 14 alloc on execution status read.Block 0 — genesis-era (all 0-event receipts)
Block 763497 — mainnet (sorted by event count)