Finschia / ostracon

Ostracon, a consensus algorithm, is forked from Tendermint Core. We have added VRF to Tendermint BFT. It adds randomness to PoS Validator elections and improves security.
Apache License 2.0
70 stars 28 forks source link

Backport tendermint-v0.34.22 into main #669

Closed tnasu closed 1 year ago

tnasu commented 1 year ago

Description

v0.34.22

STATUS: commit hash

Upgrade tendermint-v0.34.22

codecov[bot] commented 1 year ago

Codecov Report

Merging #669 (450d1c1) into main (32bffb8) will increase coverage by 0.18%. The diff coverage is 70.86%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #669 +/- ## ========================================== + Coverage 66.15% 66.33% +0.18% ========================================== Files 277 283 +6 Lines 37001 37611 +610 ========================================== + Hits 24477 24950 +473 - Misses 10763 10870 +107 - Partials 1761 1791 +30 ``` | [Impacted Files](https://app.codecov.io/gh/Finschia/ostracon/pull/669?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia) | Coverage Δ | | |---|---|---| | [abci/client/grpc\_client.go](https://app.codecov.io/gh/Finschia/ostracon/pull/669?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-YWJjaS9jbGllbnQvZ3JwY19jbGllbnQuZ28=) | `69.37% <ø> (ø)` | | | [cmd/ostracon/commands/run\_node.go](https://app.codecov.io/gh/Finschia/ostracon/pull/669?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-Y21kL29zdHJhY29uL2NvbW1hbmRzL3J1bl9ub2RlLmdv) | `0.00% <0.00%> (ø)` | | | [config/toml.go](https://app.codecov.io/gh/Finschia/ostracon/pull/669?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-Y29uZmlnL3RvbWwuZ28=) | `74.19% <ø> (ø)` | | | [consensus/replay\_file.go](https://app.codecov.io/gh/Finschia/ostracon/pull/669?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-Y29uc2Vuc3VzL3JlcGxheV9maWxlLmdv) | `0.00% <0.00%> (ø)` | | | [crypto/merkle/tree.go](https://app.codecov.io/gh/Finschia/ostracon/pull/669?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-Y3J5cHRvL21lcmtsZS90cmVlLmdv) | `91.48% <ø> (ø)` | | | [crypto/secp256k1/secp256k1.go](https://app.codecov.io/gh/Finschia/ostracon/pull/669?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-Y3J5cHRvL3NlY3AyNTZrMS9zZWNwMjU2azEuZ28=) | `69.56% <ø> (ø)` | | | [evidence/pool.go](https://app.codecov.io/gh/Finschia/ostracon/pull/669?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-ZXZpZGVuY2UvcG9vbC5nbw==) | `69.42% <ø> (ø)` | | | [evidence/verify.go](https://app.codecov.io/gh/Finschia/ostracon/pull/669?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-ZXZpZGVuY2UvdmVyaWZ5Lmdv) | `76.00% <ø> (ø)` | | | [libs/clist/clist.go](https://app.codecov.io/gh/Finschia/ostracon/pull/669?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-bGlicy9jbGlzdC9jbGlzdC5nbw==) | `68.03% <ø> (ø)` | | | [libs/flowrate/flowrate.go](https://app.codecov.io/gh/Finschia/ostracon/pull/669?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-bGlicy9mbG93cmF0ZS9mbG93cmF0ZS5nbw==) | `79.57% <ø> (ø)` | | | ... and [72 more](https://app.codecov.io/gh/Finschia/ostracon/pull/669?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia) | | ... and [6 files with indirect coverage changes](https://app.codecov.io/gh/Finschia/ostracon/pull/669/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia)
CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

ulbqb commented 1 year ago

I think you forget to write description about https://github.com/tendermint/tendermint/commit/3ab015127c52b466f2b9d733077bedbe7cbe6bab.