aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
...
* | wallet: store watch-only wallet correctly when `change_password()` is calledjeff2023-09-221-2/+2
|/
* Merge pull request #8941luigi11112023-09-143-6/+14
|\
| * wallet_rpc_server: chunk refresh to keep responding to RPC while refreshingmoneromooo-monero2023-08-173-5/+9
| * wallet_rpc_server: add --no-initial-sync flag for quicker network bindingmoneromooo-monero2023-08-171-1/+5
* | wallet2: fix `store_to()` and `change_password()`jeffro2562023-08-232-34/+90
|/
* 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-174-25/+59
|\ \
| * | wallet-rpc: restore from multisig seedjeffro2562023-08-104-25/+59
| |/
* | Enforce restricted # pool txs served via RPC + optimize chunked reqs [release...j-berman2023-07-095-94/+137
* | wallet2, RPC: Optimize RPC calls for periodic refresh from 3 down to 1 call [...rbrunner72023-07-092-125/+324
|/
* 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-062-2/+40
|\ \
| * | wallet: respect frozen key images in multisig wallets [RELEASE]jeffro2562023-06-122-2/+40
| |/
* | Merge pull request #8892luigi11112023-07-061-157/+59
|\ \
| * | wallet_rpc_server: dedup transfer RPC responses [RELEASE]jeffro2562023-06-021-157/+59
| |/
* | Merge pull request #8566luigi11112023-06-277-58/+403
|\ \ | |/ |/|
| * wallet2: fix rescanning tx via scan_txj-berman2023-03-137-58/+403
* | fix missing <cstdint> includestobtoht2023-05-081-0/+1
* | wallet2: fix infinite loop in fake out selectionCrypto City2023-03-252-3/+4
|/
* Refactored rx-slow-hash.cSChernykh2022-12-141-2/+1
* Merge pull request #8615luigi11112022-12-012-8/+4
|\
| * wallet2: fix create view-only wallet from existing walletj-berman2022-10-182-8/+4
* | wallet_api: take priority into account when estimating feeselsta2022-10-131-1/+1
|/
* Merge pull request #8585luigi11112022-09-262-3/+4
|\
| * wallet2: fail to establish daemon cxn == "Disconnected" cxn statusj-berman2022-09-212-3/+4
* | Merge pull request #8582luigi11112022-09-267-25/+31
|\ \
| * | add an option to force-update multisig key exchange under some circumstanceskoe2022-09-217-25/+31
| |/
* / Second thread pool for IOSChernykh2022-09-202-4/+4
|/
* Merge pull request #8545v0.18.1.1luigi11112022-09-152-8/+7
|\
| * multisig: fix #8537 seed restore (suggestions by @UkoeHB)j-berman2022-09-012-8/+7
* | wallet2: check wallet compatibility with daemon's hard fork versionj-berman2022-09-126-17/+199
* | Merge pull request #8555luigi11112022-09-095-51/+164
|\ \
| * | wallet2: ensure imported outputs subaddresses are createdmoneromooo-monero2022-09-071-0/+4
| * | wallet2: better test on whether to allow output importmoneromooo-monero2022-09-072-6/+25
| * | allow exporting outputs in chunksmoneromooo-monero2022-09-075-46/+122
| * | wallet2: fixes for export/import output flowj-berman2022-09-062-2/+8
| * | 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-062-2/+8
| |/
* / Fix missing semi-colon in error messagej-berman2022-09-061-1/+1
|/
* Merge pull request #8433luigi11112022-07-141-9/+14
|\
| * wallet2: force using output distribution for ringct outstobtoht2022-06-251-9/+14
* | Merge pull request #8432luigi11112022-07-142-0/+12
|\ \
| * | derive multisig tx secret keys from an entropy source plus the tx inputs' key...koe2022-07-132-0/+12
* | | Merge pull request #7986luigi11112022-07-141-2/+5
|\ \ \ | |/ / |/| |