hirosystems / stacks-blockchain-api

API for the Stacks blockchain
https://stacks-blockchain-api.vercel.app
GNU General Public License v3.0
178 stars 114 forks source link

feat: replacing txid when mempool transaction is dropped by fee and r… #2141

Open usagi32 opened 1 month ago

usagi32 commented 1 month ago

solves #1813

This will provide extra information for a transaction which is replaced by another. This can be used for replace-by-fee or maybe replace-across-fork but not sure though if replace-across-fork gives a new_txid or uses the previous one.

Nevertheless, @zone117x

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

usagi32 commented 1 month ago

There is a requirement in the stacks core repo to be merged for this pull