P10->P11 migration into Rust block state - #1635
Merged
allanbrondum merged 21 commits intoJun 30, 2026
Merged
Conversation
…nto ar/psr-91-implement-migration-of-rust-block-state-and-block-state
allanbrondum
commented
Apr 23, 2026
td202
suggested changes
Apr 23, 2026
allanbrondum
changed the base branch from
ar/psr-91-implement-migration-of-rust-block-state-and-block-state
to
ar/psr-91-implement-migration-of-rust-block-state-and-block-state-2
June 22, 2026 11:30
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## feature/rust_block_state_p11_migration #1635 +/- ##
==========================================================================
+ Coverage 64.38% 64.40% +0.01%
==========================================================================
Files 380 381 +1
Lines 75735 75771 +36
Branches 3016 3019 +3
==========================================================================
+ Hits 48762 48798 +36
+ Misses 23957 23954 -3
- Partials 3016 3019 +3
|
…ithub.com:Concordium/concordium-node into ar/psr-90-haskell-side-migration-implementation_2
allanbrondum
commented
Jun 22, 2026
soerenbf
approved these changes
Jun 25, 2026
5 tasks
limemloh
approved these changes
Jun 29, 2026
Base automatically changed from
ar/psr-91-implement-migration-of-rust-block-state-and-block-state-2
to
feature/rust_block_state_p11_migration
June 30, 2026 09:45
allanbrondum
merged commit Jun 30, 2026
cff8ec8
into
feature/rust_block_state_p11_migration
7 of 8 checks passed
allanbrondum
deleted the
ar/psr-90-haskell-side-migration-implementation_2
branch
June 30, 2026 21:09
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
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.
Purpose
Implement migration of the Rust block state from P10 to P11 on the Haskell side.
Changes
The P10 PLT state is loaded by Rust and then migrated to P11 by Rust also.
Checklist
hard-to-understand areas.