This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
XCM docs and tests #2948
Merged
Merged
XCM docs and tests #2948
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
03d1470
WIP
kianenigma 96d021d
Merge branch 'master' of github.com:paritytech/polkadot into kiz-alex…
kianenigma 59de11d
add tests and docs for DoubleEncoded
apopiak 71c9b5b
reformat parent_count
apopiak bbec29d
add test for match_and_split
apopiak b96f898
fix append_with docs and add tests
apopiak 1b3bcc5
move Parachain enum variant to tuple
apopiak 5b59ee6
Fix stuff
kianenigma bda5c91
Merge branch 'kiz-alex-test-xcm' of github.com:paritytech/polkadot in…
kianenigma 928c20d
add to append test
apopiak 1c3b644
simplify match
kianenigma 3490809
Merge branch 'kiz-alex-test-xcm' of github.com:paritytech/polkadot in…
kianenigma f74a298
formatting
apopiak c951986
format and extend doc comments (including examples)
apopiak 253f6ee
Merge branch 'kiz-alex-test-xcm' of github.com:paritytech/polkadot in…
apopiak b128b22
fix typo
apopiak 2700952
add some doc comments
apopiak e7bf1c2
Merge branch 'kiz-alex-test-xcm' of github.com:paritytech/polkadot in…
apopiak a0c2c99
add test for location inverter
apopiak 169fdba
Add more tests/docs
kianenigma b5b3e70
Merge branch 'kiz-alex-test-xcm' of github.com:paritytech/polkadot in…
kianenigma 058648b
Fix build
kianenigma d1918b6
matches fungibles
kianenigma df78d38
currency adapter.
kianenigma c5198c9
add more tests for location inverter
apopiak 0118bc3
Merge branch 'kiz-alex-test-xcm' of github.com:paritytech/polkadot in…
apopiak 4645f31
extract max length magic number into constant
apopiak 7790e5d
adapters.
kianenigma 20fe978
Merge branch 'kiz-alex-test-xcm' of github.com:paritytech/polkadot in…
kianenigma 4590856
Master.into()
kianenigma b98a29c
Apply suggestions from code review
kianenigma 1a3d428
Master.into()
kianenigma dd2e85c
Merge branch 'master' of github.com:paritytech/polkadot into kiz-alex…
kianenigma 192c2f5
Final touches.
kianenigma 692baf4
Merge branch 'master' of github.com:paritytech/polkadot into kiz-alex…
kianenigma ac47999
Repot and fixes
kianenigma 09f9118
Remove last todo
kianenigma 37921ed
Apply suggestions from code review
kianenigma d12b36f
Update xcm/xcm-builder/src/barriers.rs
kianenigma db134b8
Update xcm/xcm-builder/src/barriers.rs
kianenigma e5a1b67
Update xcm/xcm-builder/src/currency_adapter.rs
kianenigma f4bf121
Update xcm/xcm-builder/src/filter_asset_location.rs
kianenigma a7af09b
Update xcm/xcm-builder/src/matches_fungible.rs
kianenigma 91ecc09
Update xcm/xcm-executor/src/traits/conversion.rs
kianenigma 291ab3b
Update xcm/xcm-executor/src/traits/conversion.rs
kianenigma 73cba92
Update xcm/xcm-executor/src/traits/transact_asset.rs
kianenigma c57e637
Update xcm/xcm-executor/src/traits/should_execute.rs
kianenigma 55473a3
Master.into()
kianenigma 8aa0aa0
Merge branch 'kiz-alex-test-xcm' of github.com:paritytech/polkadot in…
kianenigma a52ac13
Merge branch 'master' into kiz-alex-test-xcm
shawntabrizi 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 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 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 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.
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.
I tried to prevent myself from doing so many of these and reverted most 🙈 but FYI this is only properly rewrapping the doc to 120 chars.