This repository was archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 371
XCM V2 weight template #2344
Merged
Merged
XCM V2 weight template #2344
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
e1be803
Update XCM weight template
ggwpez 628a4b6
Remove copyright year from file header
ggwpez c4ac1a8
".git/.scripts/commands/bench/bench.sh" xcm statemine asset pallet_xc…
85544d3
Merge branch 'master' of https://github.com/paritytech/cumulus into HEAD
f7a89a8
".git/.scripts/commands/bench/bench.sh" xcm statemine assets pallet_x…
c33042a
".git/.scripts/commands/bench/bench.sh" xcm statemint assets pallet_x…
0e2c498
".git/.scripts/commands/bench/bench.sh" xcm statemint assets pallet_x…
bb5f740
".git/.scripts/commands/bench/bench.sh" xcm statemine assets pallet_x…
bab3f9e
Revert "".git/.scripts/commands/bench/bench.sh" xcm statemine asset p…
ggwpez 2a10337
Merge branch 'master' of https://github.com/paritytech/cumulus into HEAD
2861bec
".git/.scripts/commands/bench/bench.sh" xcm westmint assets pallet_xc…
df9cb94
Merge branch 'master' of https://github.com/paritytech/cumulus into HEAD
72df1e2
".git/.scripts/commands/bench/bench.sh" xcm westmint assets pallet_xc…
2b6d91c
Merge branch 'master' of https://github.com/paritytech/cumulus into HEAD
e45c0fc
".git/.scripts/commands/bench/bench.sh" xcm bridge-hub-kusama bridge-…
6d82795
Merge branch 'master' of https://github.com/paritytech/cumulus into HEAD
699fee3
".git/.scripts/commands/bench/bench.sh" xcm bridge-hub-polkadot bridg…
1d10f8f
Update weights
ggwpez 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
Next
Next commit
Update XCM weight template
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
- Loading branch information
commit e1be80376bb0e178fff718e29eaee9633618e82d
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
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.
@ruseinov the only difference with the default template (from substrate) is no weight trait implementation, or there is more?
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.
It would be nice to adapt the implementation or the template, to have one template for all cases. It would be easier to maintain it. But I am not sure if there is a reasonable solution for it.