aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #8412luigi11112022-07-061-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | 83aa817 (fix): Confusingly named CI-Job (Klaus Frank)
| * | | | (fix): Confusingly named CI-JobKlaus Frank2022-06-291-1/+1
| |/ / / | | | | | | | | Rename the "build-macos" job within "depends", as it is not building on macOS as the similarly named job within build.yml does. Also, both names overlap which is confusing when looking for step-by-step build instruction examples or when looking at the logfile.
* | | | 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 #8400luigi11112022-07-062-1/+22
|\ \ \ \ | | | | | | | | | | | | | | | 6f3abbe Depends: Unbound disable getentropy()/reallocarray() (glibc < 2.26) (TheCharlatan)
| * | | | Depends: Unbound disable getentropy()/reallocarray() (glibc < 2.26)TheCharlatan2022-06-222-1/+22
| |/ / /
* | | | 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 #8390luigi11112022-07-054-0/+241
|\ \ \ \ | | | | | | | | | | | | | | | d486c03 utils: add fish shell completions (Leo Nerone)
| * | | | utils: add fish shell completionsLeo Nerone2022-06-304-0/+241
| |/ / / | | | | | | | | | | | | Fish shell completions for monerod, monero-wallet-cli, and monero-wallet-rpc.
* | | | 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 #8358luigi11112022-07-031-0/+4
|\ \ \ | | | | | | | | | | | | fb3f7ce clang warning fix for #8338 (Jeffrey Ryan)
| * | | clang warning fix for #8338Jeffrey Ryan2022-05-271-0/+4
| |/ / | | | | | | | | | Unlike some other warnings, clang does not have a `stringop-overflow` group so it doesn't recognize the `#pragma GCC ...` directive in #8338
* | | Merge pull request #8357luigi11112022-07-031-0/+2
|\ \ \ | | | | | | | | | | | | bc05d2d README.md: Add v15/v16 network upgrade (garth-xmr)
| * | | README.md: Add v15/v16 network upgradegarth-xmr2022-05-261-0/+2
| | | | | | | | | | | | Remade #8270 (includes edits from UkoeHB)
* | | | 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 #8296luigi11112022-07-032-3/+6
|\ \ \ \ | | | | | | | | | | | | | | | 61d0712 Gitian: refresh the stale Monero dir via --setup switch (mj-xmr)
| * | | | Gitian: refresh the stale Monero dir via --setup switchmj-xmr2022-06-062-3/+6
| | |/ / | |/| |
* | | | Merge pull request #7774luigi11112022-07-033-41/+58
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * | | ITS#9385 fix using MDB_NOSUBDIR with nonexistent fileKris Zyp2022-06-031-4/+1
| | | |
| * | | 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.
| * | | Silence spurious fallthru warningHoward Chu2022-06-031-1/+1
| | | |
| * | | Fix rawpart flag collisionHoward Chu2022-06-031-2/+2
| | | |
| * | | More RAWPART supportHoward Chu2022-06-031-1/+43
| | | | | | | | | | | | | | | | | | | | Use mmap to read and initialize the meta pages, raw device may not support read/write syscalls.
| * | | Preliminary raw partition supportHoward Chu2022-06-031-1/+16
| | | | | | | | | | | | | | | | Autodetects that a block device is being used.
* | | | Merge pull request #8340luigi11112022-05-267-13/+68
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 08080df unit_tests: add more sha256sum test cases (Jeffrey Ryan) a66a52d common: update sha256sum to use OpenSSL 3.0 API (Jeffrey Ryan)
| * | | | unit_tests: add more sha256sum test casesJeffrey Ryan2022-05-185-0/+42
| | | | |
| * | | | 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 #8338luigi11112022-05-261-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | 5858f05 GCC: Fix -Wstringop-overflow= warnings (Jeffrey Ryan)
| * | | | GCC: Fix -Wstringop-overflow= warningsJeffrey Ryan2022-05-161-0/+3
| |/ / / | | | | | | | | | | | | Resolves #8320
* | | | Merge pull request #8337luigi11112022-05-263-5/+0
|\ \ \ \ | | | | | | | | | | | | | | | 1164874 src, epee: fix a couple compiler warnings (selsta)
| * | | | src, epee: fix a couple compiler warningsselsta2022-05-173-5/+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-264-29/+65
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 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-184-29/+65
| |/ / / /
* | | | | Merge pull request #8328luigi11112022-05-269-7/+111
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 2979474 disable multisig by default (moneromooo-monero)
| * | | | | disable multisig by defaultmoneromooo-monero2022-05-179-7/+111
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.