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

[Tunnel] implement route - Axelar #574

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Conversation

satawatnack
Copy link
Member

@satawatnack satawatnack commented Feb 3, 2025

Implementation details

  • Add Axelar route

Integration test

  • Test send packet through the Axelar route

Please ensure the following requirements are met before submitting a pull request:

  • The pull request is targeted against the correct target branch
  • The pull request is linked to an issue with appropriate discussion and an accepted design OR is linked to a spec that describes the work.
  • The pull request includes a description of the implementation/work done in detail.
  • The pull request includes any and all appropriate unit/integration tests
  • You have added a relevant changelog entry to CHANGELOG_UNRELEASED.md
  • You have re-reviewed the files affected by the pull request (e.g. using the Files changed tab in the Github PR explorer)

@satawatnack satawatnack changed the base branch from master to tunnel-ibc-hook February 3, 2025 08:37
@satawatnack satawatnack requested a review from RogerKSI February 3, 2025 09:09
@RogerKSI RogerKSI requested review from taobun and nkitlabs February 14, 2025 08:48
@satawatnack satawatnack requested a review from RogerKSI February 20, 2025 08:55
@satawatnack satawatnack requested a review from RogerKSI February 21, 2025 08:25
@RogerKSI RogerKSI requested a review from colmazia March 23, 2025 15:31
Copy link
Contributor

@nkitlabs nkitlabs left a comment

Choose a reason for hiding this comment

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

branch is conflicted, please help fix

// axelar_ibc_channel specifies the IBC channel used by the tunnel to communicate with the axelar chain.
string axelar_ibc_channel = 8 [(gogoproto.customname) = "AxelarIBCChannel"];
// axelar_gmp_account is the account address on axelar chain that processes and verifies Axelar GMP transactions.
string axelar_gmp_account = 9;
Copy link
Contributor

Choose a reason for hiding this comment

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

should it be renamed to AxelarGMPAccount (based on the comment above)? If not neccesary, can be resolved.

)

var (
packetABI, _ = abi.NewType("tuple", "", []abi.ArgumentMarshaling{
Copy link
Contributor

Choose a reason for hiding this comment

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

this is for Axelar only or for the others (in the future) as well? b/c i see you rename tss part (to have tss prefix), should it be align?

Base automatically changed from tunnel-ibc-hook to master April 2, 2025 15:24
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