aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1218Riccardo Spagni2016-10-224-44/+135
|\
| * ringct: thread verRct and verRctSimplemoneromooo-monero2016-10-151-17/+119
| * ringct: remove unneeded type conversionsmoneromooo-monero2016-10-152-3/+3
| * ringct: reserve space in vectors to avoid excessive reallocationmoneromooo-monero2016-10-151-0/+2
| * ringct: avoid unnecessary memcpymoneromooo-monero2016-10-151-16/+3
| * ringct: add a few consts where possiblemoneromooo-monero2016-10-151-4/+4
| * ringct: pass vectors by const ref where possiblemoneromooo-monero2016-10-152-4/+4
* | Merge pull request #1216Riccardo Spagni2016-10-221-1/+1
|\ \
| * | Change default dust threshold to equal fee per kbAwfulCrawler2016-10-121-1/+1
| |/
* | Merge pull request #1200Riccardo Spagni2016-10-222-54/+67
|\ \
| * | Rewrote add_wallet_create_if_needed for clearer flow and behaviourNanoAkron2016-10-152-54/+67
* | | Merge pull request #1215Riccardo Spagni2016-10-182-2/+2
|\ \ \
| * | | patched parameter type bug that was causing failure on 32 bitDion Ahmetaj2016-10-142-2/+2
| | |/ | |/|
* / | wallet: select part of the fake outs from recent outputsmoneromooo-monero2016-10-159-32/+92
|/ /
* | Merge pull request #1203Riccardo Spagni2016-10-116-1/+154
|\ \
| * | Add performance timers for ringct tx verificationmoneromooo-monero2016-10-103-0/+12
| * | perf_timer: new class and macros to make performance logs easiermoneromooo-monero2016-10-103-1/+142
* | | Merge pull request #1204Riccardo Spagni2016-10-1110-1/+138
|\ \ \ | |/ / |/| |
| * | print_coinbase_tx_sum now breaks output into fee and emission componentsDion Ahmetaj2016-10-105-10/+30
| * | changed params from start/end index to height/countDion Ahmetaj2016-10-1010-27/+27
| * | attempted to remove whitespace spamDion Ahmetaj2016-10-109-108/+108
| * | added print_coinbase_tx_sum optionDion Ahmetaj2016-10-1010-110/+227
* | | Wallet API: added setRecoveringFromSeed();Jacob Brydolf2016-10-103-0/+12
* | | Merge pull request #1195Riccardo Spagni2016-10-095-19/+68
|\ \ \
| * | | libwallet_api: reverted deleted curly braceIlya Kitaev2016-10-071-0/+1
| * | | resolved conflict with 'develop' of https://github.com/mbg033/moneroIlya Kitaev2016-10-071-3/+0
| |\ \ \
| | * | | libwallet_api: fixes for transaction historyIlya Kitaev2016-10-041-3/+13
| * | | | libwallet_api: do not signal on sent/received tx until wallet completelyIlya Kitaev2016-10-073-6/+31
| * | | | libwallet_api: TransactionHistory: read/write syncchronizationIlya Kitaev2016-10-062-14/+21
| * | | | libwallet_api: some renamingsIlya Kitaev2016-10-063-3/+3
| * | | | Initialize transaction history if emptyIlya Kitaev2016-10-063-2/+11
| * | | | libwallet_api: fixes for transaction historyIlya Kitaev2016-10-061-3/+13
| | |_|/ | |/| |
* | | | Merge pull request #1194Riccardo Spagni2016-10-094-8/+5
|\ \ \ \
| * | | | ringct: use const refs as parameters where appropriatemoneromooo-monero2016-10-083-5/+5
| * | | | core: remove some unused codemoneromooo-monero2016-10-081-3/+0
| |/ / /
* | | | Merge pull request #1192Riccardo Spagni2016-10-095-3/+20
|\ \ \ \
| * | | | libwallet_api: Added option to restore from specific heightJacob Brydolf2016-10-085-3/+20
| | |_|/ | |/| |
* | | | Merge pull request #1191Riccardo Spagni2016-10-091-4/+7
|\ \ \ \ | |/ / / |/| | |
| * | | wallet: do not announce pool txes as money spent/received (yet)moneromooo-monero2016-10-071-4/+7
* | | | Merge pull request #1121Riccardo Spagni2016-10-072-222/+31
|\ \ \ \ | |/ / / |/| | |
| * | | wallet: better implementation of sweep_unmixablemoneromooo-monero2016-10-042-222/+31
| |/ /
* / / simplewallet: add mixin and payment id to sweep_all helpmoneromooo-monero2016-10-041-1/+1
|/ /
* | Fix build after spelling corrections in core_rpc_serverJacob Brydolf2016-10-041-2/+2
* | Merge pull request #1179Riccardo Spagni2016-10-042-0/+254
|\ \
| * | Fix description for locked_transferOyvind Kvanes2016-10-041-1/+1
| * | Rename to lockblocks and add max valueOyvind Kvanes2016-10-041-45/+30
| * | Fix locked_transferOyvind Kvanes2016-09-281-6/+3
| * | Add locked_transferOyvind Kvanes2016-09-281-87/+83
| * | Revert transfer_main in simplewalletOyvind Kvanes2016-09-282-22/+279
| * | Add motifications to test out locked_transferOyvind Kvanes2016-09-281-6/+18