Skip to content

Add IBC transfer functionality, update Althea proto, add block query function#34

Merged
jkilpatr merged 4 commits intomasterfrom
jkilpatr/ibc-update-features
Feb 6, 2026
Merged

Add IBC transfer functionality, update Althea proto, add block query function#34
jkilpatr merged 4 commits intomasterfrom
jkilpatr/ibc-update-features

Conversation

@jkilpatr
Copy link
Member

@jkilpatr jkilpatr commented Feb 6, 2026

Just a bundle of little functions.

This is otherwise pretty tedious.
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds client-side support for IBC token transfers and denom-trace queries, plus a small convenience helper for fetching the latest block height. It also bumps the optional althea_proto dependency version.

Changes:

  • Add client::ibc_transfer module with IBC transfer tx helpers and denom trace/hash query helpers.
  • Add Contact::get_latest_block_height() convenience method.
  • Update althea_proto dependency version.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.

File Description
src/client/mod.rs Exposes the new ibc_transfer client module.
src/client/ibc_transfer/mod.rs Implements IBC transfer tx helpers and denom trace/hash query endpoints.
src/client/get.rs Adds a helper to extract the latest block height from get_latest_block().
Cargo.toml Bumps optional althea_proto dependency version.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jkilpatr jkilpatr force-pushed the jkilpatr/ibc-update-features branch from e40bf34 to 71dca25 Compare February 6, 2026 21:15
@jkilpatr jkilpatr force-pushed the jkilpatr/ibc-update-features branch from 71dca25 to d934995 Compare February 6, 2026 21:25
@jkilpatr jkilpatr merged commit d934995 into master Feb 6, 2026
5 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.

3 participants