-
Notifications
You must be signed in to change notification settings - Fork 115
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
runtime: Verify read/write sets during transaction execution #2081
Conversation
be97f66
to
5595d43
Compare
Codecov Report
@@ Coverage Diff @@
## kostko/feature/storage-rs-v2 #2081 +/- ##
================================================================
- Coverage 53.5% 53.48% -0.02%
================================================================
Files 266 266
Lines 25687 25687
================================================================
- Hits 13743 13739 -4
- Misses 10479 10482 +3
- Partials 1465 1466 +1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #2081 +/- ##
=======================================
Coverage 52.73% 52.73%
=======================================
Files 267 267
Lines 26331 26331
=======================================
Hits 13886 13886
Misses 10984 10984
Partials 1461 1461 Continue to review full report at Codecov.
|
5595d43
to
fe7b0d8
Compare
1940693
to
ca83f89
Compare
ca83f89
to
b6416c4
Compare
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.
I'd feel better about approving this if I understood the storage code in more depth.
b6416c4
to
ecd5707
Compare
I did some more thinking on this and I think this also needs support for some runtime-specific integration (hooks for handling reverts and accessing the read/write set so that its hash can be included with the signed transaction). |
My concerns are the following (points added to the agenda for the next design meeting):
|
Deprioritized. |
Fixes #2012.
Based on #2054.
TODO