aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1768luigi11112018-12-012-2/+28
|\ | | | | | | 02134c4 transfer: paste Payment URL to fill the payment form fields (xiphon)
| * transfer: paste Payment URL to fill the payment form fieldsxiphon2018-11-302-2/+28
| |
* | Allow adjusting number of rounds for the key derivation functionstoffu2018-11-302-16/+17
|/
* Add border to generated QR codesGuillaume LE VAILLANT2018-10-141-5/+14
|
* Fix blackball section to conform to format changemoneromooo-monero2018-09-302-9/+7
|
* Add support for creating hardware walletstoffu2018-08-244-5/+31
|
* Fix return value when deleting an addressbook entryMaxXor2018-07-281-1/+1
|
* export/import key imagescryptochangements342018-05-142-0/+14
|
* delete unused WalletManager functionspazos2018-05-082-25/+0
|
* log qt/qml to easylogging, add --log-file cmdline optionpazos2018-05-082-12/+0
|
* Wallet: fix listener leakmoneromooo-monero2018-04-042-1/+5
|
* Add segregation key reuse mitigation optionsmoneromooo-monero2018-03-262-0/+20
|
* Add a shared ringdb management page - rings and blackballed outputsmoneromooo-monero2018-03-262-0/+108
|
* Stagenetstoffu2018-03-147-61/+81
|
* Merge pull request #1153luigi11112018-03-132-0/+25
|\ | | | | | | c853888 WalletManager: add logging API from QML
| * WalletManager: add logging API from QMLmoneromooo-monero2018-03-042-0/+25
| | | | | | | | requires #3345
* | Merge pull request #1075luigi11112018-03-131-1/+7
|\ \ | | | | | | | | | 08beb71 Store wallet log in ~/Library/Logs/ in macOS
| * | Store wallet log in ~/Library/Logs/ in macOSMiguel Herranz2018-01-311-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | In macOS it is not usual to modify anything inside an application. If the user that runs the application doesn't have writing permissions the log will not be saved. This modifies the path to store them in macOS' standard location for application logs.
* | | Merge pull request #1015luigi11112018-03-132-0/+6
|\ \ \ | | | | | | | | | | | | da32161 Use wallet2_api isAddressLocal utils method for isDaemonLocal check
| * | | Use wallet2_api isAddressLocal utils method for isDaemonLocal checkTim L2017-12-112-0/+6
| | | |
* | | | Merge pull request #1091luigi11112018-03-062-2/+7
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | 89ec822 removed persistentSettings.startLocalNode as it's synonym for !persistentSettings.useRemoteNode af882e8 rectified visual switch between local node & remote node fd1f4bf Bootstrap daemon (requires #3165)
| * | | Bootstrap daemon (requires #3165)stoffu2018-01-302-2/+7
| | | |
* | | | UnsignedTransaction: Removing the Priority enum accordingly to libwalletapi ↵Neozaru2018-01-291-7/+0
|/ / / | | | | | | | | | update
* | | Merge pull request #1065luigi11112018-01-264-4/+4
|\ \ \ | | | | | | | | | | | | fdd528b Update copyright for 2018
| * | | Update copyright for 2018xmr-eric2018-01-084-4/+4
| | |/ | |/|
* / | Subaddresses minimal version: supports default account onlykenshi842018-01-1315-22/+483
|/ /
* | Android: Disable password strength meterMoroccanMalinois2017-12-242-0/+4
| |
* | Merge pull request #967luigi11112017-12-172-0/+18
|\ \ | |/ |/| | | 5cda1f5 Spend proof
| * Spend proofstoffu2017-11-302-0/+18
| |
* | replace wallet/wallet2_api.h with wallet/api/wallet2_api.h to compileUser2017-12-0811-11/+11
|/
* Bugfix with tx proof + updatestoffu2017-11-261-5/+4
|
* Tx proofstoffu2017-11-204-12/+33
|
* transactionInfo: use empty str when fee=0Jaquee2017-11-011-0/+2
|
* add localDaemonSynced()Jaquee2017-11-012-0/+6
|
* delete addressbook in wallet destructorJaquee2017-11-011-0/+2
|
* QrCodeScanner: parse extra parametersJaquee2017-11-014-6/+28
|
* Merge pull request #911luigi11112017-10-311-0/+6
|\ | | | | | | 913ef54 Store cache on exit
| * Store cache on exitJaquee2017-10-221-0/+6
| |
* | show correct height after switching walletsJaquee2017-10-241-0/+1
| | | | | | | | requires #2724
* | add option to change wallet creation height and rescan wallet cacheJaquee2017-10-232-1/+10
| |
* | use 10 as default required confirmationsJaquee2017-10-232-2/+3
|/
* add wallet creation height getterJaquee2017-08-241-0/+2
|
* add daemon/wallet log path gettersJaquee2017-08-242-0/+15
|
* Merge pull request #808Riccardo Spagni2017-08-232-0/+20
|\ | | | | | | 3f7e3ba check updates async (Jaquee)
| * check updates asyncJaquee2017-08-062-0/+20
| |
* | History: Support coinbase txsJaquee2017-08-035-2/+15
|/ | | | requires #2247
* DaemonManager: support dataDir parameter + validatorJaquee2017-06-022-2/+57
|
* Merge pull request #706Riccardo Spagni2017-05-052-0/+22
|\ | | | | | | | | f00a181 Disable rescan cache btn until we know if it's needed (Jaquee) 98b0406 Settings: Rescan wallet cache button (Jaquee)
| * Settings: Rescan wallet cache buttonJaquee2017-05-032-0/+22
| |
* | Merge pull request #702Riccardo Spagni2017-05-051-0/+10
|\ \ | | | | | | | | | f31b27d add wallet view/spend keys to seed dialog requires #2012 (Jaquee)