-
Notifications
You must be signed in to change notification settings - Fork 45
Configure and test whitelisted XCM reserve transfers #661
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 46 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
3302020
Reorganize XCM configuration
sea212 2bae5e5
Comment XcmConfig and mark necessary changes
sea212 f172dc4
Implement and configure AssetTransactor
sea212 a09a350
Configure and comment XCM Barrier
sea212 8c5f164
Configure XCM IsReserve
sea212 47179af
Prepare Trader implementation for XcmConfig
sea212 829491a
Merge branch 'main' into sea212-integrate-aUSD
sea212 62c05d9
Rename Asset::Ztg -> Asset::ZTG (merge artifact)
sea212 a204b9a
Merge artifacts, work on XCM impl
sea212 c735f24
Use MultiAssetTransactor and latest orml pallets
sea212 15153e8
Add asset registry and AssetProcessor implementation
sea212 071e50d
Integrate asset-registry, implement fee structure
sea212 dd80b26
Finalize: XCM Weight/Fee, Trader, Treasury
sea212 9f2ef67
Fix key conversion & GenesisConfig
sea212 28517a8
Comment + Cargo fmt
sea212 45a887a
Merge branch 'main' into sea212-integrate-aUSD
sea212 49030cb
Include xTokens
sea212 4f5ab0f
Add integration test environment & XCM test setup
sea212 c1e2b96
Finalize simulated network preparation
sea212 49d468e
Add currency conversion tests
sea212 31933cd
Finalize CurrencyID<>MultiLocation tests
sea212 208c862
Add helper functions and sibling currency<>location conversion test
sea212 78b1018
Add relative view trader for ZTG
sea212 bb30dfa
Extend XCM transfer tests
sea212 b28542b
Add ZTG -> Sibling -> ZTG test
sea212 b6a7d92
Read ParaId from ParachainInfo + fix tests
sea212 5a079b6
Fix KSM <> ZTG XCM tests
sea212 4e67549
Fix Fee (off by 2000x)
sea212 a708fb1
Increase ExistentialDeposit & Add Treasury to dust whitelist
sea212 b7b665b
Fix custom fee calculation
sea212 d31dcc6
Add custom fee test
sea212 6cee15d
Finalize XCM integration tests
sea212 e914d54
Remove unused modules
sea212 ec00ef2
Add XCM related pallets to common runtime
sea212 0d460a1
Cleanup code
sea212 d990634
Add proper XCM configuration to Zeitgeist runtime
sea212 3e84785
Use ExistentialDeposit directly in integration test
sea212 857cf74
Add integration tests to Zeitgeist runtime
sea212 d6030ac
Allow only Kusama as parent on Zeitgeist + Cleanup
sea212 0ff4e5f
Remove dead code
sea212 e170adb
Update changelog_for_devs.md
sea212 a5ed076
Use correct treasury pallet id (as before)
sea212 7ebe84a
Use unambiguous names for setters
sea212 fc6ae19
Convert comment to docstring
sea212 354de95
Fix wrong comment
sea212 b2c1e1f
Reset emulated testnet in any case
sea212 0f59db0
Remove unnecessary commas
sea212 49b54ac
Improve readability of numbers
sea212 391fc02
Fix docstring
sea212 b6ef8cc
Remove invalid initial balance (integration test)
sea212 dab6d11
Improve style
sea212 884a32d
Use more descriptive function name
sea212 fdfa04b
Add additional balance guard to xcm tests
sea212 54d3889
Use ::parachain_id() instead of ::get()
sea212 37a1536
Reduce nested match depth
sea212 b503c34
Update changelog
sea212 b20e13f
Add missing crates to runtime-benchmarks feature
sea212 21a76e4
Merge branch 'main' into sea212-integrate-aUSD
sea212 77495ed
Repair build
sea212 1d31ae0
Satisfy cargo fmt and taplo
sea212 e153330
Update XCM weight in tests
sea212 c003dda
Satisfy Clippy
sea212 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.