aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Enforce Tx unlock_time is Zero by Relay Rule [RELEASE]jeffro2562024-04-291-31/+28
* wallet2: adjust fee during backlog, fix set priorityselsta2024-03-081-2/+2
* Merge pull request #9130luigi11112024-02-241-16/+43
|\
| * wallet: mitigate statistical dependence for decoy selection within ringsjeffro2562024-01-191-16/+43
* | Merge pull request #9008luigi11112024-02-241-1/+4
|\ \
| * | wallet2: call on_reorg callback in handle_reorgj-berman2023-09-271-4/+4
| * | wallet2: add on_reorg callbackCrypto City2023-09-271-0/+3
* | | wallet: feature: transfer amount with fee includedjeffro2562024-02-201-24/+140
| |/ |/|
* | wallet: fix multisig key memory leakjeffro2562023-11-031-0/+26
* | wallet2: ensure transfers and sweeps use same fee calc logicj-berman2023-10-161-3/+3
* | Merge pull request #9011luigi11112023-10-021-1/+1
|\ \
| * | wallet2: fix refresh function parametersselsta2023-10-011-1/+1
| |/
* / wallet: store watch-only wallet correctly when `change_password()` is calledjeff2023-09-221-2/+2
|/
* Merge pull request #8941luigi11112023-09-141-2/+2
|\
| * wallet_rpc_server: chunk refresh to keep responding to RPC while refreshingmoneromooo-monero2023-08-171-2/+2
* | wallet2: fix `store_to()` and `change_password()`jeffro2562023-08-231-28/+74
|/
* Merge pull request #8957luigi11112023-08-171-4/+9
|\
| * scan_tx: fix custom comparator for == case; fixes #8951j-berman2023-07-191-4/+9
* | Merge pull request #8953luigi11112023-08-171-4/+4
|\ \
| * | wallet2: when checking frozen multisig tx set, don't assume orderjeffro2562023-07-171-4/+4
| |/
* | Merge pull request #8942luigi11112023-08-171-21/+26
|\ \
| * | wallet-rpc: restore from multisig seedjeffro2562023-08-101-21/+26
| |/
* | Enforce restricted # pool txs served via RPC + optimize chunked reqs [release...j-berman2023-07-091-92/+101
* | wallet2, RPC: Optimize RPC calls for periodic refresh from 3 down to 1 call [...rbrunner72023-07-091-119/+312
|/
* Merge pull request #8917luigi11112023-07-061-0/+2
|\
| * wallet2: do not lose exception in current thread on refreshCrypto City2023-06-271-0/+1
| * wallet2: fix missing exceptions from failing wallet refreshCrypto City2023-06-271-0/+1
* | Merge pull request #8905luigi11112023-07-061-2/+39
|\ \
| * | wallet: respect frozen key images in multisig wallets [RELEASE]jeffro2562023-06-121-2/+39
| |/
* | Merge pull request #8566luigi11112023-06-271-51/+315
|\ \ | |/ |/|
| * wallet2: fix rescanning tx via scan_txj-berman2023-03-131-51/+315
* | wallet2: fix infinite loop in fake out selectionCrypto City2023-03-251-3/+3
|/
* wallet2: fix create view-only wallet from existing walletj-berman2022-10-181-6/+2
* Merge pull request #8585luigi11112022-09-261-0/+1
|\
| * wallet2: fail to establish daemon cxn == "Disconnected" cxn statusj-berman2022-09-211-0/+1
* | Merge pull request #8582luigi11112022-09-261-11/+20
|\ \
| * | add an option to force-update multisig key exchange under some circumstanceskoe2022-09-211-11/+20
| |/
* / Second thread pool for IOSChernykh2022-09-201-3/+3
|/
* Merge pull request #8545v0.18.1.1luigi11112022-09-151-7/+5
|\
| * multisig: fix #8537 seed restore (suggestions by @UkoeHB)j-berman2022-09-011-7/+5
* | wallet2: check wallet compatibility with daemon's hard fork versionj-berman2022-09-121-12/+141
* | Merge pull request #8555luigi11112022-09-091-32/+83
|\ \
| * | wallet2: ensure imported outputs subaddresses are createdmoneromooo-monero2022-09-071-0/+4
| * | wallet2: better test on whether to allow output importmoneromooo-monero2022-09-071-3/+8
| * | allow exporting outputs in chunksmoneromooo-monero2022-09-071-30/+64
| * | wallet2: fixes for export/import output flowj-berman2022-09-061-2/+6
| * | wallet2: do not assume imported outputs must be non emptymoneromooo-monero2022-09-061-2/+2
| * | wallet2: prevent importing outputs in a hot walletmoneromooo-monero2022-09-061-0/+2
| * | wallet2: fix missing subaddress indices in "light" exported outputsmoneromooo-monero2022-09-061-1/+3
| |/
* / Fix missing semi-colon in error messagej-berman2022-09-061-1/+1
|/