-
Notifications
You must be signed in to change notification settings - Fork 144
chore(blockstate): change GetRuntime
to take common.Hash
as argument
#2759
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
Conversation
GetRuntime
GetRuntime
to take common.Hash
as argument
d9ff75e
to
3bde739
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## development #2759 +/- ##
===============================================
+ Coverage 63.13% 63.14% +0.01%
===============================================
Files 219 219
Lines 27590 27579 -11
===============================================
- Hits 17418 17414 -4
+ Misses 8557 8553 -4
+ Partials 1615 1612 -3 |
3bde739
to
6779a19
Compare
6779a19
to
f28b105
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.
Nice work, lgtm.
f28b105
to
2612f74
Compare
This will need to be rebased after #2781 is merged |
cca936b
to
537fc8b
Compare
537fc8b
to
c709f81
Compare
- Less implicit behavior using the best block hash if nil - Allows to track more easily what's plugged in
- Rename to `bestBlockHash` to have apparent search results
c709f81
to
e1a0205
Compare
🎉 This PR is included in version 0.7.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Changes
The aim was to better see the use of the blockstate
GetRuntime
method.There is no hurry to merge this, but it could be a nice addition imo.
Tests
Issues
Primary Reviewer
@EclesioMeloJunior