| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | libwalletqt: start wallet refresh worker lazily | selsta | 2026-06-05 | 1 | -0/+1 |
| | | |||||
| * | Implement background sync when locked | j-berman | 2025-08-03 | 1 | -0/+22 |
| | | |||||
| * | Update year in Cypyright | inson1 | 2024-01-27 | 1 | -1/+1 |
| | | |||||
| * | remove output blackballing | tobtoht | 2023-03-03 | 1 | -6/+0 |
| | | |||||
| * | Fix behavior when switching nodes | j-berman | 2022-09-21 | 1 | -0/+1 |
| | | | | | | | - Improved synchronization when switching nodes - Avoid infinite "Connecting" loop - Pause refresh loop while switching, don't start until connected | ||||
| * | libwalletqt: refresh once on wallet opening | selsta | 2022-08-06 | 1 | -0/+1 |
| | | | | | Co-authored-by: tobtoht <thotbot@protonmail.com> | ||||
| * | libwallet: add scanTransactions function | selsta | 2022-05-28 | 1 | -0/+3 |
| | | |||||
| * | Advanced: ReserveProof: Add support for reserve proof | reemuru | 2022-01-20 | 1 | -0/+2 |
| | | | | | | | | | | | 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 #3687 | luigi1111 | 2021-09-09 | 1 | -0/+2 |
| |\ | | | | | | | | | f327d20 qml: use libwalletqt make_uri function (selsta) dcc16a4 libwalletqt: add make_uri function (selsta) | ||||
| | * | libwalletqt: add make_uri function | selsta | 2021-09-05 | 1 | -0/+2 |
| | | | |||||
| * | | Merge pull request #3435 | luigi1111 | 2021-09-05 | 1 | -0/+4 |
| |\ \ | | | | | | | | | | | | | 36940f0 Transfer: add support for outputs import / export (selsta) e36b166 Wallet: import / export output function (tobtoht) | ||||
| | * | | Wallet: import / export output function | tobtoht | 2021-09-03 | 1 | -0/+4 |
| | |/ | |||||
| * | | Merge pull request #3282 | luigi1111 | 2021-09-05 | 1 | -1/+1 |
| |\ \ | |/ |/| | | | 6dd7445 Transfer: export all key images by default (benevanoff) | ||||
| | * | Transfer: export all key images by default | benevanoff | 2020-12-25 | 1 | -1/+1 |
| | | | |||||
| * | | Wallet: drop unused paymentId property | xiphon | 2021-04-25 | 1 | -7/+0 |
| | | | |||||
| * | | Wallet: fix transfer with Qt 5.12 | selsta | 2021-04-13 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #3327 | luigi1111 | 2021-02-18 | 1 | -4/+5 |
| |\ \ | | | | | | | | | | b20b956 Wallet: estimateTransactionFeeAsync - multi dest support (xiphon) | ||||
| | * | | Wallet: estimateTransactionFeeAsync - multi dest support | xiphon | 2021-02-04 | 1 | -4/+5 |
| | |/ | |||||
| * / | Wallet: refactor createTransaction | xiphon | 2021-01-25 | 1 | -9/+18 |
| |/ | |||||
| * | Wallet: fix initialization flag handling | xiphon | 2020-12-12 | 1 | -1/+3 |
| | | |||||
| * | Wallet: rework wallet refreshing | xiphon | 2020-10-09 | 1 | -13/+11 |
| | | |||||
| * | Wallet: WalletManager: implement proxy support | xiphon | 2020-07-30 | 1 | -2/+22 |
| | | |||||
| * | add isTrezor() function | rating89us | 2020-05-13 | 1 | -0/+1 |
| | | |||||
| * | trezor: support new passphrase entry mechanism | Dusan Klinec | 2020-05-08 | 1 | -2/+9 |
| | | | | | | - 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 storing | xiphon | 2020-04-28 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #2739 | luigi1111 | 2020-04-13 | 1 | -0/+5 |
| |\ | | | | | | | b5fafb5 Transfer: display estimated transaction fee, requires #6302 (xiphon) | ||||
| | * | Transfer: display estimated transaction fee, requires #6302 | xiphon | 2020-02-16 | 1 | -0/+5 |
| | | | |||||
| * | | Merge pull request #2776 | luigi1111 | 2020-02-19 | 1 | -5/+5 |
| |\ \ | | | | | | | | | | 98abdaa build: fix all warnings, treat warnings as errors (xiphon) | ||||
| | * | | build: fix all warnings, treat warnings as errors | xiphon | 2020-02-16 | 1 | -5/+5 |
| | | | | |||||
| * | | | History: display Address Book names for known destination addresses | xiphon | 2020-02-15 | 1 | -1/+2 |
| |/ / | |||||
| * / | Wallet: implement 'Connecting' status, add 'disconnected' property | xiphon | 2020-01-28 | 1 | -1/+8 |
| |/ | |||||
| * | Transfer: improve warning flow | thotbot | 2019-12-19 | 1 | -0/+2 |
| | | |||||
| * | Wallet: persistent subaddress account selection | xiphon | 2019-12-03 | 1 | -1/+2 |
| | | |||||
| * | fix invalid include paths, compilation warnings, update README.md | xiphon | 2019-09-02 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #2353 | luigi1111 | 2019-08-27 | 1 | -0/+1 |
| |\ | | | | | | | 40bdf69 Ledger: improve hw wallet splash screen (selsta) | ||||
| | * | Ledger: improve hw wallet splash screen | selsta | 2019-08-17 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #2175 | luigi1111 | 2019-08-27 | 1 | -0/+4 |
| |\ \ | |/ |/| | | | ab47b4a Expose get/set attrs for wallet cache in libwalletqt, requires #5534 (xmrdsc) | ||||
| | * | Expose get/set attrs for wallet cache in libwalletqt, requires #5534 | dsc | 2019-05-25 | 1 | -0/+4 |
| | | | |||||
| * | | Merge pull request #2336 | luigi1111 | 2019-08-14 | 1 | -4/+4 |
| |\ \ | | | | | | | | | | 30a3abe Wallet: explicitly set trusted daemon flag (xiphon) | ||||
| | * | | Wallet: explicitly set trusted daemon flag | xiphon | 2019-08-07 | 1 | -4/+4 |
| | | | | |||||
| * | | | Merge pull request #2221 | luigi1111 | 2019-08-06 | 1 | -0/+5 |
| |\ \ \ | |/ / |/| | | | | | 2d72f55 device: show address on device display (ph4r05) | ||||
| | * | | device: show address on device display | Dusan Klinec | 2019-07-15 | 1 | -0/+5 |
| | | | | |||||
| * | | | Fixes #2275, transactionCommited txid list | Dusan Klinec | 2019-07-15 | 1 | -1/+1 |
| |/ / | | | | | | | txid list was empty when emitted | ||||
| * | | qt: implement FutureScheduler, always await async code to complete | xiphon | 2019-06-24 | 1 | -5/+7 |
| | | | |||||
| * | | get_tx_key, get_tx_proof, tx_spend_proof async | Dusan Klinec | 2019-06-20 | 1 | -0/+4 |
| | | | |||||
| * | | Wallet: async fetching wallet, daemon and target height | xiphon | 2019-06-13 | 1 | -9/+13 |
| |/ | |||||
| * | Merge pull request #2147 | luigi1111 | 2019-05-10 | 1 | -0/+3 |
| |\ | | | | | | | c88bb60 transaction: async commit (ph4r05) | ||||
| | * | transaction: async commit | Dusan Klinec | 2019-05-02 | 1 | -0/+3 |
| | | | | | | | | | Addresses #2123, reduces UI freezing on long-lasting operation, improves Trezor experience | ||||
| * | | Add copyright headers | mmbyday | 2019-05-01 | 1 | -0/+28 |
| |/ | |||||
| * | async device open and create from device, passphrase | Dusan Klinec | 2019-04-06 | 1 | -0/+2 |
| | | | | | | | - 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 | ||||
