fix(isthmus): Correctly filter refunds for deposit transactions#2330
fix(isthmus): Correctly filter refunds for deposit transactions#2330rakita merged 1 commit intobluealloy:mainfrom
Conversation
a81cf02 to
c36a921
Compare
CodSpeed Performance ReportMerging #2330 will degrade performances by 7.75%Comparing Summary
Benchmarks breakdown
|
mattsse
left a comment
There was a problem hiding this comment.
this would otherwise cause panics because the L1BlockInfo isnt loaded for deposit txs
|
|
definitely panics:
|
Overview
Corrects the current condition for operator fee refunds in trunk. Previously the check was using a source hash heuristic that wasn't correct - what we want is to not refund the operator fee for deposit transactions.
Also adds a test for expected refund behavior for both deposit transactions and normal transactions.
note - this bug isn't present in tag v64 (v19.7.0)