-
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
go/consensus/tendermint: Add support for state sync #2882
Conversation
c33045c
to
1cbdbc1
Compare
17d63ec
to
69c1173
Compare
624a5c0
to
2ddcbd7
Compare
2ddcbd7
to
20107f5
Compare
69c1173
to
e15fbec
Compare
Codecov Report
@@ Coverage Diff @@
## master #2882 +/- ##
==========================================
- Coverage 68.62% 68.48% -0.15%
==========================================
Files 383 385 +2
Lines 37470 37871 +401
==========================================
+ Hits 25715 25937 +222
- Misses 8479 8636 +157
- Partials 3276 3298 +22
Continue to review full report at Codecov.
|
e15fbec
to
5629f67
Compare
5629f67
to
29d84f7
Compare
0232940
to
13f4763
Compare
f045a35
to
48007b8
Compare
f875175
to
8b51d06
Compare
8b51d06
to
bf15ccb
Compare
7e5e893
to
4cad04b
Compare
Rebased on top of 0.34.0-rc1 which was released today. |
Our test suite found the following issue in 0.34.0-rc1: tendermint/tendermint#5179 (happens both in |
810eadf
to
9a80e5e
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.
tests/fixture-data/net-runner/default.json
is showing in the change list with "No changes".
f2582a1
to
a6a9413
Compare
We need to use the deprecated option as we must force use of a specific codec.
a6a9413
to
b3912eb
Compare
Fixes #2880.
Based on #2881.
TODO