luigi1111
b963028f10
Merge pull request #2626
...
a83adb7
Transfer: improve warning flow (tobtoht)
2019-12-19 19:45:33 -05:00
thotbot
a83adb70ad
Transfer: improve warning flow
2019-12-19 00:16:00 +00:00
xiphon
c9900c05b2
SubaddressAccount: drop useless getAll 'update' default argument
2019-12-16 14:35:50 +00:00
xiphon
646d3394d3
Wallet: persistent subaddress account selection
2019-12-03 12:39:34 +00:00
xiphon
3a33ddeecd
fix invalid include paths, compilation warnings, update README.md
2019-09-02 20:01:28 +00:00
luigi1111
17c61f897a
Merge pull request #2353
...
40bdf69
Ledger: improve hw wallet splash screen (selsta)
2019-08-27 14:55:15 -05:00
luigi1111
355cccaa64
Merge pull request #2175
...
ab47b4a
Expose get/set attrs for wallet cache in libwalletqt, requires #5534 (xmrdsc)
2019-08-27 14:52:17 -05:00
selsta
40bdf692d1
Ledger: improve hw wallet splash screen
2019-08-17 01:05:22 +02:00
luigi1111
1ca10373a3
Merge pull request #2336
...
30a3abe
Wallet: explicitly set trusted daemon flag (xiphon)
2019-08-14 15:40:33 -05:00
xiphon
30a3abedbe
Wallet: explicitly set trusted daemon flag
2019-08-07 06:43:18 +00:00
luigi1111
5f8cb04fee
Merge pull request #2221
...
2d72f55
device: show address on device display (ph4r05)
2019-08-06 15:01:48 -05:00
Dusan Klinec
2d72f55e57
device: show address on device display
2019-07-15 17:54:50 +02:00
Dusan Klinec
4b0d1dcfbf
Fixes #2275 , transactionCommited txid list
...
txid list was empty when emitted
2019-07-15 16:17:21 +02:00
xiphon
be7810c5a8
qt: implement FutureScheduler, always await async code to complete
2019-06-24 20:09:50 +00:00
Dusan Klinec
6d03d63c88
get_tx_key, get_tx_proof, tx_spend_proof async
2019-06-20 14:57:10 +02:00
xiphon
2524cc179e
Wallet: async fetching wallet, daemon and target height
2019-06-13 12:33:05 +00:00
dsc
ab47b4a783
Expose get/set attrs for wallet cache in libwalletqt, requires #5534
2019-05-25 22:38:38 +02:00
luigi1111
abf823e38d
Merge pull request #2147
...
c88bb60
transaction: async commit (ph4r05)
2019-05-10 13:01:29 -05:00
Dusan Klinec
c88bb60135
transaction: async commit
...
Addresses #2123 , reduces UI freezing on long-lasting operation, improves Trezor experience
2019-05-02 16:19:22 +02:00
mmbyday
c840549db5
Add copyright headers
2019-05-01 13:53:04 -07:00
Dusan Klinec
1a2675b246
async device open and create from device, passphrase
...
- passphrase entry on host added, requires early listener setting monero pull #5355
- wallet open and create from device shows splash to indicate possible long process
- create from device is async to support passphrase entry
2019-04-06 14:52:14 +02:00
selsta
bd809abc52
add account support
...
Co-authored-by: kenshi84 <kenshi84@protonmail.ch>
2019-01-22 23:07:30 +01:00
selsta
aa82615374
merchant: fix payment tracker sorting
...
If the History page wasn't opened once
before opening the Merchant page,
sorting was messed up.
2019-01-10 11:19:16 +01:00
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
cryptochangements34
da93fc4a86
export/import key images
2018-05-14 17:43:52 -04: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
92a62da383
Merge pull request #1075
...
08beb71
Store wallet log in ~/Library/Logs/ in macOS
2018-03-13 17:03:58 -04: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
kenshi84
cee0474e37
Subaddresses minimal version: supports default account only
2018-01-13 14:37:07 +09:00
luigi1111
fbd508781e
Merge pull request #967
...
5cda1f5
Spend proof
2017-12-17 12:24:35 -06: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
d78f9f5e70
delete addressbook in wallet destructor
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
913ef54c22
Store cache on exit
2017-10-22 16:15:14 +02:00
Jaquee
94c92ba73c
add daemon/wallet log path getters
2017-08-24 11:30:50 +02:00
Jaquee
d730766479
useForkRules() - Catch no connection error
2017-03-26 19:02:18 +02:00
Jaquee
9c4c34d502
Use new fee multipliers after v5 fork
...
requires #1915
2017-03-24 10:12:14 +01:00
Riccardo Spagni
5b1588b077
Merge pull request #494
...
00aa231
Daemon rpc login support requires #1803 (Jaquee)
2017-03-03 16:14:33 +02:00
Riccardo Spagni
75bb620cb6
Merge pull request #492
...
8021037
pause refresh while starting daemon + startup timeout (Jaquee)
df60c81
add start/pauseRefresh() (Jaquee)
2ed59f4
Daemon manager improvements (Jaquee)
2017-02-27 22:29:33 +02:00
Riccardo Spagni
3f0f942779
Merge pull request #490
...
53c86ad
remove undefined variable error (Jaquee)
023d96b
avoid dangling pointers in destructor (Jaquee)
2017-02-27 22:28:47 +02:00