-
Notifications
You must be signed in to change notification settings - Fork 116
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
fix: lib/runtime: fix nested storage transactions, fixes kusama block 4939774 #1457
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@noot Is it guaranteed that there will be only one ongoing transaction at any point?
@RyRy79261 yeah I was trying to use git lfs for that file since it's quite large but doesn't look like it worked, I'll try to upload it somewhere else |
Codecov Report
@@ Coverage Diff @@
## development #1457 +/- ##
===============================================
+ Coverage 57.70% 57.80% +0.09%
===============================================
Files 152 152
Lines 15315 15223 -92
===============================================
- Hits 8838 8800 -38
+ Misses 4931 4882 -49
+ Partials 1546 1541 -5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
…amer into noot/kusama-block-4939774
noot: fix: lib/runtime: fix nested storage transactions, fixes kusama block 4939774 (#1457)
Changes
TrieState
API to haveBeginStorageTransaction
,CommitStorageTransaction
,RollbackStorageTransaction
Tests
you may need to install git-lfs for this to work https://git-lfs.github.com/
Checklist
Issues