summaryrefslogtreecommitdiff
path: root/src/wallet
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | wallet2: keep around transaction prefix for confirmed transferstobtoht2021-10-011-2/+5
* | | Merge pull request #8421luigi11112022-07-131-0/+2
|\ \ \
| * | | wallet2: prevent crash when reading tx w/fewer outputs than expectedj-berman2022-07-051-0/+2
| | |/ | |/|
* | | Merge pull request #8149luigi11112022-07-132-91/+230
|\ \ \
| * | | multisig: fix critical vulnerabilities in signinganon2022-06-302-91/+230
| |/ /
* | | Merge pull request #8408luigi11112022-07-061-37/+0
|\ \ \
| * | | wallet2: don't use DNS to obtain segregation heightstobtoht2022-06-281-37/+0
| |/ /
* | | Merge pull request #8404luigi11112022-07-061-26/+1
|\ \ \
| * | | wallet2: remove obsolete rpc version checktobtoht2022-06-241-26/+1
| |/ /
* | | Merge pull request #8394luigi11112022-07-061-1/+2
|\ \ \
| * | | cryptonote_basic: catch crypto api errorsmoneromooo-monero2022-06-201-1/+2
| |/ /
* | | Merge pull request #8388luigi11112022-07-051-7/+11
|\ \ \
| * | | Chunk /gettransactions to avoid hitting restricted RPC limittobtoht2022-06-271-7/+11
| |/ /
* | | Merge pull request #8371luigi11112022-07-053-7/+10
|\ \ \
| * | | Remove erraneous commasLuke Parker2022-06-011-3/+3
| * | | Improve consistency between on_money_received and on_money_received_unconfirmedLuke Parker2022-06-013-7/+10
| |/ /
* | | Merge pull request #8356luigi11112022-07-033-0/+44
|\ \ \ | |/ / |/| |
| * | wallet_api: add scanTransactions functionselsta2022-05-263-0/+44
* | | Merge pull request #8331luigi11112022-05-261-9/+5
|\ \ \
| * | | wallet2: fix spurious reorg detection with untrusted nodesmoneromooo-monero2022-05-151-9/+5
* | | | Merge pull request #8328luigi11112022-05-265-1/+48
|\ \ \ \ | |_|/ / |/| | |
| * | | disable multisig by defaultmoneromooo-monero2022-05-175-1/+48
| |/ /
* | | Merge pull request #8308luigi11112022-05-161-6/+1
|\ \ \
| * | | wallet2: fix a couple unused variable warningsselsta2022-05-021-6/+1
* | | | wallet2: speedup large tx construction: reserve vector memorymoneromooo-monero2022-05-131-1/+7
* | | | wallet2: speedup large tx construction: batch ringdb lookupsCrypto City2022-05-134-5/+58
* | | | wallet2: speedup large tx construction: batch ringdb updatesCrypto City2022-05-134-5/+30
* | | | wallet2: speedup large tx construction: cache public key validitymoneromooo-monero2022-05-132-28/+36
| |/ / |/| |