ckb-standalone-debugger
ckb-standalone-debugger copied to clipboard
parse tx file Error("missing field `extra_hash`")
tx dumped from Godwoken
> 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