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

Noble-Penumbra auto-deposit prototyping #4857

Closed
aubrika opened this issue Sep 16, 2024 · 3 comments · Fixed by #4865
Closed

Noble-Penumbra auto-deposit prototyping #4857

aubrika opened this issue Sep 16, 2024 · 3 comments · Fixed by #4865
Assignees
Labels
A-IBC Area: IBC integration with Penumbra
Milestone

Comments

@aubrika
Copy link
Contributor

aubrika commented Sep 16, 2024

Noble Express is shipping signerless autoforwarding soon, and we can potentially capitalize on this functionality to enable signerless autoforwarding to Penumbra.

The existing forwarding docs are here:

https://docs.noble.xyz/modules/forwarding

And the described functionality will be extended to accept nobled tx forwarding register-account-signerlessly , which option is already live on their testnet.

The current forwarding protos are found here: https://github.com/noble-assets/forwarding/blob/v1.x/proto/noble/forwarding/v1/tx.proto (these will change with their 0.50 release in November)

On our side, we will at the very least need to set up IBC channels for testing, and we should do that first to see if it works for us out of the box - if we need additional changes, we can track them here as we discover them.

@aubrika aubrika added the A-IBC Area: IBC integration with Penumbra label Sep 16, 2024
@hdevalence
Copy link
Member

https://github.com/noble-assets/forwarding/blob/v1.x/x/forwarding/client/cli/tx.go#L53 looks like the Go impl of the command

I think we'll need to:

  • figure out how to import the Noble protos into pcli
  • figure out how to construct a Noble tx inside pcli
  • figure out what the state machine for the registration is

@hdevalence
Copy link
Member

Protos are here: https://buf.build/noble-assets/forwarding/docs/v1.x

@zbuc
Copy link
Member

zbuc commented Sep 23, 2024

#4865 introduces a simple working prototype of registering the Noble forwarding address associated with a specific Penumbra address.

Follow-up work should be figuring out the desired end-user interaction and steps needed to integrate with the web front-end, as well as re-organizing the new code.

From @hdevalence:

i think we want to make it so that when the user views an address (in prax or pcli) it will kick off a background task that polls a noble RPC until a balance is detected and then registers the address

@zbuc zbuc moved this from Backlog to In progress in Penumbra Sep 23, 2024
@aubrika aubrika modified the milestones: Sprint 12, Sprint 13 Sep 23, 2024
@zbuc zbuc closed this as completed in 772fc69 Sep 30, 2024
@github-project-automation github-project-automation bot moved this from In progress to Done in Penumbra Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-IBC Area: IBC integration with Penumbra
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants