aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #5722luigi11112019-08-212-3/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | simplewallet: optional all flag to export_outputs/export_key_imagesmoneromooo-monero2019-07-022-3/+3
| |/ / / /
* | | | | Merge pull request #5727luigi11112019-08-191-2/+2
|\ \ \ \ \
| * | | | | Replace std::random_shuffle with std::shuffleTom Smeding2019-08-151-2/+2
* | | | | | Merge pull request #5718luigi11112019-08-191-1/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | wallet: do not print log settings when unsetmoneromooo-monero2019-07-011-1/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #5518luigi11112019-08-173-48/+79
|\ \ \ \ \
| * | | | | wallet_api: add multi destination tx supportselsta2019-08-163-48/+79
* | | | | | Merge pull request #5673luigi11112019-08-151-8/+17
|\ \ \ \ \ \
| * | | | | | wallet_api: catch getTxKey exceptionDusan Klinec2019-06-191-8/+17
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #5672luigi11112019-08-151-0/+1
|\ \ \ \ \ \
| * | | | | | wallet2: fix change subaddress mixup when sending pre rct outputsmoneromooo-monero2019-06-191-0/+1
| |/ / / / /
* | | | | | Merge pull request #5662luigi11112019-08-151-3/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | device: tx_key caching fixed, store recovered txkeyDusan Klinec2019-06-171-3/+11
| |/ / / /
* | | | | Merge pull request #5487luigi11112019-08-141-0/+2
|\ \ \ \ \
| * | | | | consensus: from v12, enforce >= 2 outputsmoneromooo-monero2019-04-231-0/+2
* | | | | | Merge pull request #5478luigi11112019-08-141-3/+2
|\ \ \ \ \ \
| * | | | | | functional_tests: add validate_address testsmoneromooo-monero2019-07-291-3/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #4851luigi11112019-08-141-1/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Add IPv6 supportThomas Winget2019-07-311-1/+3
| |/ / / /
* / / / / Fixed error preventing build of monero-guiNejcraft2019-07-281-1/+3
|/ / / /
* | | | Merge pull request #5600luigi11112019-07-242-7/+13
|\ \ \ \
| * | | | Remember RPC version on initial connectHoward Chu2019-06-022-7/+13
| | |/ / | |/| |
* | | | Merge pull request #5594luigi11112019-07-245-0/+53
|\ \ \ \
| * | | | device: show address on device displayDusan Klinec2019-06-175-0/+53
* | | | | Merge pull request #5576luigi11112019-07-242-4/+0
|\ \ \ \ \
| * | | | | wallet_manager: omit redundant disconnect, drop unused variablexiphon2019-05-272-4/+0
| |/ / / /
* | | | | Merge pull request #5534luigi11112019-07-243-0/+28
|\ \ \ \ \
| * | | | | expose set/get walletcache attribute functionality in wallet apidsc2019-05-103-0/+28
* | | | | | Merge pull request #5514luigi11112019-07-241-2/+2
|\ \ \ \ \ \
| * | | | | | wallet2: don't wait a day before using new version feesmoneromooo-monero2019-05-021-2/+2
* | | | | | | Merge pull request #5513luigi11112019-07-244-6/+16
|\ \ \ \ \ \ \
| * | | | | | | wallet: distinguish between empty and absent attributesmoneromooo-monero2019-05-024-6/+16
| |/ / / / / /
* | | | | | | Merge pull request #5502luigi11112019-07-241-3/+0
|\ \ \ \ \ \ \
| * | | | | | | remove unused codemoneromooo-monero2019-04-291-3/+0
| |/ / / / / /
* | | | | | | Merge pull request #5457luigi11112019-07-241-2/+0
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | wallet_rpc_server: remove unused variablemoneromooo-monero2019-04-171-2/+0
* | | | | | | wallet_rpc_server: fix get_bulk_payments with short payment idsmoneromooo-monero2019-07-091-0/+5
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #5561Riccardo Spagni2019-06-012-52/+10
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix allow any cert mode in wallet rpc when configured over rpcLee Clagett2019-05-221-1/+5
| * | | | | Add ssl_options support to monerod's rpc mode.Lee Clagett2019-05-221-50/+1
| * | | | | Fix configuration bug; wallet2 --daemon-ssl-allow-any-cert now works.Lee Clagett2019-05-211-1/+4
* | | | | | wallet: add unlock_time details to show_transfersmoneromooo-monero2019-05-163-4/+4
|/ / / / /
* | | | | Merge pull request #5538luigi11112019-05-142-2/+2
|\ \ \ \ \
| * | | | | wallet: fix certificate fingerprint length checkmoneromooo-monero2019-05-112-2/+2
* | | | | | wallet_rpc_server: use original addresses in destinations in get_transfersmoneromooo-monero2019-05-101-1/+9
|/ / / / /
* | | | | Merge pull request #5508Riccardo Spagni2019-05-071-4/+2
|\ \ \ \ \
| * | | | | wallet2: reject standalone short payment IDs in monero: URI APImoneromooo-monero2019-05-011-4/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #5503Riccardo Spagni2019-05-071-4/+4
|\ \ \ \ \
| * | | | | wallet_rpc_server: reject standalone short payment id in address bookmoneromooo-monero2019-04-301-4/+4
| |/ / / /