j-berman
6f2aafdd6c
Fix behavior when switching nodes
...
- Improved synchronization when switching nodes
- Avoid infinite "Connecting" loop
- Pause refresh loop while switching, don't start until connected
2022-09-21 21:56:55 -06:00
selsta
fc261502d1
libwalletqt: refresh once on wallet opening
...
Co-authored-by: tobtoht <thotbot@protonmail.com>
2022-08-06 21:58:21 +02:00
selsta
6e0b5e2be5
libwallet: add scanTransactions function
2022-05-28 03:15:18 +02:00
selsta
119deb4e82
libwalletqt: fix typo in type
2022-03-04 01:55:04 +01:00
reemuru
0f67580e8f
Advanced: ReserveProof: Add support for reserve proof
...
This change adds the ability to prove and check a reserve proof
to this existing "Prove/check" advanced menu. If the amount line has
a valid amount less than that of the current account index this input
will drive the logic for generating a reserve proof. Checking a reserve
proof is accomplished by validating the address and verifying that
signature.indexOf("ReserveProofV") === 0. The result displays the total
and spent amount of the proof.
2022-01-20 20:21:11 -05:00
luigi1111
96762ebf09
Merge pull request #3687
...
f327d20
qml: use libwalletqt make_uri function (selsta)
dcc16a4
libwalletqt: add make_uri function (selsta)
2021-09-09 16:54:36 -04:00
luigi1111
edb0358916
Merge pull request #3572
...
544cff7
TransactionHistory: add description to csv export (selsta)
57c2052
TransactionInfo: add isCoinbase and description (selsta)
2021-09-05 12:58:39 -04:00
luigi1111
35aee155d7
Merge pull request #3435
...
36940f0
Transfer: add support for outputs import / export (selsta)
e36b166
Wallet: import / export output function (tobtoht)
2021-09-05 12:54:13 -04:00
luigi1111
d93af5a469
Merge pull request #3282
...
6dd7445
Transfer: export all key images by default (benevanoff)
2021-09-05 12:51:53 -04:00
luigi1111
051282931a
Merge pull request #3096
...
AddressBook: description edits, remove hack (selsta)
2021-09-05 12:50:30 -04:00
selsta
dcc16a44be
libwalletqt: add make_uri function
2021-09-05 05:52:53 +02:00
tobtoht
e36b166edd
Wallet: import / export output function
2021-09-03 05:36:58 +02:00
selsta
544cff7dc1
TransactionHistory: add description to csv export
2021-08-31 05:50:54 +02:00
selsta
99ad8ef1ba
AddressBook: description edits, remove hack
...
Co-authored-by: dsc <dsc@xmr.pm>
2021-08-31 05:26:49 +02:00
rating89us
946fa538b9
Receive: implement payment request
2021-08-19 17:13:57 +02:00
selsta
3d6e9ce571
cmake: remove unnecessary file globbing
2021-07-10 23:58:25 +02:00
luigi1111
a278781abf
Merge pull request #3562
...
6610f6f
cmake: fix compilation with zxcvbn, always enable (selsta)
2021-07-06 11:44:20 -04:00
selsta
57c205206c
TransactionInfo: add isCoinbase and description
2021-06-18 03:34:47 +02:00
selsta
c15c5b5227
TransactionHistory: use displayAmount for amount
2021-06-18 02:08:37 +02:00
selsta
6610f6f2da
cmake: fix compilation with zxcvbn, always enable
2021-06-14 21:47:54 +02:00
luigi1111
adc7c02782
Merge pull request #3439
...
51ece5f
Wallet: drop unused paymentId property (xiphon)
2021-04-29 14:12:31 -04:00
luigi1111
578324348d
Merge pull request #3436
...
14b1476
History: cleanup unused lookupPaymentID function (selsta)
2021-04-29 14:10:53 -04:00
xiphon
51ece5fd00
Wallet: drop unused paymentId property
2021-04-25 00:05:35 +00:00
luigi1111
d2fc4e60c6
Merge pull request #3431
...
4e67cd0
Wallet: omit redundant 'delete' on destruction (xiphon)
2021-04-24 16:17:06 -04:00
selsta
14b1476786
History: cleanup unused lookupPaymentID function
2021-04-24 07:25:05 +02:00
xiphon
4e67cd0014
Wallet: omit redundant 'delete' on destruction
2021-04-22 23:08:41 +00:00
selsta
becc74714b
WalletManager: support kdf round in device wallet restore
2021-04-20 21:44:23 +02:00
selsta
f53af12e02
Wallet: fix transfer with Qt 5.12
2021-04-13 07:27:05 +02:00
xiphon
92a2ae1a11
TxConfirmationDialog: implement multiple recipients support, layout fixes
2021-03-03 00:53:51 +00:00
luigi1111
8b8948954d
Merge pull request #3327
...
b20b956
Wallet: estimateTransactionFeeAsync - multi dest support (xiphon)
2021-02-18 15:01:14 -05:00
xiphon
b20b956e15
Wallet: estimateTransactionFeeAsync - multi dest support
2021-02-04 11:32:30 +00:00
xiphon
04d5fa51cf
Wallet: refactor createTransaction
2021-01-25 11:57:49 +00:00
xiphon
93b22311e3
Subaddress: log account subaddresses refresh error
2021-01-14 08:19:13 +00:00
benevanoff
6dd7445938
Transfer: export all key images by default
2020-12-25 02:16:15 -06:00
xiphon
cebb78979c
Wallet: fix initialization flag handling
2020-12-12 11:22:52 +00:00
Alexander Blair
a165a14519
Merge pull request #3181
...
6ee5effc
Wallet: fix different signedness comparison (-Werror=sign-compare) (xiphon)
2020-10-19 00:14:12 -07:00
xiphon
6ee5effc15
Wallet: fix different signedness comparison (-Werror=sign-compare)
...
Co-authored-by: Bertrand Jacquin <bertrand@jacquin.bzh>
2020-10-18 20:58:40 +00:00
xiphon
b932df85fd
Wallet: interrupt refresh thread on wallet close
2020-10-17 02:58:23 +00:00
xiphon
39d9d7d071
Wallet: rework wallet refreshing
2020-10-09 14:11:05 +00:00
selsta
b12ec3b0f0
QR-Code-generator: remove from repo, use monero qrcodegen
2020-09-25 01:37:29 +02:00
xiphon
5ea99a73e7
Wallet: WalletManager: implement proxy support
2020-07-30 21:37:09 +00:00
xiphon
dcc040a119
WalletManager: instantiable QML type
2020-07-29 15:17:02 +00:00
xiphon
99907e539a
WalletManager: parse_uri_to_object extra parameters support
2020-07-16 17:28:00 +00:00
xiphon
2fd3974194
WalletManager: displayAmount should be static
2020-07-14 17:10:25 +00:00
rating89us
9dd3f4fecb
add isTrezor() function
2020-05-13 13:22:49 +02:00
Dusan Klinec
86d21a34ba
trezor: support new passphrase entry mechanism
...
- passphrase can be prompted also when wallet is running (thus added to the wallet listener)
- device/host decision is now made on the host
2020-05-08 18:40:17 +02:00
xiphon
cfdba59584
Wallet: implement async wallet storing
2020-04-28 20:36:22 +00:00
luigi1111
1b7844ec34
Merge pull request #2854
...
a99eef6
always use native directory separators in paths (xiphon)
2020-04-28 15:16:57 -05:00
luigi1111
286c75aa5b
Merge pull request #2850
...
9b98e0a
checkUpates: installer support (Win), use GUI buildTag and version (xiphon)
2020-04-28 15:14:40 -05:00
selsta
02eec351b9
src: fix qt 5.15 warnings
2020-04-28 19:00:53 +02:00