aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
* node_rpc_proxy: add a proxy for target heightmoneromooo-monero2017-08-022-15/+47
* Merge pull request #2125Riccardo Spagni2017-07-032-3/+3
|\
| * Minor cleanup: tab vs. space + logs messagesbinaryFate2017-06-262-4/+4
* | Merge pull request #2124Riccardo Spagni2017-07-031-9/+17
|\ \
| * | wallet2: get current height from the daemon on creationmoneromooo-monero2017-06-261-5/+14
| * | wallet2: fix infinite loop on future refresh heightmoneromooo-monero2017-06-261-1/+1
| * | wallet: fix refresh_from_height setting on new walletmoneromooo-monero2017-06-261-3/+2
| |/
* | Merge pull request #2121Riccardo Spagni2017-07-032-0/+9
|\ \
| * | Fix #2120: return per-tx amount in transfer_split RPC call.binaryFate2017-06-262-0/+9
| |/
* / Fix on_transfer RPC incorrect logging infoMike C2017-06-231-1/+1
|/
* Merge pull request #2087Riccardo Spagni2017-06-181-1/+1
|\
| * wallet_api: fix missing transaction parameter in callbackmoneromooo-monero2017-06-131-1/+1
* | Prevent crash if performing certain actions before wallet is initializedRobby Weinberg2017-06-033-2/+17
|/
* Merge pull request #2058Riccardo Spagni2017-06-011-4/+4
|\
| * fix get_upper_transaction renameschnerchi2017-05-311-4/+4
* | Merge pull request #2042Riccardo Spagni2017-05-301-1/+2
|\ \
| * | Wallet API: Set seed lang when recovering form keysJaquee2017-05-231-1/+2
* | | Merge pull request #2039Riccardo Spagni2017-05-301-2/+2
|\ \ \
| * | | changed crypto to cncrypto so it generated libcncryptoGentian2017-05-231-2/+2
| |/ /
* | | Merge pull request #2036Riccardo Spagni2017-05-301-0/+4
|\ \ \ | |_|/ |/| |
| * | wallet2: check key image validity domain in import_key_imagesmoneromooo-monero2017-05-181-0/+4
| |/
* | Merge pull request #2022Riccardo Spagni2017-05-302-4/+4
|\ \
| * | Correct spelling of 'get_upper_transaction_size_limit'Nano Akron2017-05-092-3/+3
| * | Remove the 1.25x multiplier in max transaction size in just the walletNano Akron2017-05-091-1/+1
| |/
* | Merge pull request #2020Riccardo Spagni2017-05-301-0/+3
|\ \
| * | wallet fix: ensure iterator to be validstoffu2017-05-091-0/+3
| |/
* | node_rpc_proxy: fix earliest fork height query for unknown forksmoneromooo-monero2017-05-261-1/+1
* | wallet2: fix sweep_unmixable assuming wrong minimum mixin at v5moneromooo-monero2017-05-071-2/+2
|/
* Merge pull request #2012Riccardo Spagni2017-05-053-5/+41
|\
| * Wallet API: add spend/view key gettersJaquee2017-05-023-5/+41
* | wallet: add sweep_below functionmoneromooo-monero2017-04-245-8/+13
* | Merge pull request #1996Riccardo Spagni2017-04-241-3/+3
|\ \
| * | wallet2: refer to triangular distribution for recent zone in commentmoneromooo-monero2017-04-221-1/+1
| * | wallet2: bias fake outs more towards recent outputsmoneromooo-monero2017-04-221-2/+2
* | | Merge pull request #1989Riccardo Spagni2017-04-241-1/+1
|\ \ \
| * | | wallet2: fix removal of wrong txes from unconfirmed_paymentsmoneromooo-monero2017-04-171-1/+1
| |/ /
* | | Merge pull request #1976Riccardo Spagni2017-04-241-3/+5
|\ \ \
| * | | wallet2: fix --generate-from-json in RPC modemoneromooo-monero2017-04-141-3/+5
| |/ /
* | | Merge pull request #1961Riccardo Spagni2017-04-241-8/+20
|\ \ \
| * | | wallet2: fix spurious output splitting when not merging destinationsmoneromooo-monero2017-04-081-8/+20
| | |/ | |/|
* | | Merge pull request #1959Riccardo Spagni2017-04-241-1/+1
|\ \ \
| * | | wallet2: mention escaping/quoting --password in help stringmoneromooo-monero2017-04-061-1/+1
| |/ /
* | / Resolve #92 add ability to create wallets thru RPCHoward Chu2017-04-116-97/+407
| |/ |/|
* | Merge pull request #1951Riccardo Spagni2017-04-111-4/+10
|\ \
| * | Wallet API: fix Cold signing split txJaquee2017-04-021-4/+10
| |/
* | Merge pull request #1950Riccardo Spagni2017-04-111-1/+6
|\ \
| * | IOS CMAKE build settingsJaquee2017-04-031-1/+6
| |/
* / wallet2: do not go over the target tx size if many destinationsmoneromooo-monero2017-04-021-12/+12
|/
* wallet: option to merge destinationsmoneromooo-monero2017-03-252-6/+15
* wallet: try to save large outputs when using an unneeded second inputmoneromooo-monero2017-03-242-3/+39