-
Notifications
You must be signed in to change notification settings - Fork 19
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
[Bug]: Fix the key issues #2227
Labels
bug
Something isn't working
Comments
aramikm
added a commit
that referenced
this issue
Dec 6, 2024
# Goal The muti-block migration did not work as expected. It looks like the code inside `on_initialize` did not get executed. I'm out of theories why that would happen but there might be something related to the feature flags. This is another attempt that replaces feature flag attempt with the genesis hash. # Changes - replaced feature flags with genesis hash checks - Added tighter checks `on_initialize` (for better readability) # Discussions If anyone have a theory why the code inside `on_initialize` didn't get executed on paseo please contact me. Closes #2227 # Checklist - [X] Spec version incremented?
aramikm
added a commit
that referenced
this issue
Dec 10, 2024
# Goal The goal of this PR is to remove extra migrations Related to #2227 # Discussion - keeping the `MigrationPageIndex` storage around for future use. Removing it requires another migration which is not justified currently. # Checklist - [x] Spec version incremented?
@aramikm Are the mainnet ones going to be fixed via migration or "user" (Frequency Access in this case) action? |
Mainnet fixes are going to be via a regular migration based on our last Release. I should probably keep this open until that migration is Done. |
Everything should be fixed now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
Currently some of the keys imported into the chain don't have the correct Avro prefix. We need to fix these keys.
The fix is prefixing all stored itemized storage items on schema_id
7
with0x40
Affected Msa Accounts
testnet
mainnet
The text was updated successfully, but these errors were encountered: