aboutsummaryrefslogtreecommitdiff
path: root/src/libwalletqt/Wallet.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4602tobtoht2026-06-171-1/+1
|\ | | | | | | | | | | 1627661 libwalletqt: capture background sync password by value (selsta) ACKs: plowsof
| * libwalletqt: capture background sync password by valueselsta2026-06-031-1/+1
| |
* | libwalletqt: start wallet refresh worker lazilyselsta2026-06-051-1/+14
|/
* Implement background sync when lockedj-berman2025-08-031-0/+63
|
* Update year in Cypyrightinson12024-01-271-1/+1
|
* remove output blackballingtobtoht2023-03-031-40/+0
|
* Fix behavior when switching nodesj-berman2022-09-211-8/+21
| | | | | | - Improved synchronization when switching nodes - Avoid infinite "Connecting" loop - Pause refresh loop while switching, don't start until connected
* libwalletqt: refresh once on wallet openingselsta2022-08-061-1/+4
| | | | Co-authored-by: tobtoht <thotbot@protonmail.com>
* libwallet: add scanTransactions functionselsta2022-05-281-0/+12
|
* libwalletqt: fix typo in typeselsta2022-03-041-2/+2
|
* Advanced: ReserveProof: Add support for reserve proofreemuru2022-01-201-0/+19
| | | | | | | | | | 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.
* Merge pull request #3687luigi11112021-09-091-0/+6
|\ | | | | | | | | f327d20 qml: use libwalletqt make_uri function (selsta) dcc16a4 libwalletqt: add make_uri function (selsta)
| * libwalletqt: add make_uri functionselsta2021-09-051-0/+6
| |
* | Merge pull request #3435luigi11112021-09-051-0/+8
|\ \ | | | | | | | | | | | | 36940f0 Transfer: add support for outputs import / export (selsta) e36b166 Wallet: import / export output function (tobtoht)
| * | Wallet: import / export output functiontobtoht2021-09-031-0/+8
| |/
* | Merge pull request #3282luigi11112021-09-051-2/+2
|\ \ | |/ |/| | | 6dd7445 Transfer: export all key images by default (benevanoff)
| * Transfer: export all key images by defaultbenevanoff2020-12-251-2/+2
| |
* | Merge pull request #3439luigi11112021-04-291-10/+0
|\ \ | | | | | | | | | 51ece5f Wallet: drop unused paymentId property (xiphon)
| * | Wallet: drop unused paymentId propertyxiphon2021-04-251-10/+0
| | |
* | | Wallet: omit redundant 'delete' on destructionxiphon2021-04-221-19/+4
|/ /
* | Wallet: fix transfer with Qt 5.12selsta2021-04-131-5/+9
| |
* | Merge pull request #3327luigi11112021-02-181-10/+25
|\ \ | | | | | | | | | b20b956 Wallet: estimateTransactionFeeAsync - multi dest support (xiphon)
| * | Wallet: estimateTransactionFeeAsync - multi dest supportxiphon2021-02-041-10/+25
| |/
* / Wallet: refactor createTransactionxiphon2021-01-251-15/+30
|/
* Wallet: fix initialization flag handlingxiphon2020-12-121-8/+21
|
* Merge pull request #3181Alexander Blair2020-10-191-5/+5
|\ | | | | | | 6ee5effc Wallet: fix different signedness comparison (-Werror=sign-compare) (xiphon)
| * Wallet: fix different signedness comparison (-Werror=sign-compare)xiphon2020-10-181-5/+5
| | | | | | | | Co-authored-by: Bertrand Jacquin <bertrand@jacquin.bzh>
* | Wallet: interrupt refresh thread on wallet closexiphon2020-10-171-0/+2
|/
* Wallet: rework wallet refreshingxiphon2020-10-091-28/+79
|
* Wallet: WalletManager: implement proxy supportxiphon2020-07-301-5/+48
|
* add isTrezor() functionrating89us2020-05-131-0/+5
|
* trezor: support new passphrase entry mechanismDusan Klinec2020-05-081-60/+13
| | | | | - passphrase can be prompted also when wallet is running (thus added to the wallet listener) - device/host decision is now made on the host
* Wallet: implement async wallet storingxiphon2020-04-281-3/+12
|
* always use native directory separators in pathsxiphon2020-04-241-1/+1
|
* Merge pull request #2739luigi11112020-04-131-0/+13
|\ | | | | | | b5fafb5 Transfer: display estimated transaction fee, requires #6302 (xiphon)
| * Transfer: display estimated transaction fee, requires #6302xiphon2020-02-161-0/+13
| |
* | fix multiple minor issues (c-style casts, default branch, etc.)xiphon2020-02-281-2/+2
| |
* | build: fix all warnings, treat warnings as errorsxiphon2020-02-161-9/+9
| |
* | Wallet: implement 'Connecting' status, add 'disconnected' propertyxiphon2020-01-281-11/+37
|/
* Account: update balance card labelselsta2019-12-201-0/+1
|
* Merge pull request #2626luigi11112019-12-191-0/+10
|\ | | | | | | a83adb7 Transfer: improve warning flow (tobtoht)
| * Transfer: improve warning flowthotbot2019-12-191-0/+10
| |
* | SubaddressAccount: drop useless getAll 'update' default argumentxiphon2019-12-161-1/+1
|/
* Wallet: persistent subaddress account selectionxiphon2019-12-031-0/+8
|
* fix invalid include paths, compilation warnings, update README.mdxiphon2019-09-021-4/+4
|
* Merge pull request #2353luigi11112019-08-271-0/+5
|\ | | | | | | 40bdf69 Ledger: improve hw wallet splash screen (selsta)
| * Ledger: improve hw wallet splash screenselsta2019-08-171-0/+5
| |
* | Merge pull request #2175luigi11112019-08-271-0/+9
|\ \ | |/ |/| | | ab47b4a Expose get/set attrs for wallet cache in libwalletqt, requires #5534 (xmrdsc)
| * Expose get/set attrs for wallet cache in libwalletqt, requires #5534dsc2019-05-251-0/+9
| |
* | Merge pull request #2336luigi11112019-08-141-5/+5
|\ \ | | | | | | | | | 30a3abe Wallet: explicitly set trusted daemon flag (xiphon)