Skip to content

feat: add replaced_by_tx_id to replaced mempool transactions #2271

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

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

rafaelcr
Copy link
Collaborator

@rafaelcr rafaelcr commented May 2, 2025

Adds a replaced_by_tx_id key to dropped mempool transaction responses that will include another transaction ID if this represents an RBF operation.

Replaces #2141
Fixes #1813

Copy link

github-actions bot commented May 2, 2025

Vercel deployment URL: https://stacks-blockchain-db6orkq7i-hirosystems.vercel.app 🚀

Copy link

codecov bot commented May 2, 2025

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/event-stream/event-server.ts 0.00% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@rafaelcr rafaelcr marked this pull request as ready for review May 2, 2025 19:32
@rafaelcr rafaelcr changed the title feat: specify transaction id being replaced in mempool results feat: add replaced_by_tx_id to replaced mempool transactions May 2, 2025
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.

specify which transaction replaced another via RBF
1 participant