-
Notifications
You must be signed in to change notification settings - Fork 830
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added types + tests * added logic to state_transition, passes all existing tests * fix small typo, add scaling factor * clean up some comments * reset testdata * add HoloceneL1AttributesSelector * reset testdata * fixed test * fix to rollup_cost_test * fees go to operatorFeeVault * moved operator fee scalars into separate slot * start change to isthmus + new design * finish merge * Update to Isthmus * Update to Isthmus * Allow to set IsthmusTime * update setL1BlockValuesIsthmus function selector include Isthmus in the banner Revert "include Isthmus in the banner" This reverts commit 0f997c3. * fix operator fee params storage ordering * fix operator fee params decoding * fix: rename test func * fix: merge * fix: handle feedbacks * fix: duplicate add l1Cost * feat: streamline operator fee calculation * fix: add back operator fee refund * fix: use original gasUsed to refund operator fee * nit: typo Co-authored-by: refcell <[email protected]> * fix: OperatorCostFunc doesn't return nil * fix: don't add operatorCost if GasFeeCap is nil * fix: don't access state if Isthmus not activated * fix: handle sebastianst feedbacks * fix: handle more feedbacks * fix: handle sebastianst feedbacks part 3 * fix: handle sebastian feedback part 4 * fix: handle more feedbacks * fix: call AddBalance even if diff is 0 * fix: TestTransientStorageReset test --------- Co-authored-by: Aurélien <[email protected]> Co-authored-by: leruaa <[email protected]> Co-authored-by: refcell <[email protected]>
- Loading branch information
1 parent
31738ca
commit e136827
Showing
10 changed files
with
446 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.