Skip to content
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

Upgrade to substrate v1.0.0 #264

Merged
merged 28 commits into from
Feb 21, 2024
Merged

Upgrade to substrate v1.0.0 #264

merged 28 commits into from
Feb 21, 2024

Conversation

rakanalh
Copy link
Contributor

@rakanalh rakanalh commented Feb 7, 2024

Description

Supersedes #263

Types of Changes

  • Tech Debt (Code improvements)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Dependency upgrade (A change in substrate or any 3rd party crate version)

Migrations and Hooks

  • This change requires a runtime migration.
  • Modifies on_initialize
  • Modifies on_finalize

Checklist

  • Change has been tested locally.
  • Change adds / updates tests.
  • Changelog doc updated.

TODO

  • Fix contracts migration failing with try-runtime
panicked at 'called `Result::unwrap()` on an `Err` value: Other("deposit mismatch")', /home/rakan/.cargo/git/checkouts/substrate-7e08433d4c370a21/948fbd2/frame/contracts/src/migration.rs:296:35
  • Add missing migrations
  • Remove socieyt pallet (Remove pallet society #275 )
  • Test upgrade from 0.9.42 to v1.0.0 locally and check if migrations can execute within the max block weight.

@auto-assign auto-assign bot requested a review from aie0 February 7, 2024 09:11
@rakanalh rakanalh force-pushed the feature/substrate-1.0.0 branch from fadf29f to 9052e07 Compare February 7, 2024 19:41
pallets/erc20/src/mock.rs Show resolved Hide resolved
@aie0 aie0 self-requested a review February 21, 2024 10:17
@rakanalh rakanalh merged commit 59c8dfc into dev Feb 21, 2024
5 checks passed
@rakanalh rakanalh deleted the feature/substrate-1.0.0 branch February 21, 2024 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants