rooch
rooch copied to clipboard
[bitcoin]: inscription and corresponding utxo data generated from the original data does not match the block execution
inscription and corresponding utxo data generated from the original data does not match the block execution
reproduce:
- import data by statedb/genesis for a certain height_x
- use statedb/genesis-verify with data at height_x to check data imported in step1 (passed)
- invalid height_a for bitcoind
- start rooch server with bitcoind, sync block to rooch at a certain height_a -1
- use statedb/genesis-verify with data at height_a -1 to check data mixed step1 and step4 (mismatched found)
mismatched types:
- utxo not found
- inscription_ids in utxo seal not match
- inscription's offset is not match
#2219