-
Notifications
You must be signed in to change notification settings - Fork 160
feat(agglayer): configure priced fee policies at deployment #3486
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
Open
partylikeits1983
wants to merge
61
commits into
next
Choose a base branch
from
ajl-agglayer-constant-fee-policy
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,199
−361
Open
Changes from 18 commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
9611f93
feat(agglayer): configure priced fee policies at deployment
partylikeits1983 059ec00
docs: document AggLayer constant fee policies
partylikeits1983 bd884d8
refactor(agglayer): add fee policy account builders
partylikeits1983 cd44ca2
Merge remote-tracking branch 'origin/next' into ajl-agglayer-constant…
partylikeits1983 ba4b1b7
refactor(agglayer): streamline fee policy builders
partylikeits1983 6a67dd0
test(agglayer): clarify fee manager names
partylikeits1983 96561ba
refactor(agglayer): simplify testing helper imports
partylikeits1983 0f51cac
test(agglayer): cover bridge flows with fees enabled
partylikeits1983 9be17fe
refactor(tests): unify AggLayer fee policy setup
partylikeits1983 bb76288
Merge branch 'next' into ajl-agglayer-constant-fee-policy
partylikeits1983 0814b44
fix: address fee policy deployment review
partylikeits1983 1d729e2
feat(agglayer): make deployed fee schedules repricable
partylikeits1983 0fd1985
docs(agglayer): specify fee schedule administration
partylikeits1983 b787c15
Merge remote-tracking branch 'origin/next' into ajl-agglayer-constant…
partylikeits1983 490df44
docs(agglayer): reword the SPEC term flagged by the spellchecker
partylikeits1983 0e1b272
chore: condense the AggLayer fee policy changelog entries
partylikeits1983 f821485
refactor(tests): deduplicate AggLayer fee-enabled test plumbing
partylikeits1983 8b05fec
Merge branch 'next' into ajl-agglayer-constant-fee-policy
partylikeits1983 a7fb9ac
Update CHANGELOG.md
partylikeits1983 c235c26
Merge remote-tracking branch 'origin/next' into ajl-agglayer-constant…
partylikeits1983 ef12824
refactor(agglayer): return AccountBuilder from the account builder he…
partylikeits1983 a524eb8
refactor(agglayer): rename the note-set accessors
partylikeits1983 08e36cb
refactor(agglayer): collapse the note-set accessors into allowed_notes
partylikeits1983 96158ee
refactor(agglayer): inline the account builders and drop the one-shot…
partylikeits1983 169193a
docs(agglayer): explain the zero-priced fee config note and flag #2724
partylikeits1983 fda6af8
test(agglayer): prove a sponsored repricing note reimburses the bridge
partylikeits1983 23a921e
Merge remote-tracking branch 'origin/next' into ajl-agglayer-constant…
partylikeits1983 b39b973
docs(agglayer): correct the faucet ownership claim - transfer is owne…
partylikeits1983 500c90e
docs(agglayer): simplify the fee policy wording
partylikeits1983 cc83cca
docs(agglayer): note that a priced-in margin delays repricing
partylikeits1983 e8799df
docs(agglayer): quantify the default pricing margin
partylikeits1983 f76a8a6
docs(agglayer): document the bridge-faucet schedule coupling
partylikeits1983 d5ba53a
docs(agglayer): correct the schedule-coupling consequence
partylikeits1983 7692424
docs(agglayer): state the schedule-coupling invariant instead of one …
partylikeits1983 a594880
docs(agglayer): state the full schedule-coupling rule
partylikeits1983 0a51e15
Merge branch 'next' into ajl-agglayer-constant-fee-policy
partylikeits1983 5ae37cd
docs(agglayer): trim fee administration spec
partylikeits1983 aceb9fa
fix(fees): price config notes without losing recovery
partylikeits1983 0909ada
docs(fees): correct the repricing recovery story
partylikeits1983 e628420
fix(agglayer): drop the unused allow_all burn policy from the faucet
partylikeits1983 90bfb86
chore: condense the AggLayer changelog, state the faucet ADMIN rotati…
partylikeits1983 0a76e8a
chore(agglayer): tidy the fee test fixtures and docs
partylikeits1983 79024f4
test(agglayer): pin the output-note counts in the fee-enabled E2E cases
partylikeits1983 819ad62
docs(agglayer): note the inert FEE_SPONSORSHIP schedule entry
partylikeits1983 031d88b
docs(agglayer): tighten the fee administration and faucet ADMIN caveats
partylikeits1983 3dbd2f5
docs(fees): compress the config-note operational notes
partylikeits1983 e3d2fb8
docs(agglayer): rewrap the faucet allowlist doc paragraph
partylikeits1983 d594193
Update crates/miden-agglayer/src/lib.rs
partylikeits1983 43263e3
Update crates/miden-agglayer/src/lib.rs
partylikeits1983 34a1e56
fix(fees): drop the sponsorship note from constant fee schedules
partylikeits1983 453ae90
docs(agglayer): disambiguate ADMIN and trim SPEC change narration
partylikeits1983 61fa16a
docs(agglayer): restore the AuthNetworkAccount link definition
partylikeits1983 cef6c2f
chore: trim the AggLayer changelog entry
partylikeits1983 195eb8e
docs(agglayer): say the bridge accepts three other standard notes
partylikeits1983 1110583
docs(agglayer): plainer wording in the allowlist and builder docs
partylikeits1983 a800a10
docs(fees): simplify the config note's operational notes
partylikeits1983 5972503
docs(agglayer): drop the duplicate issue link from the trust model table
partylikeits1983 6affaed
docs(agglayer): name the components the faucet shares with the bridge
partylikeits1983 af1fb34
chore: move the AggLayer entry to the v0.16.0 changelog section
partylikeits1983 bfbd161
refactor(tx): drop the AggLayer fee policy helpers from NetworkNotePr…
partylikeits1983 a12978b
Merge branch 'next' into ajl-agglayer-constant-fee-policy
partylikeits1983 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
Some comments aren't visible on the classic Files Changed page.
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
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.
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.