-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Multisig import and export config compatible with ckb-cli #2442
feat: Multisig import and export config compatible with ckb-cli #2442
Conversation
4ac6d12
to
bf56388
Compare
bf56388
to
8603fb7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Import the multisig address file generated by the CKB CLI for the first time.
✅ Import the multisig address file generated by the CKB CLI repeatedly.
✅ Import a [1 of 2] multisig address file generated by the CKB CLI.
✅ Import a [2 of 2] multisig address file generated by the CKB CLI.
✅ View the multisig address file generated by CKB CLI in Neuron.
✅ Export the multisig address file generated by the CKB CLI.
✅ Transation is performed by Neuron through the multisig address generated by CKB CLI.
✅ Approvement is performed by Neuron through the multisig address generated by CKB CLI.
Multisig config created by ckb-cli can also import by Neuron.
adapt-ckb-cli.mov