-
Notifications
You must be signed in to change notification settings - Fork 385
Girazoki avoid statemine prefix breaking change #1159
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
girazoki
merged 54 commits into
master
from
girazoki-avoid-statemine-prefix-breaking-change
Jan 20, 2022
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
e170f4c
Add statemine like runtime for xcm tests
girazoki ef6ae21
Be able to receive both prefixes from statemine, while add an extrins…
girazoki 32cdb42
Add statemine/statemint tests
girazoki a15613b
add statemine runtime test
girazoki 9d44c8f
refactor
girazoki bf39e2e
More rust and typescript tests
girazoki aeef2b3
NPX
girazoki 306bb0e
Document tests
girazoki 6bc863c
editorconfig
girazoki 01b0618
Merge remote-tracking branch 'upstream/master' into girazoki-avoid-st…
girazoki bdeaebf
Update benchmark
girazoki 14c2599
Update weights
girazoki 8b4dcbb
Update message
girazoki 8aa9b70
Merge remote-tracking branch 'upstream/master' into girazoki-avoid-st…
girazoki c7112a7
Update estamite for assets transfer
girazoki 1895e6c
Adapt test and package-lock to run all tests correctly
girazoki 723dd97
Prettier
girazoki 1b4e8e0
Merge remote-tracking branch 'upstream/master' into girazoki-avoid-st…
girazoki 5ec2c1f
Update test with AssetDoesNotExist
girazoki 2667fef
Update to 3 in alphanet
girazoki 982b6ec
New storage item with mapping from assetType -> AssetId
girazoki fd2e0dc
Migration referencing units per second by assetType and not by assetId
girazoki 34344aa
Add migrations
girazoki 82f30eb
Add test for new migration
girazoki 67b0aae
adapt traits to new storage item in pallet-asset-amanger
girazoki 13852c4
Remove AsserId bound in FirstAssetTrader
girazoki 5c82ee9
Update all tests to new design
girazoki c0fc100
Test third migration: migrate prefixes from previous statemine to new…
girazoki d2694d0
Integration tests change
girazoki e0cb77f
Update moonriver integration tests
girazoki e31d450
Merge remote-tracking branch 'upstream/master' into girazoki-avoid-st…
girazoki cdc8f42
Adapt moonbeam to migrations and statemint
girazoki 42399ad
Make all migrations be independent from each other, and thus they can…
girazoki fff3b82
Define how we are going to pass statemine info to migration
girazoki 94dbdfa
Update names of migrations
girazoki eccdb27
Include migration to all runtimes
girazoki 555d0bf
Adapt tests to changes in set assets units per second plus statemint …
girazoki b23dcf7
Toml sort
girazoki 437d089
Add statemine like to moonbeam
girazoki f7ef5c0
Prettier
girazoki a8e899c
EditorConfig
girazoki ee85d85
Fmt
girazoki c025e17
Editorconfig
girazoki c7cdf07
EditorCOnfig too
girazoki 988eb26
Update benchmarks too
girazoki c7650bd
Editorconfig third try
girazoki 90a2026
Update weights
girazoki 8392853
Remove unused variable
girazoki 9a97266
Remove silly comment
girazoki 239964b
Tests for regular users cannot call root extrinsics
girazoki 4b8faef
Add PR suggestions
girazoki 08452c5
Documentation about migrations
girazoki 5086d17
Merge remote-tracking branch 'upstream/master' into girazoki-avoid-st…
girazoki fc91d87
Comments in storage items
girazoki 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
Update weights
- Loading branch information
commit 14c2599f85efdd602876136210548c56bf9dad4a
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.
Needs proper benchmark. Let me know when you want me to run this.
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 actually run it on the target machine, but feel free to redo it