Skip to content

Preserve ReferenceId on RBF bump and cancellation requests - #608

Merged
RodriFS merged 2 commits into
mainfrom
preserve-referenceid-on-rbf
Sep 15, 2026
Merged

RodriFS merged 2 commits into
mainfrom
preserve-referenceid-on-rbf

Conversation

@RodriFS

@RodriFS RodriFS commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

RBF replacements (fee bumps and cancellations) were created without a ReferenceId, so callers tracking a withdrawal by reference id lost it as soon as the request was bumped or cancelled.

  • The replacement now inherits ReferenceId from the request it replaces.
  • WalletWithdrawalRequestRepository.GetByReferenceIds returns only the latest request per reference id, since a reference id can now match a whole RBF chain.

🤖 Generated with Claude Code

@RodriFS
RodriFS requested a review from imclvr September 15, 2026 09:44
@RodriFS
RodriFS enabled auto-merge (squash) September 15, 2026 10:57
@RodriFS
RodriFS merged commit 9fa5d16 into main Sep 15, 2026
5 checks passed
@RodriFS
RodriFS deleted the preserve-referenceid-on-rbf branch September 15, 2026 10:59
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.

2 participants