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

build(deps): Bump github.com/rs/cors from 1.8.2 to 1.8.3 #539

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/rs/cors from 1.8.2 to 1.8.3.

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 1 year ago

Codecov Report

Merging #539 (127e329) into main (1fb0dda) will increase coverage by 0.29%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #539 +/- ## ========================================== + Coverage 66.18% 66.47% +0.29% ========================================== Files 281 282 +1 Lines 38170 38189 +19 ========================================== + Hits 25262 25388 +126 + Misses 11096 10999 -97 + Partials 1812 1802 -10 ``` | [Impacted Files](https://codecov.io/gh/line/ostracon/pull/539?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=line) | Coverage Δ | | |---|---|---| | [libs/events/events.go](https://codecov.io/gh/line/ostracon/pull/539/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=line#diff-bGlicy9ldmVudHMvZXZlbnRzLmdv) | `93.23% <0.00%> (-5.27%)` | :arrow_down: | | [crypto/vrf/vrf\_r2ishiguro.go](https://codecov.io/gh/line/ostracon/pull/539/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=line#diff-Y3J5cHRvL3ZyZi92cmZfcjJpc2hpZ3Vyby5nbw==) | `100.00% <0.00%> (ø)` | | | [p2p/conn/connection.go](https://codecov.io/gh/line/ostracon/pull/539/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=line#diff-cDJwL2Nvbm4vY29ubmVjdGlvbi5nbw==) | `80.38% <0.00%> (+0.57%)` | :arrow_up: | | [types/block.go](https://codecov.io/gh/line/ostracon/pull/539/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=line#diff-dHlwZXMvYmxvY2suZ28=) | `77.76% <0.00%> (+0.65%)` | :arrow_up: | | [consensus/state.go](https://codecov.io/gh/line/ostracon/pull/539/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=line#diff-Y29uc2Vuc3VzL3N0YXRlLmdv) | `74.34% <0.00%> (+0.75%)` | :arrow_up: | | [abci/client/socket\_client.go](https://codecov.io/gh/line/ostracon/pull/539/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=line#diff-YWJjaS9jbGllbnQvc29ja2V0X2NsaWVudC5nbw==) | `72.96% <0.00%> (+0.87%)` | :arrow_up: | | [light/client.go](https://codecov.io/gh/line/ostracon/pull/539/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=line#diff-bGlnaHQvY2xpZW50Lmdv) | `61.71% <0.00%> (+0.90%)` | :arrow_up: | | [blockchain/v0/reactor.go](https://codecov.io/gh/line/ostracon/pull/539/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=line#diff-YmxvY2tjaGFpbi92MC9yZWFjdG9yLmdv) | `70.80% <0.00%> (+1.00%)` | :arrow_up: | | [mempool/reactor.go](https://codecov.io/gh/line/ostracon/pull/539/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=line#diff-bWVtcG9vbC9yZWFjdG9yLmdv) | `79.67% <0.00%> (+1.09%)` | :arrow_up: | | [statesync/snapshots.go](https://codecov.io/gh/line/ostracon/pull/539/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=line#diff-c3RhdGVzeW5jL3NuYXBzaG90cy5nbw==) | `94.96% <0.00%> (+1.25%)` | :arrow_up: | | ... and [7 more](https://codecov.io/gh/line/ostracon/pull/539/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=line) | |