upgrade to ethermint v0.21.0 #99

Closed
0xmuralik wants to merge 384 commits from murali/update-fork into main
0xmuralik commented 2023-03-13 07:06:40 +00:00 (Migrated from github.com)

Description

Update to latest release of ethermint


For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ v Before smashing the submit button please review the checkboxes. v If a checkbox is n/a - please still include it but + a little note why ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --> ## Description Update to latest release of ethermint <!-- Add a description of the changes that this PR introduces and the files that are the most critical to review. --> ______ For contributor use: - [ ] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting)) - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work. - [ ] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md). - [ ] Wrote unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#testing) - [ ] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`) - [ ] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code). - [ ] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md` - [ ] Re-reviewed `Files changed` in the Github PR explorer ______ For admin use: - [ ] Added appropriate labels to PR (ex. `WIP`, `R4R`, `docs`, etc) - [ ] Reviewers assigned - [ ] Squashed all commits, uses message "Merge pull request #XYZ: [title]" ([coding standards](https://github.com/tendermint/coding/blob/master/README.md#merging-a-pr))
i-norden reviewed 2023-03-13 07:06:40 +00:00
aleem1314 (Migrated from github.com) reviewed 2023-03-13 07:06:40 +00:00
ABastionOfSanity (Migrated from github.com) reviewed 2023-03-13 07:06:40 +00:00
zramsay reviewed 2023-03-13 07:06:40 +00:00
github-code-scanning[bot] (Migrated from github.com) reviewed 2023-03-13 07:10:33 +00:00
github-code-scanning[bot] (Migrated from github.com) commented 2023-03-13 07:10:33 +00:00

Syntax error

Syntax Error (in Python 3).

Show more details

## Syntax error Syntax Error (in Python 3). [Show more details](https://github.com/cerc-io/laconicd/security/code-scanning/655)
@ -15,0 +21,4 @@
path = tmp_path_factory.mktemp("filters")
yield from setup_ethermint(path, 26200, long_timeout_commit=True)
github-code-scanning[bot] (Migrated from github.com) commented 2023-03-13 07:10:33 +00:00

Variable defined multiple times

This assignment to 'test_get_logs_by_topic' is unnecessary as it is redefined before this value is used.

Show more details

## Variable defined multiple times This assignment to 'test_get_logs_by_topic' is unnecessary as it is [redefined](1) before this value is used. [Show more details](https://github.com/cerc-io/laconicd/security/code-scanning/658)
github-code-scanning[bot] (Migrated from github.com) commented 2023-03-13 07:10:33 +00:00

Syntax error

Syntax Error (in Python 3).

Show more details

## Syntax error Syntax Error (in Python 3). [Show more details](https://github.com/cerc-io/laconicd/security/code-scanning/656)
codecov-commenter commented 2023-03-13 07:18:15 +00:00 (Migrated from github.com)

Codecov Report

Merging #99 (121567c) into main (763dab7) will increase coverage by 0.34%.
The diff coverage is 71.39%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #99      +/-   ##
==========================================
+ Coverage   66.39%   66.74%   +0.34%     
==========================================
  Files         148      149       +1     
  Lines       16051    15894     -157     
==========================================
- Hits        10657    10608      -49     
+ Misses       4918     4795     -123     
- Partials      476      491      +15     
Impacted Files Coverage Δ
app/ante/ante.go 58.13% <ø> (ø)
app/ante/eip712.go 58.03% <ø> (ø)
app/ante/fee_checker.go 96.77% <ø> (ø)
app/ante/handler_options.go 70.58% <ø> (ø)
app/ante/reject_msgs.go 100.00% <ø> (ø)
app/export.go 12.92% <ø> (ø)
app/upgrades.go 40.00% <ø> (ø)
app/utils.go 74.16% <ø> (ø)
client/config.go 23.07% <ø> (ø)
client/export.go 0.00% <ø> (ø)
... and 98 more

... and 2 files with indirect coverage changes

## [Codecov](https://codecov.io/gh/cerc-io/laconicd/pull/99?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) Report > Merging [#99](https://codecov.io/gh/cerc-io/laconicd/pull/99?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) (121567c) into [main](https://codecov.io/gh/cerc-io/laconicd/commit/763dab712f7a623aca5c47eb09b7c1770ca62bb9?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) (763dab7) will **increase** coverage by `0.34%`. > The diff coverage is `71.39%`. :mega: This organization is not using Codecov’s [GitHub App Integration](https://github.com/apps/codecov). We recommend you install it so Codecov can continue to function properly for your repositories. [Learn more](https://about.codecov.io/blog/codecov-is-updating-its-github-integration/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) <details><summary>Additional details and impacted files</summary> [![Impacted file tree graph](https://codecov.io/gh/cerc-io/laconicd/pull/99/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/99?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) ```diff @@ Coverage Diff @@ ## main #99 +/- ## ========================================== + Coverage 66.39% 66.74% +0.34% ========================================== Files 148 149 +1 Lines 16051 15894 -157 ========================================== - Hits 10657 10608 -49 + Misses 4918 4795 -123 - Partials 476 491 +15 ``` | [Impacted Files](https://codecov.io/gh/cerc-io/laconicd/pull/99?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [app/ante/ante.go](https://codecov.io/gh/cerc-io/laconicd/pull/99?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YXBwL2FudGUvYW50ZS5nbw==) | `58.13% <ø> (ø)` | | | [app/ante/eip712.go](https://codecov.io/gh/cerc-io/laconicd/pull/99?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YXBwL2FudGUvZWlwNzEyLmdv) | `58.03% <ø> (ø)` | | | [app/ante/fee\_checker.go](https://codecov.io/gh/cerc-io/laconicd/pull/99?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YXBwL2FudGUvZmVlX2NoZWNrZXIuZ28=) | `96.77% <ø> (ø)` | | | [app/ante/handler\_options.go](https://codecov.io/gh/cerc-io/laconicd/pull/99?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YXBwL2FudGUvaGFuZGxlcl9vcHRpb25zLmdv) | `70.58% <ø> (ø)` | | | [app/ante/reject\_msgs.go](https://codecov.io/gh/cerc-io/laconicd/pull/99?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YXBwL2FudGUvcmVqZWN0X21zZ3MuZ28=) | `100.00% <ø> (ø)` | | | [app/export.go](https://codecov.io/gh/cerc-io/laconicd/pull/99?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YXBwL2V4cG9ydC5nbw==) | `12.92% <ø> (ø)` | | | [app/upgrades.go](https://codecov.io/gh/cerc-io/laconicd/pull/99?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YXBwL3VwZ3JhZGVzLmdv) | `40.00% <ø> (ø)` | | | [app/utils.go](https://codecov.io/gh/cerc-io/laconicd/pull/99?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YXBwL3V0aWxzLmdv) | `74.16% <ø> (ø)` | | | [client/config.go](https://codecov.io/gh/cerc-io/laconicd/pull/99?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Y2xpZW50L2NvbmZpZy5nbw==) | `23.07% <ø> (ø)` | | | [client/export.go](https://codecov.io/gh/cerc-io/laconicd/pull/99?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-Y2xpZW50L2V4cG9ydC5nbw==) | `0.00% <ø> (ø)` | | | ... and [98 more](https://codecov.io/gh/cerc-io/laconicd/pull/99?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | | ... and [2 files with indirect coverage changes](https://codecov.io/gh/cerc-io/laconicd/pull/99/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) </details>
github-code-scanning[bot] (Migrated from github.com) reviewed 2023-03-13 08:51:17 +00:00
github-code-scanning[bot] (Migrated from github.com) commented 2023-03-13 08:51:17 +00:00

Missing mutex unlock before returning from a function. This could result in panics resulting from double lock operations

Missing mutex unlock before returning from a function. This could result in panics resulting from double lock operations

Show more details

## Missing mutex unlock before returning from a function. This could result in panics resulting from double lock operations Missing mutex unlock before returning from a function. This could result in panics resulting from double lock operations [Show more details](https://github.com/cerc-io/laconicd/security/code-scanning/941)

Pull request closed

Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/laconicd-deprecated#99
No description provided.