aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | checkpoints: update to a recent block heightselsta2025-08-203-2/+2
| | | |
* | | | Merge pull request #10048tobtoht2025-08-211-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | e6f43df epee: include math header for upcoming Boost 1.89 (Michael Cho)
| * | | | epee: include math header for upcoming Boost 1.89Michael Cho2025-08-201-0/+1
| |/ / /
* | | | Merge pull request #10047tobtoht2025-08-214-12/+20
|\ \ \ \ | | | | | | | | | | | | | | | e23b759 Skip ping connections in outgoing count (Lee *!* Clagett)
| * | | | Skip ping connections in outgoing countLee *!* Clagett2025-08-194-12/+20
| |/ / /
* | | | Merge pull request #10031tobtoht2025-08-211-0/+2
|\ \ \ \ | |/ / / |/| | | | | | | f54edc4 add depends command for Apple Silicon macOS binaries (woodser)
| * | | add depends command for Apple Silicon macOS binarieswoodser2025-08-101-0/+2
|/ / /
* | | Merge pull request #10019tobtoht2025-08-057-9/+10
|\ \ \ | | | | | | | | | | | | 32f701b build: prepare v0.18.4.2 (selsta)
| * | | build: prepare v0.18.4.2selsta2025-08-017-9/+10
| | | |
* | | | Merge pull request #10015tobtoht2025-08-014-80/+6
|\ \ \ \ | |/ / / |/| | | | | | | 8f98dac wallet: deprecate wallet2::find_and_save_rings() (jeffro256)
| * | | wallet: deprecate wallet2::find_and_save_rings()jeffro2562025-07-294-80/+6
|/ / / | | | | | | | | | | | | | | | | | | Rings for outgoing transactions are stored within the scanning code since the last hardfork, so this code is largely unneccessary now. Co-authored-by: j-berman <justinberman@protonmail.com>
* | | Merge pull request #9998v0.18.4.1tobtoht2025-07-141-2/+2
|\ \ \ | | | | | | | | | | | | 2e0030c set do_not_relay always false in submit_multisig_main (SNeedlewoods)
| * | | set do_not_relay always false in submit_multisig_mainSNeedlewoods2025-07-141-2/+2
|/ / /
* | | Merge pull request #9994tobtoht2025-07-141-1/+1
|\ \ \ | |/ / |/| | | | | 0e076d6 ci: gitian: update runner to 22.04 (tobtoht)
| * | ci: gitian: update runner to 22.04tobtoht2025-07-141-1/+1
| | |
* | | Merge pull request #9991tobtoht2025-07-131-2/+2
|\ \ \ | |/ / |/| | | | | 7acee8d ci: bump debian to 11 [0.18] (tobtoht)
| * | ci: bump debian to 11 [0.18]tobtoht2025-06-151-2/+2
| | |
* | | Merge pull request #9982tobtoht2025-07-131-1/+4
|\ \ \ | | | | | | | | | | | | 45152f9 rpc: return error correctly on bad key image string (jeffro256)
| * | | rpc: return error correctly on bad key image stringjeffro2562025-07-111-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Because of the missing `return` statement, the status is set to "OK" later on in the method when it shouldn't be. Thank you to ADA Logics and the MAGIC Monero Fund for reporting this!
* | | | Merge pull request #9983tobtoht2025-07-131-8/+2
|\ \ \ \ | | | | | | | | | | | | | | | bec90df add do_not_relay option to submit_multisig_main command in simplewallet (SNeedlewoods)
| * | | | add do_not_relay option to submit_multisig_main command in simplewalletSNeedlewoods2025-07-111-8/+2
| |/ / /
* | | | Merge pull request #9986tobtoht2025-07-131-1/+11
|\ \ \ \ | |/ / / |/| | | | | | | 1d3d30c crypto: check+throw for Cryptonight v1 invalid input (jeffro256)
| * | | crypto: check+throw for Cryptonight v1 invalid inputjeffro2562025-07-111-1/+11
|/ / / | | | | | | | | | | | | | | | | | | If `crypto::cn_slow_hash()` is called with `variant=1` and an input length of less thab 43 bytes, it triggers a program exit. This checks first and throws an exception instead. Thank you to ADA Logics and the MAGIC Monero Fund for reporting this!
* | | Merge pull request #9958tobtoht2025-07-103-1/+9
|\ \ \ | | | | | | | | | | | | 9002681 Add new dynamic fees to ZMQ (Lee Clagett)
| * | | Add new dynamic fees to ZMQLee Clagett2025-06-133-1/+9
| | | |
* | | | Merge pull request #9946tobtoht2025-07-107-9/+10
|\ \ \ \ | | | | | | | | | | | | | | | b96af8e build: prepare v0.18.4.1 (selsta)
| * | | | build: prepare v0.18.4.1selsta2025-07-097-9/+10
| |/ / /
* | | | Merge pull request #9954tobtoht2025-07-109-28/+298
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1da19da wallet: refactor subaddress expansion & add to transfer test (jeffro256) e23d51b wallet: improve lookahead logic & make rpc persistent (Justin Berman) 678f5da wallet: create set_subaddress_lookahead wallet rpc endpoint (benevanoff) 8f5a7b0 wallet: ensure subaddress keys table is at least size of requested lookahead (benevanoff)
| * | | | wallet: refactor subaddress expansion & add to transfer testjeffro2562025-07-073-53/+99
| | | | |
| * | | | wallet: improve lookahead logic & make rpc persistentJustin Berman2025-07-075-31/+147
| | | | |
| * | | | wallet: create set_subaddress_lookahead wallet rpc endpointbenevanoff2025-07-075-1/+63
| | | | |
| * | | | wallet: ensure subaddress keys table is at least size of requested lookaheadbenevanoff2025-07-032-0/+46
| |/ / /
* | | | Merge pull request #9978tobtoht2025-07-101-2/+1
|\ \ \ \ | | | | | | | | | | | | | | | e0df82e simplewallet: respect `do-not-relay` in `sweep_single` (hinto.janai)
| * | | | simplewallet: respect `do-not-relay` in `sweep_single`hinto.janai2025-07-081-2/+1
| | | | |
* | | | | Merge pull request #9949tobtoht2025-07-081-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | ac22479 Add is_same_host check to p2p (Lee *!* Clagett)
| * | | | | Add is_same_host check to p2pLee *!* Clagett2025-06-071-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #9956tobtoht2025-07-071-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 9f3d96e Add check for exception in tcp accept handler (Lee *!* Clagett)
| * | | | | Add check for exception in tcp accept handlerLee *!* Clagett2025-06-121-0/+4
| |/ / / /
* | | | | Merge pull request #9966tobtoht2025-07-072-6/+0
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | 02b29af cmake: don't redefine project (tobtoht)
| * | | | cmake: don't redefine projecttobtoht2025-06-242-6/+0
|/ / / /
* | | | Merge pull request #9950tobtoht2025-06-142-18/+72
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 8375edf wallet:set refresh interval to default when hitting tip of chain (tzadiko) 22d2d53 wallet: fix monero-wallet-rpc ignoring calls during sync (tzadiko)
| * | | | wallet:set refresh interval to default when hitting tip of chaintzadiko2025-06-072-11/+9
| | | | |
| * | | | wallet: fix monero-wallet-rpc ignoring calls during synctzadiko2025-06-072-14/+70
| |/ / /
* | | | Merge pull request #9909tobtoht2025-06-141-3/+7
|\ \ \ \ | | | | | | | | | | | | | | | f968150 epee: fix string_tools on Windows (0xFFFC0000)
| * | | | epee: fix string_tools on Windows0xFFFC00002025-04-221-3/+7
| | |_|/ | |/| |
* | | | Merge pull request #9945tobtoht2025-06-141-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | 273d368 fix issue 9943: cli using wrong filename for storing keys (Rudolf Schmidt)
| * | | fix issue 9943: cli using wrong filename for storing keysRudolf Schmidt2025-06-071-1/+1
|/ / /
* | | Merge pull request #9920tobtoht2025-05-072-0/+3
|\ \ \ | | | | | | | | | | | | e458bc0fa msys2 build: include int headers (jeffro256)
| * | | msys2 build: include int headersjeffro2562025-05-062-0/+3
|/ / /
* | | Merge pull request #9911tobtoht2025-04-242-38/+29
|\ \ \ | | | | | | | | | | | | 5550c0a87 fix: multisig stale data after failed refresh (SNeedlewoods)