nervosnetwork / neuron

Neuron: Nervos CKB Wallet
https://www.nervos.org
MIT License
188 stars 82 forks source link

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

Closed doitian closed 2 months ago

doitian commented 7 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/ckb-cli/issues/584

Keith-CY commented 6 months ago

@Danie0918 please keep an eye on this.

github-actions[bot] commented 4 months ago

Mark this issue stale because no activity for 60 days

Keith-CY commented 4 months ago

Should be resolved by https://github.com/nervosnetwork/neuron/pull/3169