summaryrefslogtreecommitdiff
path: root/tests/unit_tests/multisig.cpp
Commit message (Collapse)AuthorAgeFilesLines
* api/wallet: properly disable key encryptionstoffu2018-09-171-1/+1
|
* store secret keys encrypted where possiblemoneromooo-monero2018-08-161-1/+14
| | | | | | | | | The secret spend key is kept encrypted in memory, and decrypted on the fly when needed. Both spend and view secret keys are kept encrypted in a JSON field in the keys file. This avoids leaving the keys in memory due to being manipulated by the JSON I/O API.
* Stagenetstoffu2018-03-051-4/+4
|
* Readd copyright starting datexmr-eric2018-01-261-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* wallet2: fix slow multisig unit tests with subaddress patchmoneromooo-monero2017-12-171-0/+1
| | | | | While there, move the wallet2 ctor to the cpp file as it's a huge amount of init list now, and remove an unused one.
* wallet: guard against partly initialized multisig walletmoneromooo-monero2017-12-171-5/+12
|
* N-1/N multisigmoneromooo-monero2017-12-171-7/+19
|
* gen_multisig: generates multisig wallets if participants trust each othermoneromooo-monero2017-12-171-8/+8
|
* wallet2: allow empty wallet filename to avoid saving datamoneromooo-monero2017-12-171-11/+1
| | | | Useful to speed tests up and avoid unnecessary leftover files
* tests: add multisig unit testsmoneromooo-monero2017-12-171-0/+178