-
Notifications
You must be signed in to change notification settings - Fork 8
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
AssetId Storage Migration #434
Merged
Merged
Conversation
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 was referenced Dec 19, 2024
Merged
Merged
JuaniRios
force-pushed
the
12-11-fix_fungibles_api
branch
from
December 20, 2024 13:49
6a91141
to
1278fab
Compare
JuaniRios
force-pushed
the
12-19-assetid_storage_migration
branch
2 times, most recently
from
December 20, 2024 18:16
22ae1dc
to
08830b9
Compare
JuaniRios
force-pushed
the
12-19-assetid_storage_migration
branch
2 times, most recently
from
January 6, 2025 12:55
b19abfc
to
45e1c92
Compare
JuaniRios
force-pushed
the
12-19-assetid_storage_migration
branch
2 times, most recently
from
January 6, 2025 13:56
668d289
to
5f4d592
Compare
JuaniRios
force-pushed
the
12-11-fix_fungibles_api
branch
from
January 10, 2025 11:50
1278fab
to
62e8291
Compare
JuaniRios
force-pushed
the
12-19-assetid_storage_migration
branch
from
January 10, 2025 11:50
5f4d592
to
c3c3889
Compare
JuaniRios
force-pushed
the
12-11-fix_fungibles_api
branch
from
January 10, 2025 14:29
62e8291
to
c88d1c7
Compare
JuaniRios
force-pushed
the
12-19-assetid_storage_migration
branch
from
January 10, 2025 14:29
c3c3889
to
2ba2af7
Compare
lrazovic
approved these changes
Jan 14, 2025
lrazovic
force-pushed
the
12-11-fix_fungibles_api
branch
from
January 15, 2025 13:00
c88d1c7
to
42e832c
Compare
JuaniRios
force-pushed
the
12-11-fix_fungibles_api
branch
from
January 15, 2025 13:03
42e832c
to
c88d1c7
Compare
JuaniRios
force-pushed
the
12-19-assetid_storage_migration
branch
from
January 15, 2025 13:04
4908e34
to
8f2b9ae
Compare
JuaniRios
force-pushed
the
12-11-fix_fungibles_api
branch
from
January 16, 2025 09:47
c88d1c7
to
8bcb321
Compare
JuaniRios
force-pushed
the
12-19-assetid_storage_migration
branch
from
January 16, 2025 09:47
8f2b9ae
to
9be5f16
Compare
JuaniRios
force-pushed
the
12-11-fix_fungibles_api
branch
from
January 16, 2025 10:27
8bcb321
to
21cd51a
Compare
JuaniRios
force-pushed
the
12-19-assetid_storage_migration
branch
from
January 16, 2025 10:27
9be5f16
to
3e9a423
Compare
Merge activity
|
JuaniRios
force-pushed
the
12-11-fix_fungibles_api
branch
from
January 16, 2025 12:24
21cd51a
to
c51fd70
Compare
JuaniRios
force-pushed
the
12-19-assetid_storage_migration
branch
from
January 16, 2025 12:24
3e9a423
to
fa1def0
Compare
JuaniRios
force-pushed
the
12-11-fix_fungibles_api
branch
from
January 16, 2025 12:29
c51fd70
to
43e9d12
Compare
JuaniRios
force-pushed
the
12-19-assetid_storage_migration
branch
from
January 16, 2025 12:29
fa1def0
to
28ac5db
Compare
JuaniRios
changed the base branch from
12-11-fix_fungibles_api
to
graphite-base/434
January 16, 2025 12:31
JuaniRios
force-pushed
the
12-19-assetid_storage_migration
branch
from
January 16, 2025 12:34
28ac5db
to
2f3a7e0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What?
Migrate all storage that mentioned u32 asset id to a Location
Why?
Previous PR changed this
How?
Its technically a new storage item since the asset id was used as a key, so we delete the old storage and create a new one for each item.
Testing?
we did a manual override with chopsticks and a try-runtime run and it worked.