-
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
Add GetEvents
to backends
#2841
Conversation
dd4082d
to
f4c7915
Compare
f4c7915
to
be37971
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.
Also update the txsource query workload (see go/oasis-node/cmd/debug/txsource/workload/queries.go
) to include these new methods.
Codecov Report
@@ Coverage Diff @@
## master #2841 +/- ##
==========================================
+ Coverage 67.31% 67.48% +0.16%
==========================================
Files 344 344
Lines 33089 33388 +299
==========================================
+ Hits 22275 22532 +257
- Misses 7935 7962 +27
- Partials 2879 2894 +15
Continue to review full report at Codecov.
|
9ef8caa
to
6a27230
Compare
6a27230
to
0b0241c
Compare
Thanks for the review, I've addressed all the comments, so please re-review :) |
0b0241c
to
d534837
Compare
Aw you forgot to squash :/ |
Fixes #2778.