feat: expose opt-in transaction cost events

This commit is contained in:
0xfnzero
2026-08-13 08:04:34 +08:00
parent 73ba4d8d09
commit 8972a9ddb0
11 changed files with 512 additions and 52 deletions
@@ -21,6 +21,7 @@ fn is_protocol_independent_event(ev: &DexEvent) -> bool {
| DexEvent::BlockMetaEvent(_)
| DexEvent::SetComputeUnitLimitEvent(_)
| DexEvent::SetComputeUnitPriceEvent(_)
| DexEvent::TransactionCostEvent(_)
| DexEvent::ParserSdkErrorEvent(_)
)
}