This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update to polkadot-v0.9.18 and deps * update deps (xcm) * remove patch-version binding for serde * [runtime] use ParentIsPreset instead of ParentIsDefault (following changes: paritytech/polkadot PR #4712) * just plug the AbsoluteReserveProvider for MultiNativeAsset, temporary * set MinXcmFee & MultiLocationsFilter * swap structopt to clap because of substrate & polkadot * fix missed types in tests * use `ParentIsPreset` instead `ParentIsDefault` in tests * fix parachain mock * fix relaychain tests and default fees * bump version * remove unused imports Co-authored-by: borispovod <[email protected]>
- Loading branch information
Showing
29 changed files
with
2,634 additions
and
2,309 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[workspace] | ||
resolver = "2" | ||
|
||
members = [ | ||
'node', | ||
'pallets/*', | ||
'runtime', | ||
] | ||
members = ['node', 'pallets/*', 'runtime'] | ||
|
||
[profile.release] | ||
panic = 'unwind' | ||
rpath = false | ||
|
||
|
||
# [patch.'https://github.com/pontem-network/xcm-simulator'] | ||
# xcm-emulator = { git = "https://github.com/shaunxw/xcm-simulator.git", rev = "22d94e7754b7d8b956b20855b51891928ed0a2f5" } |
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
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.