-
Notifications
You must be signed in to change notification settings - Fork 2
feat(STBLE-3855): Adding fine grained RBAC for solana contract #20
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
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
f097b93
feat(solana): fine-grained pool RBAC and legacy migrate_authorities
OliverCai0 973e715
Remove extra stable-swapper diff
OliverCai0 0ecf61e
revert unecessary name change
OliverCai0 eca9e51
Revert cosmetic AppStable rename in Solana tests
OliverCai0 d51f753
Fix Prettier formatting in stable-swapper tests
OliverCai0 ca9ab3b
Address RBAC review: zero-key guards and precise migration errors
OliverCai0 2794e3f
Address some comments and split fee configuration setting
OliverCai0 46acbea
Replace cosign guard with upgrader guard
OliverCai0 5a38770
Remove cb internals and add additional guards on updating addresses
OliverCai0 0f9d487
Squashed single verified commit
OliverCai0 397bfa3
zero out account body before migrating
OliverCai0 8cf8eb8
Perform a check on legacy fee
OliverCai0 8b0fea9
Remove MIGRATION_GROWTH
OliverCai0 2cd0211
Fix error naming
OliverCai0 a861357
Fix unit test
OliverCai0 1e9c39e
Change disabled defaults for newly provisioned vaults
OliverCai0 53312dc
Fix some comments
OliverCai0 4b0687d
Adding guard, min_amount_out
OliverCai0 adebb76
Fix obselete test comments
OliverCai0 939cbc7
Add security audit
OliverCai0 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
Binary file not shown.
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 |
|---|---|---|
|
|
@@ -15,3 +15,4 @@ test-ledger | |
| **/*-keypair.json | ||
| **/id.json | ||
| package-lock.json | ||
| .migration-verify | ||
Large diffs are not rendered by default.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is dropping package-lock intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added back