celestiaorg / celestia-core

A fork of CometBFT
Apache License 2.0
489 stars 269 forks source link

Write a CIP to enable RBF #1493

Open ninabarbakadze opened 2 months ago

ninabarbakadze commented 2 months ago

Description

we want to be able to allow replace-by-fee system where users can override transactions with the same nonce but a higher fee

rootulp commented 1 month ago

I have an idea for something to include in the CIP. Apparently Bitcoin's (RBF) enables users to opt-in to RBF.

allowing users to signal explicitly that their transactions could be replaced

But I assume our implementation won't ask users to opt-in to transactions that can be replaced and instead all transactions will be replaceable by default. So the CIP could describe existing RBF implementations and how our's compares.