ckb-standalone-debugger icon indicating copy to clipboard operation
ckb-standalone-debugger copied to clipboard

parse tx file Error("missing field `extra_hash`")

Open Flouse opened this issue 3 years ago • 0 comments

tx dumped from Godwoken

dump-tx.zip

> ckb-debugger \
  --cell-index 2 --cell-type input \
  --script-group-type lock \
  --tx-file ./eabb1b982c7ed0d8176194f583d18c45a7325505258fc7ec26e011453ed5e019-mock-tx.json \
  --pprof pprof \
  --replace-binary validator_log

thread 'main' panicked at 'parse tx file: Error("missing field `extra_hash`", line: 437, column: 7)', src/main.rs:146:69

Maybe this is the reason?

ckb_v0.100.0-rc2: The field uncles_hash in header will be renamed to extra_hash for all JSON RPC methods. https://github.com/nervosnetwork/ckb/discussions/2840

Flouse avatar Aug 09 '21 14:08 Flouse