| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #10051v0.18.4.2 | tobtoht | 2025-08-21 | 3 | -2/+2 |
| |\ | | | | | | | f921431 checkpoints: update to a recent block height (selsta) | ||||
| | * | checkpoints: update to a recent block height | selsta | 2025-08-20 | 3 | -2/+2 |
| | | | |||||
| * | | Skip ping connections in outgoing count | Lee *!* Clagett | 2025-08-19 | 2 | -4/+6 |
| |/ | |||||
| * | Merge pull request #10019 | tobtoht | 2025-08-05 | 4 | -2/+3 |
| |\ | | | | | | | 32f701b build: prepare v0.18.4.2 (selsta) | ||||
| | * | build: prepare v0.18.4.2 | selsta | 2025-08-01 | 4 | -2/+3 |
| | | | |||||
| * | | 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> | ||||
| * | set do_not_relay always false in submit_multisig_main | SNeedlewoods | 2025-07-14 | 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 |
| | |/ | |||||
| * / | 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 | 4 | -2/+3 |
| |\ \ | | | | | | | | | | b96af8e build: prepare v0.18.4.1 (selsta) | ||||
| | * | | build: prepare v0.18.4.1 | selsta | 2025-07-09 | 4 | -2/+3 |
| | |/ | |||||
| * | | Merge pull request #9954 | tobtoht | 2025-07-10 | 5 | -28/+115 |
| |\ \ | | | | | | | | | | | | | | | | | | | 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 | 2 | -53/+56 |
| | | | | |||||
| | * | | wallet: improve lookahead logic & make rpc persistent | Justin Berman | 2025-07-07 | 3 | -22/+52 |
| | | | | |||||
| | * | | wallet: create set_subaddress_lookahead wallet rpc endpoint | benevanoff | 2025-07-07 | 3 | -1/+36 |
| | | | | |||||
| | * | | wallet: ensure subaddress keys table is at least size of requested lookahead | benevanoff | 2025-07-03 | 1 | -0/+19 |
| | |/ | |||||
| * | | 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 |
| | | |/ | |/| | |||||
| * | | | 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 |
| | |/ / | |||||
| * / / | fix issue 9943: cli using wrong filename for storing keys | Rudolf Schmidt | 2025-06-07 | 1 | -1/+1 |
| |/ / | |||||
| * | | msys2 build: include int headers | jeffro256 | 2025-05-06 | 1 | -0/+1 |
| | | | |||||
| * | | fix: multisig stale data after failed refresh | SNeedlewoods | 2025-04-24 | 2 | -38/+29 |
| | | | |||||
| * | | Merge pull request #9864v0.18.4.0 | tobtoht | 2025-03-26 | 3 | -2/+2 |
| |\ \ | | | | | | | | | | 97e1a49dd checkpoints: update to a recent block height (selsta) | ||||
| | * | | checkpoints: update to a recent block height | selsta | 2025-03-25 | 3 | -2/+2 |
| | | | | |||||
| * | | | Correct Max / Min Block Waiting Periods | tzadiko | 2025-03-25 | 1 | -11/+10 |
| | | | | |||||
| * | | | Fix expected hash check | Lee *!* Clagett | 2025-03-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #9854 | tobtoht | 2025-03-24 | 1 | -4/+0 |
| |\ \ \ | | | | | | | | | | | | | c7f01e57f Blockchain: remove skip for pruned txs in `check_tx_inputs()` (jeffro256) | ||||
| | * | | | Blockchain: remove skip for pruned txs in `check_tx_inputs()` | jeffro256 | 2025-03-19 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I can't see how this would trigger in the current codebase, so it's not a *current* safety issue, but I can very well see it becoming on in the future if downstream code doesn't handle the passing of pruned transactions correctly. I think the safe/good choice would be to remove this skip now that all transactions that pass into the mempool are supposed to be unpruned. And for all in-block txs, `check_tx_inputs()` isn't called for checkpointed blocks, and we sync pruned blocks only if syncing checkpointed blocks. | ||||
| * | | | | Merge pull request #9853 | tobtoht | 2025-03-24 | 2 | -8/+32 |
| |\ \ \ \ | | | | | | | | | | | | | | | | ce1c864b4 cryptonote_protocol: fix handling of pruned blocks during sync (jeffro256) | ||||
| | * | | | | cryptonote_protocol: fix handling of pruned blocks during sync | jeffro256 | 2025-03-19 | 2 | -8/+32 |
| | |/ / / | |||||
| * | | | | Merge pull request #9836 | tobtoht | 2025-03-24 | 1 | -9/+0 |
| |\ \ \ \ | |_|/ / |/| | | | | | | | 9468a5e54 cryptonote_basic: remove unused struct (tobtoht) | ||||
| | * | | | cryptonote_basic: remove unused struct | tobtoht | 2025-03-14 | 1 | -9/+0 |
| | |/ / | |||||
| * / / | trezor: fix protobuf 30 compatibility | tobtoht | 2025-03-18 | 2 | -0/+14 |
| |/ / | |||||
| * | | Merge pull request #9740 | tobtoht | 2025-03-10 | 22 | -1144/+1053 |
| |\ \ | | | | | | | | | | 008ba966d blockchain sync: reduce disk writes from 2 to 1 per tx (jeffro256) | ||||
| | * | | blockchain sync: reduce disk writes from 2 to 1 per tx | jeffro256 | 2025-03-10 | 22 | -1144/+1053 |
| | | | | |||||
| * | | | Merge pull request #9805 | tobtoht | 2025-02-17 | 1 | -2/+3 |
| |\ \ \ | | | | | | | | | | | | | 33e33fbca BlockchainLMDB: fix data.mdb nuking on Windows (jeffro256) | ||||
| | * | | | BlockchainLMDB: fix data.mdb nuking on Windows | jeffro256 | 2025-02-17 | 1 | -2/+3 |
| | | | | | |||||
| * | | | | Merge pull request #9803 | tobtoht | 2025-02-17 | 1 | -0/+1 |
| |\ \ \ \ | |/ / / |/| | | | | | | | 6ccd3200b common: add missing iomanip include (tobtoht) | ||||
| | * | | | common: add missing iomanip include | tobtoht | 2025-02-17 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | add wallet rpc call to get default fee priority | woodser | 2025-02-15 | 3 | -1/+46 |
| | | | | | |||||
