What will replace OP_CHECKLOCKTIMEVERIFY & OP_CHECKSEQUENCEVERIFY after the Genesis upgrade?
Since these two opcodes will be removed after Genesis and (from my understanding) nLockTime
works in a slightly different way (prevents transaction from being included in a block vs. UTXO being locked until given time/block height), how will be possible to achieve same functionality after that?
Is it possible to build a locking/redeem script using other opcodes that achieves the same result? Or is there something else?