-
Notifications
You must be signed in to change notification settings - Fork 290
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
QGB Orchestrator only signs if part of valset #523
QGB Orchestrator only signs if part of valset #523
Conversation
depends on #519 |
Codecov Report
@@ Coverage Diff @@
## qgb-integration #523 +/- ##
===================================================
+ Coverage 11.72% 12.52% +0.79%
===================================================
Files 65 56 -9
Lines 10881 9680 -1201
===================================================
- Hits 1276 1212 -64
+ Misses 9515 8385 -1130
+ Partials 90 83 -7
Continue to review full report at Codecov.
|
06c0d95
to
e0a388e
Compare
# Conflicts: # e2e/qgb/orchestrator_test.go # e2e/qgb/qgb_network.go # x/qgb/orchestrator/orchestrator.go
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.
great work! 🥇
x/qgb/keeper/msg_server.go
Outdated
var previousValset *types.Valset | ||
// TODO add test for case nonce == 1. | ||
if msg.Nonce == 1 { | ||
// if the msg.Nonce == 1, the current valset should sign the first valset |
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.
we might want to add to this comment as to why we do this.
Closes #406 #480