refactor: update optimistic v3 adjustments to use adjustment data v3 #860
+28
−16
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 Summary
Update optimistic v3 adjustments to use adjustment data v3 format with
placeholder_gas_used.💡 Motivation and Context
For payout transactions,
gas_usedmay differ fromgas_limit. The v3 adjustment data format relaxes thegas_limit == gas_usedassumption by explicitly providingplaceholder_gas_used, allowing the relay to use the actual gas consumed. https://docs.ultrasound.money/builders/optimistic-v3Without
placeholder_gas_used, incorrect gas cost calculations can cause adjustment failures in some cases. Including this field in v3 format enables accurate adjustment processing.✅ I have completed the following steps:
make lintmake test