Commit graph

11 commits

Author SHA1 Message Date
gladcow
44abebab97 fix the issues with tx signing 2020-04-16 01:23:14 +03:00
gladcow
14d535ba68 create test tx with weighted multisig wallet 2020-04-15 16:57:46 +03:00
gladcow
e778d2a043 weighted multisignature address test 2020-04-15 16:57:46 +03:00
satyakoneru
7112292832 Debug logs and additional tests 2020-04-14 20:18:20 +00:00
satyakoneru
73e0673199 Add signing and verification tests and sign_transaction_standalone 2020-04-14 16:41:43 +00:00
satyakoneru
b08d34d62f add 10-of-14 multisig address test 2020-04-14 14:45:59 +00:00
satyakoneru
458dfe5a29 tx deserialization fix 2020-04-14 13:45:53 +00:00
satyakoneru
b153513863 Add tx creation, signing and tests 2020-04-14 13:06:13 +00:00
gladcow
a968ec922c
add ability to gather signatures before signing (#290) 2020-02-21 19:02:06 +05:30
gladcow
544112c63b
[SON-209] Create P2SH address with custom redeemScript (#271)
* Create redeem script for SONs primary wallet

* Add importaddress call

Allows to watch for related transactions without private keys import

* Get UTXO set for watched addresses

* createrawtransaction call

* signing PW spending transaction

* unit test for btc tx serialization

* sending PW transfer in test

* BIP143 tx signing

* use bech32 address format

* use single sha256 for lock script

* Digest fix

* working signing

* separate signing

* test partially signed PW transfer
2020-02-19 17:16:27 +05:30
obucinac
7553091d02
Peerplays SON plugin skeleton (#122)
* Peerplays SON plugin skeleton
* SON tests skeleton
2019-09-11 20:29:48 +02:00