anoma / namada

Rust implementation of Namada, a Proof-of-Stake L1 for interchain asset-agnostic privacy
https://namada.net
GNU General Public License v3.0
2.39k stars 944 forks source link

Enabling Namada's IBC Transfer Support in Go-Relayer #2858

Open meetrick opened 6 months ago

meetrick commented 6 months ago

Enabling Namada's IBC Transfer Support in Go-Relayer

Background

Exclusive Support by Hermes for the IBC Transfer in the Namada Protocol Poses a Significant Disruption Risk for Users and Developers in the Cosmos Ecosystem. Hence, It's Imperative for Go-Relayer to Extend Support for Namada.

Proposal

Do the Namada team have plans to support Go-Relayer? If so, I am interested in participating. If there are no plans, the DSRV team is eager to contribute.

Todo


question

Fraccaman commented 6 months ago

@cwgoes

meetrick commented 6 months ago

draft on cosmos/relayer

cwgoes commented 6 months ago

Do the Namada team have plans to support Go-Relayer?

Heliax does not plan to support the Go relayer internally. We'd be thrilled if you take on this effort, and happy to support you with any questions, concerns, requisite changes, etc.

meetrick commented 6 months ago

Heliax does not plan to support the Go relayer internally. We'd be thrilled if you take on this effort, and happy to support you with any questions, concerns, requisite changes, etc.

It seems like it will take a considerable amount of time, but we intend to proceed with it. We look forward to receiving various pieces of advice.

meetrick commented 5 months ago

@cwgoes We want to use the proto files of Namada so that go-relayer can support Namada. To do this, we need to use the buf registry as follows. Could you help us write a buf registry for Namada?

cwgoes commented 2 weeks ago

Hi, sorry for the slow response here. We have this but it's probably not that helpful to you. Are you still working on Go relayer support?

meetrick commented 2 weeks ago

Hi, sorry for the slow response here. We have this but it's probably not that helpful to you. Are you still working on Go relayer support?

Hey, Thanks response. Although it's already late to apply it to the testnet, I plan to proceed as a side project. Since Namada is also about to launch its mainnet soon, I definitely want to give it a try.