thaler-nodelib icon indicating copy to clipboard operation
thaler-nodelib copied to clipboard

Problem: (CE-100) Missing integration tests for MultiSig code in NodeJS

Open foreseaz opened this issue 4 years ago • 2 comments

Problem: (CE-100) Missing integration tests for MultiSig code in NodeJS

foreseaz avatar Mar 02 '20 17:03 foreseaz

@calvinlauco finished the multisig integration test for the normal flow of PoGSD. May I occupy your some time to review.

foreseaz avatar Aug 27 '20 09:08 foreseaz

You should broadcast a transaction with the signed MultiSig address UTXO as input.

You don't need to use the createRawRPC, instead you can use the TransferTransactionBuilder to build the transaction and add the MultiSig-nature using addWitness method

calvinlauyh avatar Aug 28 '20 00:08 calvinlauyh