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

feat: add max_batch_request_num feature #672

Closed 170210 closed 12 months ago

170210 commented 1 year ago

Description

This PR has following changes.

Closes: #649

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

codecov[bot] commented 1 year ago

Codecov Report

Merging #672 (287be47) into main (1cab268) will increase coverage by 0.07%. Report is 6 commits behind head on main. The diff coverage is 88.13%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #672 +/- ## ========================================== + Coverage 66.51% 66.59% +0.07% ========================================== Files 283 283 Lines 37818 37869 +51 ========================================== + Hits 25155 25219 +64 + Misses 10868 10854 -14 - Partials 1795 1796 +1 ``` | [Files Changed](https://app.codecov.io/gh/Finschia/ostracon/pull/672?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia) | Coverage Δ | | |---|---|---| | [cmd/ostracon/commands/light.go](https://app.codecov.io/gh/Finschia/ostracon/pull/672?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-Y21kL29zdHJhY29uL2NvbW1hbmRzL2xpZ2h0Lmdv) | `15.72% <0.00%> (-0.10%)` | :arrow_down: | | [config/toml.go](https://app.codecov.io/gh/Finschia/ostracon/pull/672?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-Y29uZmlnL3RvbWwuZ28=) | `74.19% <ø> (ø)` | | | [rpc/core/routes.go](https://app.codecov.io/gh/Finschia/ostracon/pull/672?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-cnBjL2NvcmUvcm91dGVzLmdv) | `0.00% <ø> (ø)` | | | [rpc/jsonrpc/server/http\_json\_handler.go](https://app.codecov.io/gh/Finschia/ostracon/pull/672?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-cnBjL2pzb25ycGMvc2VydmVyL2h0dHBfanNvbl9oYW5kbGVyLmdv) | `67.36% <64.70%> (-0.27%)` | :arrow_down: | | [config/config.go](https://app.codecov.io/gh/Finschia/ostracon/pull/672?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-Y29uZmlnL2NvbmZpZy5nbw==) | `79.36% <100.00%> (+0.16%)` | :arrow_up: | | [node/node.go](https://app.codecov.io/gh/Finschia/ostracon/pull/672?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-bm9kZS9ub2RlLmdv) | `61.49% <100.00%> (+0.07%)` | :arrow_up: | | [rpc/jsonrpc/server/http\_server.go](https://app.codecov.io/gh/Finschia/ostracon/pull/672?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-cnBjL2pzb25ycGMvc2VydmVyL2h0dHBfc2VydmVyLmdv) | `91.01% <100.00%> (+1.40%)` | :arrow_up: | | [rpc/jsonrpc/server/ws\_handler.go](https://app.codecov.io/gh/Finschia/ostracon/pull/672?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia#diff-cnBjL2pzb25ycGMvc2VydmVyL3dzX2hhbmRsZXIuZ28=) | `35.71% <100.00%> (+0.77%)` | :arrow_up: | ... and [12 files with indirect coverage changes](https://app.codecov.io/gh/Finschia/ostracon/pull/672/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Finschia)