aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #3141Riccardo Spagni2018-01-271-2/+2
|\ \ \ \
| * | | | wallet2: remove {set|get}_default_decimal_point and use the same funcs under ...stoffu2018-01-261-2/+2
| |/ / /
* | | | Merge pull request #3118Riccardo Spagni2018-01-272-0/+39
|\ \ \ \
| * | | | simplewallet: check file overwrite when exporting stuffstoffu2018-01-262-0/+39
| |/ / /
* | | | Merge pull request #3102Riccardo Spagni2018-01-271-3/+3
|\ \ \ \
| * | | | simplewallet: fix typo get_tx_proof_out to get_tx_proofstoffu2018-01-261-3/+3
| |/ / /
* / / / Update 2018 copyrightxmr-eric2018-01-263-3/+3
|/ / /
* | | Merge pull request #3130Riccardo Spagni2018-01-251-2/+14
|\ \ \
| * | | simplewallet: single out 0 amount destinations as dummy onesmoneromooo-monero2018-01-161-2/+14
* | | | Merge pull request #3093Riccardo Spagni2018-01-251-1/+1
|\ \ \ \
| * | | | Improved terminology from create to generateMaxithi2018-01-091-1/+1
| | |/ / | |/| |
* | | | Merge pull request #3072Riccardo Spagni2018-01-251-3/+3
|\ \ \ \
| * | | | fix some confirmation dialog, add missing symbolsAJIekceu42018-01-061-3/+3
| |/ / /
* | | | Merge pull request #3057Riccardo Spagni2018-01-252-4/+4
|\ \ \ \
| * | | | Factor the monero donation addressMaxithi2018-01-052-4/+4
| |/ / /
* | | | Merge pull request #3027Riccardo Spagni2018-01-252-0/+116
|\ \ \ \
| * | | | Reserve proofstoffu2018-01-102-0/+116
| | |/ / | |/| |
* | | | Merge pull request #3011Riccardo Spagni2018-01-251-1/+2
|\ \ \ \
| * | | | daemon+simplewallet: given an unknown command, show itstoffu2017-12-271-1/+2
* | | | | Merge pull request #3008Riccardo Spagni2018-01-251-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | simplewallet: Correct 3 multisig command usage help texts, e.g. for 'export_m...rbrunner72017-12-261-3/+3
| |/ / /
* | / / Keep readline optionalJethro Grassie2018-01-111-1/+1
| |/ / |/| |
* | | Merge pull request #2981Riccardo Spagni2018-01-101-0/+7
|\ \ \
| * | | simplewallet: detect typo for incoming_transfers optionsstoffu2017-12-281-0/+7
| |/ /
* | | Merge pull request #2976Riccardo Spagni2018-01-101-0/+6
|\ \ \
| * | | simplewallet: disable donations on testnetMatt Smith2017-12-201-0/+6
* | | | Merge pull request #2972Riccardo Spagni2018-01-101-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | simplewallet: lock idle scope in {im,ex}port_{key_images,outputs}moneromooo-monero2017-12-201-0/+4
| |/ /
* | | Merge pull request #2960Riccardo Spagni2018-01-022-45/+150
|\ \ \
| * | | wallet: support for multisig seedsmoneromooo-monero2017-12-202-45/+150
| |/ /
* | | Merge pull request #2949Riccardo Spagni2017-12-281-5/+5
|\ \ \
| * | | Better definite article usexmr-eric2017-12-171-5/+5
* | | | Merge pull request #2942Riccardo Spagni2017-12-281-82/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | simplewallet: factor out tx exceptionsmoneromooo-monero2017-12-181-82/+1
| | |/ | |/|
* | | Merge pull request #2926Riccardo Spagni2017-12-252-4/+134
|\ \ \
| * | | Account taggingstoffu2017-12-182-4/+134
| |/ /
* | | Merge pull request #2920Riccardo Spagni2017-12-251-4/+4
|\ \ \
| * | | catch const exceptionsmoneromooo-monero2017-12-181-2/+2
| * | | add empty container sanity checks when using front() and back()moneromooo-monero2017-12-181-2/+2
| |/ /
* | | Merge pull request #2918Riccardo Spagni2017-12-251-1/+1
|\ \ \ | |/ / |/| |
| * | simplewallet: fix default unspent_outputs output with subaddressesmoneromooo-monero2017-12-131-1/+1
* | | wallet: factor multisig info parsingmoneromooo-monero2017-12-171-52/+5
* | | wallet: use raw encrypted data in multisig import/export RPCmoneromooo-monero2017-12-171-76/+4
* | | Match surae's recommendation to derive multisig keysmoneromooo-monero2017-12-171-2/+3
* | | simplewallet: add export_raw_multisig commandmoneromooo-monero2017-12-172-0/+74
* | | simplewallet: add multisig to wallet type in wallet_info outputmoneromooo-monero2017-12-171-1/+11
* | | wallet: guard against partly initialized multisig walletmoneromooo-monero2017-12-171-8/+39
* | | add multisig core test and factor multisig building blocksmoneromooo-monero2017-12-171-14/+1
* | | N-1/N multisigmoneromooo-monero2017-12-172-11/+71
* | | gen_multisig: generates multisig wallets if participants trust each othermoneromooo-monero2017-12-171-0/+1