I am still learning Bitcoin, and I’m trying to understand the practical impact of BIP444(in case it happens). From what I gather, BIP444 mainly restricts arbitrary data in scripts (like OP_RETURN or Ordinals, inscriptions), but doesn’t touch standard transaction formats such as P2PKH, P2WPKH, or Taproot(key path spending(?))
So heres my question:
If a transaction doesn’t use OP_RETURN or any nonstandard script types, it should still be considered valid under both the old and new consensus rules. That means such “normal” transactions could exist in both mempools (of nodes that follow BIP444 and those that don’t) and wouldn’t cause reorg-related issues even in a mixed network.
Am I thinking about this correctly in that standard transactions are effectively immune to any BIP444-induced reorgs because they sit in the intersection of both rule sets with high enough fees?