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: Noble forwarding address registration in pcli #4865

Merged
merged 2 commits into from
Sep 30, 2024
Merged

Conversation

zbuc
Copy link
Member

@zbuc zbuc commented Sep 21, 2024

Describe your changes

This adds support for registering Noble forwarding addresses, for example:

pcli tx register-forwarding-account --noble-node http://noble-testnet-grpc.polkachu.com:21590 --channel channel-216 --address-or-index 2

Note that your address will need to be funded prior to being registered; the faucet can be used along with the pcli view noble-address ADDRESS_OR_INDEX --channel channel-216 command to get test funds.

Issue ticket number and link

Closes #4857

Checklist before requesting a review

  • If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason:

    pcli only

@zbuc zbuc changed the title 4857 noble autodeposit feat: Noble forwarding address registration Sep 21, 2024
@zbuc zbuc changed the title feat: Noble forwarding address registration feat: Noble forwarding address registration in pcli Sep 21, 2024
@cronokirby
Copy link
Contributor

Do we want to do the auto-registration flow as a part of this PR, or in a subsequent one?

@zbuc
Copy link
Member Author

zbuc commented Sep 26, 2024

Do we want to do the auto-registration flow as a part of this PR, or in a subsequent one?

IMO a subsequent PR. I think what is implemented in this PR is useful for testing and maybe some particular use cases, but we should make the default be to use the automatically cycling addresses to be implemented in a follow-up PR.

@zbuc zbuc merged commit 772fc69 into main Sep 30, 2024
13 checks passed
@zbuc zbuc deleted the 4857_noble_autodeposit branch September 30, 2024 20:10
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.

Noble-Penumbra auto-deposit prototyping
2 participants