Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signature verification #549

Merged
merged 8 commits into from
Nov 3, 2023
Merged

Signature verification #549

merged 8 commits into from
Nov 3, 2023

Conversation

cbrit
Copy link
Member

@cbrit cbrit commented Nov 1, 2023

No description provided.

@zmanian
Copy link
Contributor

zmanian commented Nov 2, 2023

Looks good lets ship it.

@codecov-commenter
Copy link

codecov-commenter commented Nov 2, 2023

Codecov Report

Merging #549 (e75d4bb) into main (c22987f) will decrease coverage by 0.11%.
The diff coverage is 50.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #549      +/-   ##
==========================================
- Coverage   29.75%   29.64%   -0.11%     
==========================================
  Files          48       48              
  Lines        7045     7046       +1     
==========================================
- Hits         2096     2089       -7     
- Misses       4768     4773       +5     
- Partials      181      184       +3     
Files Coverage Δ
module/x/gravity/types/ethereum_signer.go 61.36% <50.00%> (-17.71%) ⬇️

@cbrit cbrit temporarily deployed to CI November 2, 2023 18:22 — with GitHub Actions Inactive
@cbrit cbrit temporarily deployed to CI November 2, 2023 18:22 — with GitHub Actions Inactive
@cbrit cbrit temporarily deployed to CI November 2, 2023 18:22 — with GitHub Actions Inactive
@cbrit cbrit temporarily deployed to CI November 2, 2023 18:22 — with GitHub Actions Inactive
@cbrit cbrit temporarily deployed to CI November 2, 2023 22:15 — with GitHub Actions Inactive
@cbrit cbrit temporarily deployed to CI November 2, 2023 22:15 — with GitHub Actions Inactive
@cbrit cbrit temporarily deployed to CI November 2, 2023 22:15 — with GitHub Actions Inactive
@cbrit cbrit temporarily deployed to CI November 2, 2023 23:23 — with GitHub Actions Inactive
@cbrit cbrit temporarily deployed to CI November 2, 2023 23:23 — with GitHub Actions Inactive
@cbrit cbrit temporarily deployed to CI November 2, 2023 23:23 — with GitHub Actions Inactive
Copy link
Contributor

@EricBolten EricBolten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some comments and questions.

@@ -33,13 +33,9 @@ orchestrator = { path = "./orchestrator" }
cosmos_gravity = { path = "./cosmos_gravity" }
ethereum_gravity = { path = "./ethereum_gravity" }
gravity_utils = { path = "./gravity_utils" }
gravity_proto_build = { path = "./gravity_proto_build" }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The cargo setup here is structured as a workspace. These aren't unused dependencies, their local Cargo.toml files inform the shared overall Cargo.lock of the workspace. They won't build if they aren't included here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cargo ignores them anyway and throws warnings that they are invalid dependencies because nothing actually depends on them. they have to be built separately

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I confused this section with the members section.

orchestrator/gravity_utils/Cargo.toml Show resolved Hide resolved
@@ -15,20 +15,14 @@ cosmos_gravity = {path = "../cosmos_gravity"}
gravity_abi = { path = "../gravity_abi" }
gravity_utils = {path = "../gravity_utils"}
gravity_proto = {path = "../gravity_proto/"}
orchestrator = {path = "../orchestrator/"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hadn't we planned to delete the test_runner crate entirely in favor of the integration tests? I guess we only did that for the old testnet directory for the module and not the orchestrator?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i thought so too, happy to delete if you think we should

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can do it later.

Copy link
Contributor

@EricBolten EricBolten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@EricBolten EricBolten merged commit 1f81db9 into main Nov 3, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants