-
Notifications
You must be signed in to change notification settings - Fork 28
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
Improve composite key Bytes/FromBytes and make tools #335
Conversation
3e399f9
to
88c7791
Compare
e16633a
to
d002824
Compare
Codecov Report
@@ Coverage Diff @@
## main #335 +/- ##
==========================================
+ Coverage 62.88% 62.95% +0.06%
==========================================
Files 272 272
Lines 30193 30259 +66
==========================================
+ Hits 18988 19050 +62
Misses 9477 9477
- Partials 1728 1732 +4
|
d002824
to
88481e2
Compare
88481e2
to
426228a
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.
LGTM
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.
LGTM
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.
LGTM
* bls * composite * abci * fix TestBroadcastEvidence_DuplicateVoteEvidence, see tendermint/tendermint#6678 * (fix) Add comments * (fix) Use `os.UserHomeDir` and `filepath.Join`
* remove BLS functionality from the mainstream - Definition of BLS key and composite key. - Fields and procedures related to BLS signature aggregation in struct and ProtocolBuffers. - Identifiers used to identify the type of key. - Size or hash value of the structure being tested. * remove AggregatedSignature field * fix code that may be relevant from #335 changes * fix docs
Description