Looking early Taproot transactions, I got here throughout this one (block 709,911, ~280 blocks after Taproot activation):
https://mempool.area/tx/ef72502f5d2509f519be33304e385bdf9d1bed5e4cd19f7a254700299db2ba91
What caught my eye:
- It is a P2TR keypath spend, single enter, single output, dust-level
quantity (1943 → 1803 sats) - The witness signature is 65 bytes ending in 0x02 — i.e.,
SIGHASH_NONE (not SIGHASH_NONE|ANYONECANPAY which is 0x82) - nSequence is 0x9f (= 159), which beneath BIP68 would suggest a relative
timelock of 159 blocks
Plain SIGHASH_NONE (with out ANYONECANPAY) on a 1-input-1-output transaction appears unusual to me — the signer is basically saying “I authorize spending this UTXO no matter the place the output goes,” however there’s just one output. Anybody seeing this in mempool might in precept substitute the output and rebroadcast.
Questions:
- Is there a identified pockets or protocol that indicators P2TR keypath with plain SIGHASH_NONE (0x02)? I would anticipate 0x82 (NONE|ANYONECANPAY) for any form of cooperative signing move, not 0x02 alone.
- Is the mixture with the bizarre nSequence=0x9f indicative of a selected take a look at framework or early growth device from late 2021?
Curious whether or not it is a identified sample or only a one-off oddity.
