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

Cosmos gas price config #3042

Merged
merged 9 commits into from
Dec 19, 2023
Merged

Cosmos gas price config #3042

merged 9 commits into from
Dec 19, 2023

Conversation

daniel-savu
Copy link
Contributor

Description

Adds a cosmos-specific config item for setting the minimum gas price, in the format returned by the cosmos.base.node.v1beta1.Service/Config cosmos-sdk grpc endpoint.

Related issues

Backward compatibility

No. Will break existing cosmos configs.

Testing

None yet, will test in e2e

Copy link

changeset-bot bot commented Dec 8, 2023

⚠️ No Changeset found

Latest commit: 08c3d9a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@daniel-savu daniel-savu changed the title Dan/cosmos gas price config Cosmos gas price config Dec 8, 2023
@daniel-savu daniel-savu marked this pull request as ready for review December 11, 2023 14:24
Copy link
Collaborator

@tkporter tkporter left a comment

Choose a reason for hiding this comment

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

Realizing that we'll need to change the typescript SDK too to keep things consistent

I think we need:

rust/hyperlane-core/src/types/primitive_types.rs Outdated Show resolved Hide resolved
rust/chains/hyperlane-cosmos/src/error.rs Outdated Show resolved Hide resolved
rust/chains/hyperlane-cosmos/src/providers/grpc.rs Outdated Show resolved Hide resolved
rust/chains/hyperlane-cosmos/src/trait_builder.rs Outdated Show resolved Hide resolved
rust/config/mainnet3_config.json Outdated Show resolved Hide resolved
@daniel-savu daniel-savu enabled auto-merge (squash) December 15, 2023 18:23
@daniel-savu daniel-savu merged commit d18f7ae into main Dec 19, 2023
19 checks passed
@daniel-savu daniel-savu deleted the dan/cosmos-gas-price-config branch December 19, 2023 12:23
yorhodes pushed a commit that referenced this pull request Dec 20, 2023
### Description

Adds a cosmos-specific config item for setting the minimum gas price, in
the format returned by the `cosmos.base.node.v1beta1.Service/Config`
cosmos-sdk grpc endpoint.

### Related issues

- Fixes hyperlane-xyz/issues#810

### Backward compatibility

No. Will break existing cosmos configs.


### Testing

None yet, will test in e2e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants