summaryrefslogtreecommitdiff
path: root/src/gen_multisig/gen_multisig.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4036Riccardo Spagni2018-10-071-12/+3
| | | | | 9acf42d3 Multisig M/N functionality core tests added (naughtyfox) 9f3963e8 Arbitrary M/N multisig schemes: * support in wallet2 * support in monero-wallet-cli * support in monero-wallet-rpc * support in wallet api * support in monero-gen-trusted-multisig * unit tests for multisig wallets creation (naughtyfox)
* Merge pull request #4505Riccardo Spagni2018-10-071-1/+1
| | | | 977df631 Fix some calls to the translation function (Guillaume LE VAILLANT)
* gen_multisig: nice exit on unhandled exceptionmoneromooo-monero2018-09-271-1/+3
| | | | Coverity 182569
* api/wallet: properly disable key encryptionstoffu2018-09-171-2/+2
|
* store secret keys encrypted where possiblemoneromooo-monero2018-08-161-1/+3
| | | | | | | | | 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.
* wallet cli/rpc: terminate execution with code 0 when --help or --version is ↵stoffu2018-04-221-1/+5
| | | | given
* Fix typos in various filesDimitris Apostolou2018-03-151-1/+1
|
* wallet2 / simplewallet: Must opt-in to create '.address.txt' files for new ↵Leon Klingele2018-03-101-3/+6
| | | | | | | | | | | wallets Previously, a file containing the unencrypted Monero address was created by default in the wallet's directory. This file might pose as a privacy risk. The creation of this file is now opt-in and can be enabled by providing --create-address-file
* Stagenetstoffu2018-03-051-6/+14
|
* Readd copyright starting datexmr-eric2018-01-261-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* N-1/N multisigmoneromooo-monero2017-12-171-2/+30
|
* gen_multisig: generates multisig wallets if participants trust each othermoneromooo-monero2017-12-171-0/+213