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

[feat] Add Tunnel #17

Merged
merged 13 commits into from
Jan 29, 2025
Merged

[feat] Add Tunnel #17

merged 13 commits into from
Jan 29, 2025

Conversation

warittornc
Copy link
Member

No description provided.

@warittornc warittornc marked this pull request as ready for review November 20, 2024 09:54
@RogerKSI RogerKSI requested a review from satawatnack November 28, 2024 17:13
contracts/tunnel-consumer/README.md Outdated Show resolved Hide resolved
packages/cw-band/src/tunnel.rs Outdated Show resolved Hide resolved
contracts/tunnel-consumer/src/ibc.rs Outdated Show resolved Hide resolved
contracts/tunnel-consumer/src/ibc.rs Outdated Show resolved Hide resolved
@warittornc warittornc requested a review from RogerKSI December 2, 2024 04:07
packages/cw-band/src/tunnel.rs Show resolved Hide resolved
contracts/tunnel-consumer/src/ibc.rs Show resolved Hide resolved
contracts/tunnel-consumer/src/ibc.rs Show resolved Hide resolved
contracts/tunnel-consumer/src/ibc.rs Show resolved Hide resolved
contracts/tunnel-consumer/src/ibc.rs Show resolved Hide resolved
contracts/tunnel-consumer/src/ibc.rs Show resolved Hide resolved
packages/cw-band/src/tunnel/packet.rs Show resolved Hide resolved
packages/cw-band/src/tunnel/packet.rs Show resolved Hide resolved
contracts/tunnel-consumer/src/state.rs Outdated Show resolved Hide resolved
contracts/tunnel-consumer/src/contract.rs Show resolved Hide resolved
contracts/tunnel-consumer/src/msg.rs Outdated Show resolved Hide resolved
contracts/tunnel-consumer/src/msg.rs Outdated Show resolved Hide resolved
contracts/tunnel-consumer/src/state.rs Outdated Show resolved Hide resolved
@warittornc warittornc requested a review from RogerKSI January 7, 2025 06:34
@warittornc warittornc requested a review from satawatnack January 8, 2025 07:59
use crate::msg::{ExecuteMsg, InstantiateMsg, QueryMsg};
use crate::state::{ADMIN, ALLOWABLE_CHANNEL_IDS, SIGNAL_PRICE};

const CONTRACT_NAME: &str = "crates.io:tunnel-consumer";
Copy link
Member

Choose a reason for hiding this comment

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

Can you give some ref that use "crates.io" as contract name?

Copy link
Member Author

Choose a reason for hiding this comment

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

@warittornc warittornc requested a review from taobun January 29, 2025 06:39
@taobun taobun merged commit 14bd8d3 into main Jan 29, 2025
6 checks passed
@taobun taobun deleted the add-tunnel-support branch January 29, 2025 10:07
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