-
Notifications
You must be signed in to change notification settings - Fork 3.8k
feat: introduce fee splitter for revenue share #17536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
maurelian
merged 43 commits into
ethereum-optimism:develop
from
defi-wonderland:sc-feat/fee-splitter-system
Nov 6, 2025
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
0f77ce5
feat: fee splitter system (#469)
funkornaut001 f9dae26
Merge branch 'develop' into chore/sync-fee-splitter-system
0xDiscotech 652c4cc
Merge pull request #548 from defi-wonderland/chore/sync-fee-splitter-…
0xDiscotech 024a674
fix: failing tests (#553)
0xDiscotech 15362af
refactor: revenue sharing config (#538)
0xiamflux e43355a
fix: pre pr and semgrep (#565)
0xDiscotech 838f05a
Merge branch 'develop' into chore/sync-last-develop
0xDiscotech a191a04
Merge pull request #568 from defi-wonderland/chore/sync-last-develop
0xDiscotech f67aa60
fix: warnings (#571)
0xDiscotech c389bee
fix: tests failing on fork environment (#575)
0xDiscotech 09fda20
fix: use encode call on constructors (#578)
0xDiscotech 99d63e4
Merge branch 'develop' into chore/last-splitter-sync
0xDiscotech 2157a49
Merge pull request #579 from defi-wonderland/chore/last-splitter-sync
0xDiscotech 5c1de6d
feat: add integration splitter test (#581)
0xDiscotech a316cc2
fix: integration test nits (#583)
0xDiscotech 7234e26
test: more coverage on splitter tests (#594)
0xDiscotech 014893e
Merge branch 'develop' into chore/new-splitter-sync
0xDiscotech 069e7f6
Merge pull request #598 from defi-wonderland/chore/new-splitter-sync
0xDiscotech c7202f2
fix: add missing operator fee vault field (#616)
0xDiscotech 5a0d229
feat: invariants and tests (#595)
simon-something 7ced544
fix: ir informationals (#609)
0xDiscotech ee3f61a
Merge branch 'develop' into chore/sync-post-ir
0xDiscotech d372097
Merge pull request #621 from defi-wonderland/chore/sync-post-ir
0xDiscotech ad39f98
fix: pre pr (#622)
0xDiscotech ac080bb
refactor: use cdm (#624)
0xDiscotech 4957177
Merge branch 'develop' into chore/sync-last
0xDiscotech 7ef7edc
Merge pull request #626 from defi-wonderland/chore/sync-last
0xDiscotech 7077e3d
fix: update withdrawal gas limit value on check (#627)
0xDiscotech 799f92f
fix: remove rev share field from deploy op chain input struct (#628)
0xDiscotech 2dd951a
refactor: remove initializer and vaults getter changes (#631)
0xDiscotech 989afa8
fix: remove immutable check over vaults (#634)
0xDiscotech 113e1be
Merge branch 'develop' into chore/sync-splitter
0xDiscotech a644f7e
Merge pull request #643 from defi-wonderland/chore/sync-splitter
0xDiscotech f392d4b
fix: audit findings (#658)
0xDiscotech 2ddc709
Merge branch 'develop' into chore/sync-post-audit
0xDiscotech f1fcd96
fix: pre pr
0xDiscotech 5e22355
Merge pull request #659 from defi-wonderland/chore/sync-post-audit
0xDiscotech e066e77
Merge branch 'develop' into chore/post-audit-sync
0xDiscotech 4551449
Merge pull request #664 from defi-wonderland/chore/post-audit-sync
0xDiscotech e8455ce
feat: add user guide docs for rev sharing on op deployer (#666)
0xDiscotech 6b0ac03
docs: add create2 comment (#667)
0xDiscotech 029ea42
Merge branch 'develop' into chore/new-sync
0xDiscotech 9bf285c
Merge pull request #668 from defi-wonderland/chore/new-sync
0xDiscotech File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -50,4 +50,4 @@ __pycache__ | |
| crytic-export | ||
|
|
||
| # ignore local asdf config | ||
| .tool-versions | ||
| .tool-versions | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.