-
Notifications
You must be signed in to change notification settings - Fork 1.2k
XCM coretime region transfers #3455
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
46 commits
Select commit
Hold shift + click to select a range
5581f42
Fix XCM benchmarks
Szegoo 89b8829
nonfungible implementation
Szegoo 55844cf
progress
Szegoo c398930
works
Szegoo 9200399
prdoc
Szegoo 7f9eb12
Merge branch 'master' into xcm-bench
Szegoo 99a447e
Merge branch 'master' into xcm-bench
Szegoo 507eb47
conflict readjustements
Szegoo 4b0ee5d
fix
Szegoo eb7a61b
..
Szegoo e1f99dd
Region reserve transfers
Szegoo 01ffbe0
tests & migration
Szegoo 6307dd3
fix benchmarks
Szegoo c9c2504
try runtmie
Szegoo 2ebe29d
fix
Szegoo beee619
Merge branch 'master' into xcm-bench
bkontur 5448324
fix
Szegoo 911c8c2
Update cumulus/parachains/runtimes/coretime/coretime-rococo/src/lib.rs
Szegoo 30a9133
Update cumulus/parachains/runtimes/coretime/coretime-rococo/src/lib.rs
Szegoo 8ec636b
fix
Szegoo 7809eba
check
Szegoo 663dc0b
...
Szegoo 799a1d9
remove duplicate
Szegoo 52f7d4b
Update polkadot/xcm/pallet-xcm/src/benchmarking.rs
Szegoo 5b5f8de
log error
Szegoo b414856
improve docs & tests
Szegoo fd70daa
prdoc
Szegoo d8eb54b
Update cumulus/parachains/runtimes/coretime/coretime-rococo/src/lib.rs
Szegoo fdd21e4
Update cumulus/parachains/runtimes/coretime/coretime-westend/src/lib.rs
Szegoo 128b665
Merge branch 'region-reserve-transfers' into xcm-bench
Szegoo 9b2575b
region reserve transfer
Szegoo 09789f9
fix delivery helper
Szegoo afc3193
apply same fixes in westend
Szegoo c75b486
update prdoc
Szegoo 3c714a5
move RegionRecordV0 to v1
Szegoo 962b589
Update prdoc/pr_3455.prdoc
Szegoo 94fc92f
Update prdoc/pr_3455.prdoc
Szegoo 883ded4
Update substrate/frame/broker/src/nonfungible_impl.rs
Szegoo 0f510c8
revert contracts-rococo xcm config
Szegoo e6cc759
update prdoc
Szegoo 73e9c7f
bump version
Szegoo a04285e
Merge branch 'master' into xcm-bench
Szegoo e312286
Update substrate/frame/broker/src/lib.rs
Szegoo 948aafa
Merge branch 'master' into xcm-bench
Szegoo 1374042
add missing migration in rococo & westend
Szegoo 8d1d338
fmt
Szegoo 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| # Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0 | ||
| # See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json | ||
|
|
||
| title: Region reserve transfers fix | ||
|
|
||
| doc: | ||
| - audience: Runtime User | ||
| description: | | ||
| This PR introduces changes enabling the transfer of coretime regions via XCM. | ||
| There are two primary issues that are resolved in this PR: | ||
| 1. The mint and burn functions were not implemented for coretime regions. These operations | ||
| are essential for moving assets to and from the XCM holding register. | ||
| 2. The transfer of non-fungible assets through XCM was previously disallowed. This was due | ||
| to incorrectly benchmarking non-fungible asset transfers via XCM, which led to assigning | ||
| it a weight of Weight::Max, effectively preventing its execution. | ||
|
|
||
| migrations: | ||
| db: [] | ||
| runtime: | ||
| - reference: pallet-broker | ||
| description: | | ||
| The region owner is optional. | ||
|
|
||
| crates: | ||
| - name: pallet-broker | ||
| - name: pallet-xcm | ||
| - name: coretime-rococo-runtime | ||
| - name: coretime-westend-runtime |
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.