-
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
Consensus layer state access from runtimes #3823
Conversation
254d0c0
to
e81acba
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.
Make sure to also add a check to protocol.rs
(where RuntimeInfoRequest
is handled) to make sure that the Tendermint consensus backend is in use.
e4fde64
to
79cb36f
Compare
Codecov Report
@@ Coverage Diff @@
## master #3823 +/- ##
==========================================
- Coverage 67.10% 66.91% -0.20%
==========================================
Files 404 404
Lines 41463 41467 +4
==========================================
- Hits 27825 27746 -79
- Misses 9698 9765 +67
- Partials 3940 3956 +16
Continue to review full report at Codecov.
|
3f05c0c
to
9912720
Compare
03a2542
to
a56ceb1
Compare
a56ceb1
to
58aca68
Compare
9e5018f
to
f60f796
Compare
f60f796
to
7181148
Compare
7181148
to
f2912f8
Compare
Fixes: #3564
TODO: