-
Notifications
You must be signed in to change notification settings - Fork 1.1k
pallet-xcm: add support to authorize aliases #6336
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 16 commits
Commits
Show all changes
91 commits
Select commit
Hold shift + click to select a range
31f7879
make docs for LocalOriginToLocation uniform across codebase
acatangiu 7a0af10
pallet-xcm: add support for authorizing aliases
acatangiu 879d48b
add stub weights
acatangiu 9103e27
add benchmark code
acatangiu c29fc5d
add migration for authorized aliases
acatangiu e84293f
fix pallet-xcm authorized aliases
acatangiu 0332aca
asset hub westend: add support for authorized aliases
acatangiu 9447da4
Merge branch 'master' of github.com:paritytech/polkadot-sdk into auth…
acatangiu 4611498
address comments and fix tests after rebase
acatangiu 709cf3e
add prdoc
acatangiu 200ccee
Merge branch 'master' of github.com:paritytech/polkadot-sdk into auth…
acatangiu 35b4859
".git/.scripts/commands/bench/bench.sh" --subcommand=xcm --runtime=we…
79bfce2
".git/.scripts/commands/bench/bench.sh" --subcommand=xcm --runtime=ro…
673c3f6
".git/.scripts/commands/bench/bench.sh" --subcommand=xcm --runtime=as…
ac5d4a6
".git/.scripts/commands/bench/bench.sh" --subcommand=xcm --runtime=as…
70694dd
fix benchmarks
acatangiu 61c8224
Update polkadot/xcm/pallet-xcm/src/benchmarking.rs
franciscoaguirre 9d59105
Update polkadot/xcm/pallet-xcm/src/lib.rs
franciscoaguirre 1b647db
Update polkadot/xcm/pallet-xcm/src/lib.rs
franciscoaguirre 7b58df8
chore: change new_version to XCM_VERSION
franciscoaguirre 8764367
Merge branch 'master' of github.com:paritytech/polkadot-sdk into auth…
acatangiu c239f8d
rename vars
acatangiu a606607
pallet-xcm: add expiry to authorized aliases
acatangiu b7ef64c
pallet-xcm: add storage deposit for authorized aliases
acatangiu 40fcc27
Merge branch 'master' of github.com:paritytech/polkadot-sdk into auth…
acatangiu 5bde333
fix conflicts
acatangiu 4ed6e22
fix bugs, add tests
acatangiu 8600075
remove alias auto-prune
acatangiu 795e63e
define runtime APIs for authorized aliases
acatangiu 4f35647
add events
acatangiu 875c9ab
tweak prdoc
acatangiu 327a2e1
remove debug prints
acatangiu af6abe8
fix import
acatangiu 356c8f2
Merge branch 'master' of github.com:paritytech/polkadot-sdk into auth…
acatangiu 29b0c0d
configure runtimes
acatangiu 9792913
better configure runtimes
acatangiu 31b5feb
implement runtime APIs
acatangiu 825a4b4
fix test runtimes
acatangiu f2869b2
make runtime APIs truly versioned
acatangiu 1d17ef4
fix tests
acatangiu bdd0f7b
Merge branch 'master' of github.com:paritytech/polkadot-sdk into auth…
acatangiu 91e283a
fix clippy
acatangiu 7056188
fix more test runtimes
acatangiu 0a705ca
fix clippy
acatangiu caff17b
fix toml
acatangiu 28b6989
fix benchmarks
acatangiu f434f45
fix prdoc
acatangiu ab80b6e
Merge branch 'master' of github.com:paritytech/polkadot-sdk into auth…
acatangiu a303dff
xcm-matcher: alias filter for remote account A to local account A
acatangiu a0207eb
people: add accounts aliasing test
acatangiu 9fc747c
move test to macro for reuse
acatangiu c7505be
enhance macro, test multiple combinations
acatangiu 76e2e69
implement aliasing rule for coretime and add tests
acatangiu d0489dd
implement aliasing rule for collectives and add tests
acatangiu bc42cd9
implement aliasing rule for asset hub and add tests
acatangiu fcfcd0a
implement aliasing rule for bridge hub and add tests
acatangiu 561f67a
add more tests
acatangiu c4ba064
Merge branch 'master' of github.com:paritytech/polkadot-sdk into allo…
acatangiu 0cb6362
add alias child locations tests
acatangiu 74d6792
more aliasing tests
acatangiu 97ceeb9
people: set identity for Alice on People using Alice on AH
acatangiu 4d27dfe
Merge branch 'master' of github.com:paritytech/polkadot-sdk into allo…
acatangiu 2bbd410
Update from github-actions[bot] running command 'prdoc --audience run…
github-actions[bot] 4bd4ddb
fix clippy
acatangiu eed5e19
adjust prdoc
acatangiu c1115e7
Merge branch 'master' into allow-direct-account-alias-system-chains
acatangiu eaaac24
fix clippy
acatangiu 2683b6d
Merge branch 'master' of github.com:paritytech/polkadot-sdk into auth…
acatangiu 311bb9f
fix merge
acatangiu 04bea27
fix prdoc
acatangiu ffea31e
report error on trying to remove inexistent alias
acatangiu 519d79d
add call for removing all authorized aliases for origin
acatangiu f7f2ba9
Merge branch 'allow-direct-account-alias-system-chains' of github.com…
acatangiu 44c9124
fix tests
acatangiu 55027c4
Apply suggestions from code review
acatangiu 32d8f29
Update from github-actions[bot] running command 'fmt'
github-actions[bot] 2bdf6ad
fix test
acatangiu 311d140
Merge branch 'master' of github.com:paritytech/polkadot-sdk into allo…
acatangiu 9c54d3f
fix merge damage
acatangiu ec3c895
add tests for authorized aliases
acatangiu 35a1ac6
Merge branch 'allow-direct-account-alias-system-chains' of github.com…
acatangiu 331d658
add authorized aliases cross-chain tests
acatangiu 61a938e
Merge branch 'master' of github.com:paritytech/polkadot-sdk into auth…
acatangiu 5491a12
use proper relative AH location
acatangiu f0f228f
fix clippy
acatangiu c6ba54b
fix test
acatangiu 8f534cd
fix benchmarks
acatangiu f6e93ff
fix tests
acatangiu a0e573a
Merge branch 'master' of github.com:paritytech/polkadot-sdk into auth…
acatangiu 4712e33
fix licence
acatangiu 203ee3d
Merge branch 'master' of github.com:paritytech/polkadot-sdk into auth…
acatangiu 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
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.
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.