Skip to content

feat(funding-service): add the RequestFunds endpoint - #2601

Open
SantiagoPittella wants to merge 1 commit into
fs/1-base-and-statusfrom
fs/2-request-funds
Open

feat(funding-service): add the RequestFunds endpoint#2601
SantiagoPittella wants to merge 1 commit into
fs/1-base-and-statusfrom
fs/2-request-funds

Conversation

@SantiagoPittella

Copy link
Copy Markdown
Collaborator

Summary

Add the RequestFunds endpoint. Each request creates a private pay-to-ID note for the requested account, and the service answers once that note is committed in a block, returning the note together with proof of its inclusion.

One worker owns the funding account. Requests that arrive while a transaction is in flight share the next one, up to --max-notes-per-tx, so a client topping up several accounts waits for one transaction rather than one per account. Errors carry a one-byte code in the gRPC status details.

Changelog

[[entry]]
scope       = "funding-service"
impact      = "added"
description = "`RequestFunds` sends the native asset to an account as a private pay-to-ID note and returns it once committed."

@SantiagoPittella
SantiagoPittella added this pull request to stack #2602 September 9, 2026 19:23
@SantiagoPittella
SantiagoPittella removed this pull request from stack #2602 September 11, 2026 21:01
@SantiagoPittella
SantiagoPittella added this pull request to stack #2616 September 11, 2026 21:02
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.

1 participant