feat(node): prefund registered accounts - #2636
Merged
Merged
Conversation
Mirko-von-Leipzig
added this pull request to stack #2637
September 16, 2026 14:18
Mirko-von-Leipzig
force-pushed
the
mirko/prefund-registered-accounts
branch
from
September 17, 2026 08:50
31339ec to
daf6311
Compare
Mirko-von-Leipzig
force-pushed
the
mirko/prefund-registered-accounts
branch
2 times, most recently
from
September 21, 2026 13:38
f354924 to
6ed1bb3
Compare
Mirko-von-Leipzig
marked this pull request as ready for review
September 21, 2026 13:44
Mirko-von-Leipzig
force-pushed
the
mirko/prefund-registered-accounts
branch
from
September 22, 2026 09:33
b6426c6 to
d15e541
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
--funding-service.urland--funding-service.amountto the sequencer. Both options must be set together. The amount is a positive number of native-asset base units.RegisterAccountor the admin API, including imports that bind an existing invitation.POST /request-fundsJSON API from feat(funding-service): add the RequestFunds endpoint #2601. This PR assumes that service is deployed; it does not include the service implementation.Registration commits before the funding request. The call waits for the service to confirm the public P2ID note. Funding failures return gRPC
UNAVAILABLEor HTTP503, without undoing registration. Identical registration retries do not request more funds. There is no background worker, persistent queue, or automatic retry. Account owners retrieve funding notes through their account's note tag.Changelog