RBF (Full RBF, Opt-in Full RBF, FSS-RBF) is applied to a transaction when one of its inputs "matches" one of the inputs in the replacement transaction.
However, what happens if the inputs of a replacement transaction "hit" the inputs of two (three or more) different transactions?
Does the replacement transaction then replace all those "hit" transactions (transactions covered by replacement)?
In order for replacement to occur, does the fee of replacement transaction have to be greater than the largest fee among all "covered" transactions, or perhaps the fee of replacement transaction must be greater than the sum of the fees of all "covered" transactions (or something else)?
What would happen if the node works in Opt-in Full RBF mode and some of the transactions "included" in replacement do not accept the possibility of replacement (nSequence of all inputs is
0xffffffff
)? I assume that the replacement then will not even occur and the replacement transaction will be just rejected.
The number of original transactions does not exceed 100.
and by original transaction they denote conflict transaction + its descendants, so I would say that the sum of all confliction transaction + their descendants can't exceed 100? – LeaBit Dec 05 '23 at 23:04