0
Today I saw a case where a transaction had a very low fee, so it got stuck in the mempool for days. The original wallet refused to allow a new transaction to be created with the same input, and in a case of mempool getting empty again, someone could rebroadcast that transaction and it would be accepted again.
So, the question: with current Script language, is it possible to create a transaction that becomes invalid if not included in a block before a certain time (or before a certain block height)? If so, how many bytes it would take up?
Such a transaction would be broadcast by common nodes, or they expect a certain specific signature format?
"that becomes invalid if not included in a block before a certain time (or before a certain block height)?" This is impossible. – MCCCS – 2017-09-22T10:52:49.580