cerc-io / laconicd-deprecated

Read-only mirror of https://git.vdb.to/cerc-io/laconicd-deprecated
https://git.vdb.to/cerc-io/laconicd-deprecated
GNU Lesser General Public License v3.0
6 stars 8 forks source link

Sync from fork #74

Closed 0xmuralik closed 1 year ago

0xmuralik commented 1 year ago

Closes: #72

Description


For contributor use:


For admin use:

codecov-commenter commented 1 year ago

Codecov Report

Merging #74 (51aa603) into main (fac5a95) will increase coverage by 8.12%. The diff coverage is 68.96%.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/cerc-io/laconicd/pull/74/graphs/tree.svg?width=650&height=150&src=pr&token=5tWmn7LxfO&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)](https://codecov.io/gh/cerc-io/laconicd/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) ```diff @@ Coverage Diff @@ ## main #74 +/- ## ========================================== + Coverage 58.44% 66.57% +8.12% ========================================== Files 142 145 +3 Lines 15644 15953 +309 ========================================== + Hits 9143 10620 +1477 + Misses 6147 4859 -1288 - Partials 354 474 +120 ``` | [Impacted Files](https://codecov.io/gh/cerc-io/laconicd/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [indexer/kv\_indexer.go](https://codecov.io/gh/cerc-io/laconicd/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-aW5kZXhlci9rdl9pbmRleGVyLmdv) | `64.96% <0.00%> (ø)` | | | [rpc/backend/backend.go](https://codecov.io/gh/cerc-io/laconicd/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cnBjL2JhY2tlbmQvYmFja2VuZC5nbw==) | `76.47% <ø> (+29.80%)` | :arrow_up: | | [rpc/backend/filters.go](https://codecov.io/gh/cerc-io/laconicd/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cnBjL2JhY2tlbmQvZmlsdGVycy5nbw==) | `100.00% <ø> (+100.00%)` | :arrow_up: | | [rpc/backend/node\_info.go](https://codecov.io/gh/cerc-io/laconicd/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cnBjL2JhY2tlbmQvbm9kZV9pbmZvLmdv) | `46.51% <0.00%> (+46.51%)` | :arrow_up: | | [rpc/types/events.go](https://codecov.io/gh/cerc-io/laconicd/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cnBjL3R5cGVzL2V2ZW50cy5nbw==) | `71.85% <ø> (ø)` | | | [rpc/types/utils.go](https://codecov.io/gh/cerc-io/laconicd/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-cnBjL3R5cGVzL3V0aWxzLmdv) | `0.00% <0.00%> (ø)` | | | [types/chain\_id.go](https://codecov.io/gh/cerc-io/laconicd/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dHlwZXMvY2hhaW5faWQuZ28=) | `84.21% <ø> (ø)` | | | [types/int.go](https://codecov.io/gh/cerc-io/laconicd/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dHlwZXMvaW50Lmdv) | `41.66% <ø> (ø)` | | | [types/validation.go](https://codecov.io/gh/cerc-io/laconicd/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dHlwZXMvdmFsaWRhdGlvbi5nbw==) | `100.00% <ø> (ø)` | | | [x/auction/client/testutil/common.go](https://codecov.io/gh/cerc-io/laconicd/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-eC9hdWN0aW9uL2NsaWVudC90ZXN0dXRpbC9jb21tb24uZ28=) | `100.00% <ø> (ø)` | | | ... and [74 more](https://codecov.io/gh/cerc-io/laconicd/pull/74?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | |
0xmuralik commented 1 year ago

Failing tests: Protobuf: just a warning to indicate changes in proto files Semgrep: mutex lock released in cleanup func. This warning can be ignored. Dependecy review: few import in ethermint contain vulnerabilities.