summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8435v0.18.0.0luigi11112022-07-151-0/+10
|\ | | | | | | cf3be99 Template hash func to fix compiler error on < gcc-6 (j-berman)
| * Template hash func to fix compiler error on < gcc-6j-berman2022-07-131-0/+10
| |
* | Merge pull request #8426luigi11112022-07-156-833/+1472
|\ \ | | | | | | | | | | | | | | | a82fba4 address PR comments (j-berman) 3be1dbd connection: fix implementation (anon) 724ff21 connection: add segfault and deadlocks demo (anon)
| * | address PR commentsj-berman2022-07-084-395/+390
| | |
| * | connection: fix implementationanon2022-07-055-834/+1228
| | |
| * | connection: add segfault and deadlocks demoanon2022-07-051-2/+252
| | |
* | | Merge pull request #8425luigi11112022-07-1511-15/+16
|\ \ \ | | | | | | | | | | | | fe5d1be build: prepare v0.18.0.0 (selsta)
| * | | build: prepare v0.18.0.0selsta2022-07-1311-15/+16
| |/ /
* | | 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-146-15/+147
|\ \ \ \ | | | | | | | | | | | | | | | 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-136-15/+147
| | |_|/ | |/| | | | | | | | | | 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-1324-383/+1853
|\ \ \ \ | | | | | | | | | | | | | | | c7b2944 multisig: fix critical vulnerabilities in signing (anon)
| * | | | multisig: fix critical vulnerabilities in signinganon2022-06-3024-383/+1853
| |/ / /
* | | | Merge pull request #8413luigi11112022-07-061-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | 8e9c60a README: depends has only been tested on ubuntu 18.04 and 20.04 (selsta)
| * | | | README: depends has only been tested on ubuntu 18.04 and 20.04selsta2022-06-291-1/+1
| |/ / /
* | | | 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)