summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8425luigi11112022-07-154-3/+4
|\ | | | | | | fe5d1be build: prepare v0.18.0.0 (selsta)
| * build: prepare v0.18.0.0selsta2022-07-134-3/+4
| |
* | Merge pull request #8414luigi11112022-07-151-2/+4
|\ \ | | | | | | | | | 2ba391f hardforks: set mainnet and stagenet v15/16 fork height (selsta)
| * | hardforks: set mainnet and stagenet v15/16 fork heightselsta2022-07-011-2/+4
| | |
* | | Merge pull request #8433luigi11112022-07-141-9/+14
|\ \ \ | | | | | | | | | | | | db8181a wallet2: force using output distribution for ringct outs (tobtoht)
| * | | wallet2: force using output distribution for ringct outstobtoht2022-06-251-9/+14
| |/ / | | | | | | | | | Co-authored-by: j-berman <justinberman@protonmail.com>
* | | Merge pull request #8432luigi11112022-07-145-13/+144
|\ \ \ | | | | | | | | | | | | edcc094 derive multisig tx secret keys from an entropy source plus the tx inputs' key images (koe)
| * | | derive multisig tx secret keys from an entropy source plus the tx inputs' ↵koe2022-07-135-13/+144
| | | | | | | | | | | | | | | | key images
* | | | Merge pull request #7986luigi11112022-07-141-2/+5
|\ \ \ \ | |/ / / |/| | | | | | | 5770265 wallet2: keep around transaction prefix for confirmed transfers (tobtoht)
| * | | wallet2: keep around transaction prefix for confirmed transferstobtoht2021-10-011-2/+5
| | | |
* | | | Merge pull request #8421luigi11112022-07-131-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | bd1e7c5 wallet2: prevent crash when reading tx w/fewer outputs than expected (j-berman)
| * | | | wallet2: prevent crash when reading tx w/fewer outputs than expectedj-berman2022-07-051-0/+2
| | |/ / | |/| |
* | | | Merge pull request #8149luigi11112022-07-1313-259/+1739
|\ \ \ \ | | | | | | | | | | | | | | | c7b2944 multisig: fix critical vulnerabilities in signing (anon)
| * | | | multisig: fix critical vulnerabilities in signinganon2022-06-3013-259/+1739
| |/ / /
* | | | Merge pull request #8408luigi11112022-07-061-37/+0
|\ \ \ \ | | | | | | | | | | | | | | | 09a597b wallet2: don't use DNS to obtain segregation heights (tobtoht)
| * | | | wallet2: don't use DNS to obtain segregation heightstobtoht2022-06-281-37/+0
| |/ / /
* | | | Merge pull request #8404luigi11112022-07-061-26/+1
|\ \ \ \ | | | | | | | | | | | | | | | 50ccc7e wallet2: remove obsolete rpc version check (tobtoht)
| * | | | wallet2: remove obsolete rpc version checktobtoht2022-06-241-26/+1
| |/ / /
* | | | Merge pull request #8394luigi11112022-07-063-7/+12
|\ \ \ \ | | | | | | | | | | | | | | | 4278a3a cryptonote_basic: catch crypto api errors (moneromooo-monero)
| * | | | cryptonote_basic: catch crypto api errorsmoneromooo-monero2022-06-203-7/+12
| |/ / /
* | | | Merge pull request #8391luigi11112022-07-051-0/+16
|\ \ \ \ | | | | | | | | | | | | | | | 41b1a6b simplewallet: print usage when given no args (hinto.janaiyo)
| * | | | simplewallet: print usage when given no argshinto.janaiyo2022-06-201-0/+16
| |/ / /
* | | | Merge pull request #8388luigi11112022-07-051-7/+11
|\ \ \ \ | | | | | | | | | | | | | | | 04c0da2 Chunk /gettransactions to avoid hitting restricted RPC limit (tobtoht)
| * | | | Chunk /gettransactions to avoid hitting restricted RPC limittobtoht2022-06-271-7/+11
| |/ / /
* | | | Merge pull request #8371luigi11112022-07-055-10/+17
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | 16f8e04 Remove erraneous commas (Luke Parker) da0715e Improve consistency between on_money_received and on_money_received_unconfirmed (Luke Parker)
| * | | Remove erraneous commasLuke Parker2022-06-011-3/+3
| | | |
| * | | Improve consistency between on_money_received and on_money_received_unconfirmedLuke Parker2022-06-015-10/+17
| |/ / | | | | | | | | | | | | | | | unconfirmed solely uses a - b, and received now accepts b so it can provide more detailed logs on what occurred (printing a - b, yet with a and b).
* | | Merge pull request #8384luigi11112022-07-031-36/+14
|\ \ \ | | | | | | | | | | | | 8460fcc Revert 'Merge pull request #7937' (j-berman)
| * | | Revert "Merge pull request #7937"j-berman2022-06-131-36/+14
| |/ / | | | | | | | | | | | | This reverts commit 50410d1f7d04bf60053f2263410c39e81d3ddad1, reversing changes made to d054def63f9b8950fe20b2d8e841f5a9ae09418f.
* | | Merge pull request #8356luigi11112022-07-033-0/+44
|\ \ \ | | | | | | | | | | | | de2f0d0 wallet_api: add scanTransactions function (selsta)
| * | | wallet_api: add scanTransactions functionselsta2022-05-263-0/+44
| | | |
* | | | Merge pull request #7774luigi11112022-07-032-39/+2
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ade464a ITS#9385 fix using MDB_NOSUBDIR with nonexistent file (Kris Zyp) 033a32a Remove check is_directory check on lmdb path (Howard Chu) b096e16 Revert 'db_lmdb: test for mmap support at init time' (Howard Chu) 493577a Silence spurious fallthru warning (Howard Chu) b46a60e Fix rawpart flag collision (Howard Chu) 4e7586c More RAWPART support (Howard Chu) 747f5d3 Preliminary raw partition support (Howard Chu)
| * | | Remove check is_directory check on lmdb pathHoward Chu2022-06-031-8/+2
| | | | | | | | | | | | | | | | The check interferes with raw device/partition support.
| * | | Revert "db_lmdb: test for mmap support at init time"Howard Chu2022-06-032-31/+0
| |/ / | | | | | | | | | | | | | | | This reverts commit bd96536637724413173271e8d5df1777f7879c29. The check interferes with raw device/partition support.
* | | Merge pull request #8340luigi11112022-05-262-13/+26
|\ \ \ | | | | | | | | | | | | | | | | 08080df unit_tests: add more sha256sum test cases (Jeffrey Ryan) a66a52d common: update sha256sum to use OpenSSL 3.0 API (Jeffrey Ryan)
| * | | common: update sha256sum to use OpenSSL 3.0 APIJeffrey Ryan2022-05-182-13/+26
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | As of OpenSSL 3.0, `SHA256_Init`, `SHA256_Update`, and `SHA256_Final` are deprectaed in favor of the higher-level `EVP_*` class of functions. This causes compiler warnings, and sooner or later, will cause build errors as these functions are excluded from distro headers. Also add some documentation.
* | | Merge pull request #8337luigi11112022-05-262-4/+0
|\ \ \ | | | | | | | | | | | | 1164874 src, epee: fix a couple compiler warnings (selsta)
| * | | src, epee: fix a couple compiler warningsselsta2022-05-172-4/+0
| |/ /
* | | Merge pull request #8331luigi11112022-05-261-9/+5
|\ \ \ | | | | | | | | | | | | fde7c96 wallet2: fix spurious reorg detection with untrusted nodes (moneromooo-monero)
| * | | wallet2: fix spurious reorg detection with untrusted nodesmoneromooo-monero2022-05-151-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When forced to deal with an untrusted node, a wallet will quantize its current height to disguise the real height to the adversary, to try and minimize the daemon's ability to distinguish returning wallets. Daemons will thus return more blocks than the wallet needs, starting from earlier in the chain. These extra blocks will be disregarded by the wallet, which had already scanned them. However, for the purposes of reorg size detection, the wallet assumes all blocks the daemon sends are different, which is only correct if the wallet hasn't been coy, which is only the case for trusted daemons (which you should use). This causes an issue when the size of this "fake reorg" is above the sanity check threshold at which the wallet refuses a reorg. To fix this, the reorg size check is moved later on, when the reorg is about to actually happen, after the wallet has checked which blocks are actually different from the ones it expects.
* | | | Merge pull request #8330luigi11112022-05-263-27/+63
|\ \ \ \ | | | | | | | | | | | | | | | 2dab31f Don't exclusively drop tor/i2p outgoing cxns in idle loop (j-berman)
| * | | | Don't exclusively drop tor/i2p outgoing cxns in idle loopj-berman2022-05-183-27/+63
| |/ / /
* | | | Merge pull request #8328luigi11112022-05-267-1/+104
|\ \ \ \ | | | | | | | | | | | | | | | 2979474 disable multisig by default (moneromooo-monero)
| * | | | disable multisig by defaultmoneromooo-monero2022-05-177-1/+104
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are vulnerabilities in multisig protocol if the parties do not trust each other, and while there is a patch for it, it has not been throroughly reviewed yet, so it is felt safer to disable multisig by default for now. If all parties in a multisig setup trust each other, then it is safe to enable multisig.
* | | | Merge pull request #8326luigi11112022-05-261-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | b9d2c78 fix backoff delay logic when re-relaying txs (j-berman)
| * | | | fix backoff delay logic when re-relaying txsj-berman2022-05-121-4/+4
| |/ / /
* | | | Merge pull request #8324luigi11112022-05-261-2/+6
|\ \ \ \ | |_|/ / |/| | | | | | | bae4a1a Don't send peerlist larger than max allowed (j-berman)
| * | | Don't send peerlist larger than max allowedj-berman2022-05-111-2/+6
| |/ /
* | | Merge pull request #8315luigi11112022-05-161-5/+16
|\ \ \ | | | | | | | | | | | | 1ddb1ee Give better error messages when missing SSL files (Jeffrey Ryan)
| * | | Give better error messages when missing SSL filesJeffrey Ryan2022-05-051-5/+16
| | | | | | | | | | | | | | | | | | | | While copying my data dir to another drive, I missed copying the rpc_ssl.key file b/c of the file permissions. This change will give a much more clear, descriptive error in that scenario.