rooch icon indicating copy to clipboard operation
rooch copied to clipboard

[bitcoin]: inscription and corresponding utxo data generated from the original data does not match the block execution

Open popcnt1 opened this issue 1 year ago • 0 comments

inscription and corresponding utxo data generated from the original data does not match the block execution

reproduce:

  1. import data by statedb/genesis for a certain height_x
  2. use statedb/genesis-verify with data at height_x to check data imported in step1 (passed)
  3. invalid height_a for bitcoind
  4. start rooch server with bitcoind, sync block to rooch at a certain height_a -1
  5. use statedb/genesis-verify with data at height_a -1 to check data mixed step1 and step4 (mismatched found)

mismatched types:

  1. utxo not found
  2. inscription_ids in utxo seal not match
  3. inscription's offset is not match

#2219

popcnt1 avatar Aug 08 '24 12:08 popcnt1