-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: parachain compatibility #412
Conversation
…lect collation info
… on_finalize, block executor, storage and transaction broker
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #412 +/- ##
===========================================
- Coverage 76.25% 67.91% -8.34%
===========================================
Files 307 366 +59
Lines 15356 18023 +2667
===========================================
+ Hits 11710 12241 +531
- Misses 3144 5196 +2052
- Partials 502 586 +84 ☔ View full report in Codecov by Sentry. |
Current existing issue is mismatching header state root between block execution and |
Description
aura-ext
parachain-system
collect_collation_info
validate_block
io.Storage
andio.TransactionBroker
Fixes #374
Checklist: