moneromooo-monero
59a63e7725
Fix blackball section to conform to format change
2018-09-30 12:02:56 +01:00
stoffu
9bb6a25f31
Add support for creating hardware wallet
2018-08-24 12:54:43 +09:00
MaxXor
5e4bc36fc3
Fix return value when deleting an addressbook entry
2018-07-28 07:47:16 -04:00
cryptochangements34
da93fc4a86
export/import key images
2018-05-14 17:43:52 -04:00
pazos
92582a9785
delete unused WalletManager functions
2018-05-08 18:14:00 +02:00
pazos
341ac18f1a
log qt/qml to easylogging, add --log-file cmdline option
2018-05-08 18:13:29 +02:00
moneromooo-monero
6ef2a8e21d
Wallet: fix listener leak
2018-04-04 16:59:45 +01:00
moneromooo-monero
22a1114501
Add segregation key reuse mitigation options
2018-03-26 20:57:33 +01:00
moneromooo-monero
65ea07af61
Add a shared ringdb management page - rings and blackballed outputs
2018-03-26 20:57:33 +01:00
stoffu
c8f0cf3543
Stagenet
2018-03-14 23:26:25 +09:00
luigi1111
56f6c0a48b
Merge pull request #1153
...
c853888
WalletManager: add logging API from QML
2018-03-13 17:26:44 -04:00
luigi1111
92a62da383
Merge pull request #1075
...
08beb71
Store wallet log in ~/Library/Logs/ in macOS
2018-03-13 17:03:58 -04:00
luigi1111
689123fa95
Merge pull request #1015
...
da32161
Use wallet2_api isAddressLocal utils method for isDaemonLocal check
2018-03-13 16:14:08 -04:00
luigi1111
2deff0611d
Merge pull request #1091
...
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 )
2018-03-06 12:24:20 -05:00
moneromooo-monero
c85388815b
WalletManager: add logging API from QML
...
requires #3345
2018-03-04 18:22:40 +00:00
Miguel Herranz
08beb71cca
Store wallet log in ~/Library/Logs/ in macOS
...
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.
2018-01-31 00:08:27 +01:00
stoffu
fd1f4bf628
Bootstrap daemon (requires #3165 )
2018-01-30 07:45:11 +09:00
Neozaru
2061bc5212
UnsignedTransaction: Removing the Priority enum accordingly to libwalletapi update
2018-01-29 12:30:46 +01:00
luigi1111
629f460eb6
Merge pull request #1065
...
fdd528b
Update copyright for 2018
2018-01-26 14:33:47 -05:00
kenshi84
cee0474e37
Subaddresses minimal version: supports default account only
2018-01-13 14:37:07 +09:00
xmr-eric
fdd528b99e
Update copyright for 2018
2018-01-08 12:51:26 -05:00
MoroccanMalinois
83efc3893b
Android: Disable password strength meter
2017-12-24 01:32:18 +00:00
luigi1111
fbd508781e
Merge pull request #967
...
5cda1f5
Spend proof
2017-12-17 12:24:35 -06:00
Tim L
da3216156d
Use wallet2_api isAddressLocal utils method for isDaemonLocal check
2017-12-11 16:44:01 -05:00
User
77bcdf9434
replace wallet/wallet2_api.h with wallet/api/wallet2_api.h to compile
2017-12-08 02:29:28 -05:00
stoffu
5cda1f5ac1
Spend proof
2017-11-30 08:36:28 +09:00
stoffu
d8f3a52378
Bugfix with tx proof + update
2017-11-26 11:46:41 +09:00
stoffu
d79fe0f457
Tx proof
2017-11-20 14:34:48 +09:00
Jaquee
c72207c2e2
transactionInfo: use empty str when fee=0
2017-11-01 17:02:44 +01:00
Jaquee
8553771f89
add localDaemonSynced()
2017-11-01 17:02:44 +01:00
Jaquee
d78f9f5e70
delete addressbook in wallet destructor
2017-11-01 17:02:44 +01:00
Jaquee
77335b300a
QrCodeScanner: parse extra parameters
2017-11-01 17:02:44 +01:00
luigi1111
05844b0a29
Merge pull request #911
...
913ef54
Store cache on exit
2017-10-31 15:32:00 -05:00
Jaquee
d8ebafaec0
show correct height after switching wallets
...
requires #2724
2017-10-24 19:13:28 +02:00
Jaquee
8f73bac95c
add option to change wallet creation height and rescan wallet cache
2017-10-23 18:16:27 -05:00
Jaquee
0ae04fde4b
use 10 as default required confirmations
2017-10-23 21:24:50 +02:00
Jaquee
913ef54c22
Store cache on exit
2017-10-22 16:15:14 +02:00
Jaquee
31f318aaea
add wallet creation height getter
2017-08-24 11:31:06 +02:00
Jaquee
94c92ba73c
add daemon/wallet log path getters
2017-08-24 11:30:50 +02:00
Riccardo Spagni
c29ccc13ae
Merge pull request #808
...
3f7e3ba
check updates async (Jaquee)
2017-08-23 21:23:13 +02:00
Jaquee
3f7e3ba3c4
check updates async
2017-08-06 00:10:59 +02:00
Jaquee
a7f52db613
History: Support coinbase txs
...
requires #2247
2017-08-03 21:43:01 +02:00
Jaquee
9037eed805
DaemonManager: support dataDir parameter + validator
2017-06-02 23:39:30 +02:00
Riccardo Spagni
f5450f9205
Merge pull request #706
...
f00a181
Disable rescan cache btn until we know if it's needed (Jaquee)
98b0406
Settings: Rescan wallet cache button (Jaquee)
2017-05-05 11:50:43 +02:00
Riccardo Spagni
58f24efd39
Merge pull request #702
...
f31b27d
add wallet view/spend keys to seed dialog requires #2012 (Jaquee)
2017-05-05 11:48:03 +02:00
Jaquee
98b040670c
Settings: Rescan wallet cache button
2017-05-03 14:37:33 +02:00
Jaquee
f31b27d3fd
add wallet view/spend keys to seed dialog
...
requires #2012
2017-05-03 11:14:57 +02:00
Jaquee
1e7fbe5cb0
DaemonManager: fix issues with spaces in path
2017-04-12 20:23:11 +02:00
Riccardo Spagni
508b512c45
Merge pull request #616
...
716010a
README: QtMultimedia dependency optional (MoroccanMalinois)
fb3a618
Make QtMultimedia dependency optional (MoroccanMalinois)
2017-03-27 21:23:21 +02:00
MoroccanMalinois
fb3a6182fc
Make QtMultimedia dependency optional
2017-03-27 17:39:47 +00:00