| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | checkpoints: update to a recent block height | selsta | 2025-08-20 | 3 | -2/+2 | |
| | | | | | ||||||
| * | | | | Merge pull request #10048 | tobtoht | 2025-08-21 | 1 | -0/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | e6f43df epee: include math header for upcoming Boost 1.89 (Michael Cho) | |||||
| | * | | | | epee: include math header for upcoming Boost 1.89 | Michael Cho | 2025-08-20 | 1 | -0/+1 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #10047 | tobtoht | 2025-08-21 | 4 | -12/+20 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | e23b759 Skip ping connections in outgoing count (Lee *!* Clagett) | |||||
| | * | | | | Skip ping connections in outgoing count | Lee *!* Clagett | 2025-08-19 | 4 | -12/+20 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #10031 | tobtoht | 2025-08-21 | 1 | -0/+2 | |
| |\ \ \ \ | |/ / / |/| | | | | | | | f54edc4 add depends command for Apple Silicon macOS binaries (woodser) | |||||
| | * | | | add depends command for Apple Silicon macOS binaries | woodser | 2025-08-10 | 1 | -0/+2 | |
| |/ / / | ||||||
| * | | | Merge pull request #10019 | tobtoht | 2025-08-05 | 7 | -9/+10 | |
| |\ \ \ | | | | | | | | | | | | | 32f701b build: prepare v0.18.4.2 (selsta) | |||||
| | * | | | build: prepare v0.18.4.2 | selsta | 2025-08-01 | 7 | -9/+10 | |
| | | | | | ||||||
| * | | | | Merge pull request #10015 | tobtoht | 2025-08-01 | 4 | -80/+6 | |
| |\ \ \ \ | |/ / / |/| | | | | | | | 8f98dac wallet: deprecate wallet2::find_and_save_rings() (jeffro256) | |||||
| | * | | | wallet: deprecate wallet2::find_and_save_rings() | jeffro256 | 2025-07-29 | 4 | -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.1 | tobtoht | 2025-07-14 | 1 | -2/+2 | |
| |\ \ \ | | | | | | | | | | | | | 2e0030c set do_not_relay always false in submit_multisig_main (SNeedlewoods) | |||||
| | * | | | set do_not_relay always false in submit_multisig_main | SNeedlewoods | 2025-07-14 | 1 | -2/+2 | |
| |/ / / | ||||||
| * | | | Merge pull request #9994 | tobtoht | 2025-07-14 | 1 | -1/+1 | |
| |\ \ \ | |/ / |/| | | | | | 0e076d6 ci: gitian: update runner to 22.04 (tobtoht) | |||||
| | * | | ci: gitian: update runner to 22.04 | tobtoht | 2025-07-14 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge pull request #9991 | tobtoht | 2025-07-13 | 1 | -2/+2 | |
| |\ \ \ | |/ / |/| | | | | | 7acee8d ci: bump debian to 11 [0.18] (tobtoht) | |||||
| | * | | ci: bump debian to 11 [0.18] | tobtoht | 2025-06-15 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Merge pull request #9982 | tobtoht | 2025-07-13 | 1 | -1/+4 | |
| |\ \ \ | | | | | | | | | | | | | 45152f9 rpc: return error correctly on bad key image string (jeffro256) | |||||
| | * | | | rpc: return error correctly on bad key image string | jeffro256 | 2025-07-11 | 1 | -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 #9983 | tobtoht | 2025-07-13 | 1 | -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 simplewallet | SNeedlewoods | 2025-07-11 | 1 | -8/+2 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #9986 | tobtoht | 2025-07-13 | 1 | -1/+11 | |
| |\ \ \ \ | |/ / / |/| | | | | | | | 1d3d30c crypto: check+throw for Cryptonight v1 invalid input (jeffro256) | |||||
| | * | | | crypto: check+throw for Cryptonight v1 invalid input | jeffro256 | 2025-07-11 | 1 | -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 #9958 | tobtoht | 2025-07-10 | 3 | -1/+9 | |
| |\ \ \ | | | | | | | | | | | | | 9002681 Add new dynamic fees to ZMQ (Lee Clagett) | |||||
| | * | | | Add new dynamic fees to ZMQ | Lee Clagett | 2025-06-13 | 3 | -1/+9 | |
| | | | | | ||||||
| * | | | | Merge pull request #9946 | tobtoht | 2025-07-10 | 7 | -9/+10 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | b96af8e build: prepare v0.18.4.1 (selsta) | |||||
| | * | | | | build: prepare v0.18.4.1 | selsta | 2025-07-09 | 7 | -9/+10 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #9954 | tobtoht | 2025-07-10 | 9 | -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 test | jeffro256 | 2025-07-07 | 3 | -53/+99 | |
| | | | | | | ||||||
| | * | | | | wallet: improve lookahead logic & make rpc persistent | Justin Berman | 2025-07-07 | 5 | -31/+147 | |
| | | | | | | ||||||
| | * | | | | wallet: create set_subaddress_lookahead wallet rpc endpoint | benevanoff | 2025-07-07 | 5 | -1/+63 | |
| | | | | | | ||||||
| | * | | | | wallet: ensure subaddress keys table is at least size of requested lookahead | benevanoff | 2025-07-03 | 2 | -0/+46 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #9978 | tobtoht | 2025-07-10 | 1 | -2/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | e0df82e simplewallet: respect `do-not-relay` in `sweep_single` (hinto.janai) | |||||
| | * | | | | simplewallet: respect `do-not-relay` in `sweep_single` | hinto.janai | 2025-07-08 | 1 | -2/+1 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #9949 | tobtoht | 2025-07-08 | 1 | -2/+2 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | ac22479 Add is_same_host check to p2p (Lee *!* Clagett) | |||||
| | * | | | | | Add is_same_host check to p2p | Lee *!* Clagett | 2025-06-07 | 1 | -2/+2 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #9956 | tobtoht | 2025-07-07 | 1 | -0/+4 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | 9f3d96e Add check for exception in tcp accept handler (Lee *!* Clagett) | |||||
| | * | | | | | Add check for exception in tcp accept handler | Lee *!* Clagett | 2025-06-12 | 1 | -0/+4 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #9966 | tobtoht | 2025-07-07 | 2 | -6/+0 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | 02b29af cmake: don't redefine project (tobtoht) | |||||
| | * | | | | cmake: don't redefine project | tobtoht | 2025-06-24 | 2 | -6/+0 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #9950 | tobtoht | 2025-06-14 | 2 | -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 chain | tzadiko | 2025-06-07 | 2 | -11/+9 | |
| | | | | | | ||||||
| | * | | | | wallet: fix monero-wallet-rpc ignoring calls during sync | tzadiko | 2025-06-07 | 2 | -14/+70 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #9909 | tobtoht | 2025-06-14 | 1 | -3/+7 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | f968150 epee: fix string_tools on Windows (0xFFFC0000) | |||||
| | * | | | | epee: fix string_tools on Windows | 0xFFFC0000 | 2025-04-22 | 1 | -3/+7 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #9945 | tobtoht | 2025-06-14 | 1 | -1/+1 | |
| |\ \ \ \ | |_|/ / |/| | | | | | | | 273d368 fix issue 9943: cli using wrong filename for storing keys (Rudolf Schmidt) | |||||
| | * | | | fix issue 9943: cli using wrong filename for storing keys | Rudolf Schmidt | 2025-06-07 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Merge pull request #9920 | tobtoht | 2025-05-07 | 2 | -0/+3 | |
| |\ \ \ | | | | | | | | | | | | | e458bc0fa msys2 build: include int headers (jeffro256) | |||||
| | * | | | msys2 build: include int headers | jeffro256 | 2025-05-06 | 2 | -0/+3 | |
| |/ / / | ||||||
| * | | | Merge pull request #9911 | tobtoht | 2025-04-24 | 2 | -38/+29 | |
| |\ \ \ | | | | | | | | | | | | | 5550c0a87 fix: multisig stale data after failed refresh (SNeedlewoods) | |||||
