nervosnetwork / ckb-cli

CKB command line interface
MIT License
55 stars 35 forks source link

The `ckb-cli tx` multisig tx file is not compatible with Neuron #584

Open doitian opened 4 months ago

doitian commented 4 months ago

The ckb-cli tx file is not compatible with Neuron Multisig-Tool.

I uploaded example files here: https://github.com/cryptape/ckb-multisig-cobuild-poc/issues/1

Except the context, and the transaction keys, the signature field is also incompatible. ckb-cli saves the signature, and Neuron saves the pub key hash and stores the signatures in witnesses.

Also reported in https://github.com/nervosnetwork/neuron/issues/3048