1 2016-10-18 19:09:44 <earlz> If you have a vout script with either invalid opcodes, or even like an OP_IF without an OP_ENDIF; I know that makes the transaction "invalid" and thus unspendable, but if that transaction were in a block, would the block be invalid?
2 2016-10-18 19:12:52 <jonasschnelli> earlz: Yes. The block would be invalid and not connected
3 2016-10-18 19:13:13 <earlz> That's what I was thinking but wanted to be sure without going through the trouble of testing it
4 2016-10-18 19:15:34 <jonasschnelli> earlz: there are policy and consensus rules. Policy might be different between node/miner. Consensus must be identical. Invalid transaction as you have described it, is part of the consensus
5 2016-10-18 19:15:47 <jonasschnelli> But the IsStandard() rule is policy
6 2016-10-18 19:17:11 <earlz> ok.. I knew it wouldn't be accepted on the p2p network or anything like that, but wasn't sure on consensus
7 2016-10-18 21:28:26 <murch> Has anyone seen statistics on the usage of Opt-in RBF? (Is it safe to surmise that it's not being used much yet?)
8 2016-10-18 21:37:38 <petertodd> murch: http://p2sh.info/dashboard/db/replace-by-fee
9 2016-10-18 21:43:28 <murch> petertodd: Thanks! :)