summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7044v0.17.1.5luigi11112020-11-251-0/+14
|\ | | | | | | efca5b8 wallet2: check imported multisig curve points are in main subgroup (moneromooo-monero)
| * wallet2: check imported multisig curve points are in main subgroupCrypto City2020-11-241-0/+14
| |
* | Merge pull request #7039luigi11112020-11-2510-18/+85
|\ \ | | | | | | | | | 9d7f473 cryptonote_core: dandelion - use local height or median height if syncing (xiphon)
| * | cryptonote_core: dandelion - use local height or median height if syncingxiphon2020-11-2510-18/+85
| |/
* | Merge pull request #7040Alexander Blair2020-11-243-17/+21
|\ \ | | | | | | | | | af4fb4729 rpc: skip non-synced bootstrap daemons in --no-sync mode too (xiphon)
| * | rpc: skip non-synced bootstrap daemons in --no-sync mode tooxiphon2020-11-233-17/+21
| | |
* | | Merge pull request #7038Alexander Blair2020-11-246-9/+10
|\ \ \ | | | | | | | | | | | | 5bb83ab04 build: prepare v0.17.1.5 (selsta)
| * | | build: prepare v0.17.1.5selsta2020-11-236-9/+10
| |/ /
* | | Merge pull request #7037Alexander Blair2020-11-241-0/+4
|\ \ \ | | | | | | | | | | | | 8e829e034 rpc: on_send_raw_tx - add missing CHECK_CORE_READY (xiphon)
| * | | rpc: on_send_raw_tx - add missing CHECK_CORE_READYxiphon2020-11-221-0/+4
| |/ /
* | | Merge pull request #7028Alexander Blair2020-11-242-4/+4
|\ \ \ | | | | | | | | | | | | 9b7ed2fd8 Change Dandelion++ fluff probability to 20%, and embargo timeout to 39s (Lee Clagett)
| * | | Change Dandelion++ fluff probability to 20%, and embargo timeout to 39sLee Clagett2020-10-212-4/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A 20% fluff probability increases the precision of a spy connected to every node by 10% on average, compared to a network using 0% fluff probability. The current value (10% fluff) should increase precision by ~5% compared to baseline. This decreases the expected stem length from 10 to 5. The embargo timeout was therefore lowered to 39s; the fifth node in a stem is expected to have a 90% chance of being the first to timeout, which is the same probability we currently have with an expected stem length of 10 nodes.
* | | Merge pull request #7026Alexander Blair2020-11-244-9/+46
|\ \ \ | |_|/ |/| | | | | e8468c5dc Fix timeout checks for forwarded and Dandelion++ stem txes (Lee Clagett)
| * | Fix timeout checks for forwarded and Dandelion++ stem txesLee Clagett2020-10-214-9/+46
| |/
* | Merge pull request #7011luigi11112020-11-234-16/+20
|\ \ | |/ |/| | | 398e64c Better log message for unusable anon networks (hyc)
| * Better log message for unusable anon networksHoward Chu2020-11-164-16/+20
|/
* Merge pull request #6997v0.17.1.3luigi11112020-11-073-8/+8
|\ | | | | | | 752837b build: prepare v0.17.1.3 (selsta)
| * build: prepare v0.17.1.3selsta2020-11-073-8/+8
| |
* | Merge pull request #6996luigi11112020-11-071-1/+9
|\ \ | | | | | | | | | 981e0b5 epee: readline_buffer - fix thread safety, fix sync() after stop() (xiphon)
| * | epee: readline_buffer - fix thread safety, fix sync() after stop()xiphon2020-11-071-1/+9
| |/
* | Merge pull request #6994luigi11112020-11-071-5/+18
|\ \ | |/ |/| | | 6f48a14 Fix i2p/tor seed nodes (vtnerd)
| * Fix i2p/tor seed nodesLee Clagett2020-11-071-5/+18
|/
* Merge pull request #6993v0.17.1.2luigi11112020-11-061-1/+4
|\ | | | | | | 44c93bb p2p: fix accessing non existent element of map (moneromooo-monero)
| * p2p: fix accessing non existent element of mapmoneromooo-monero2020-11-071-1/+4
| |
* | Merge pull request #6992luigi11112020-11-066-9/+10
|\ \ | | | | | | | | | f3dd25c build: prepare v0.17.1.2 (selsta)
| * | build: prepare v0.17.1.2selsta2020-11-076-9/+10
| | |
* | | Merge pull request #6991luigi11112020-11-061-0/+1
|\ \ \ | |_|/ |/| | | | | 4985afd p2p: add a tor seed (moneromooo-monero)
| * | p2p: add a tor seedmoneromooo-monero2020-11-061-0/+1
|/ /
* | Merge pull request #6990luigi11112020-11-062-54/+83
|\ \ | | | | | | | | | 263579b Add support for i2p and tor seed nodes (vtnerd)
| * | Add support for i2p and tor seed nodesLee Clagett2020-10-092-54/+83
| | |
* | | Merge pull request #6985luigi11112020-11-061-0/+4
|\ \ \ | |_|/ |/| | | | | 91f1be9 net_node: add tor / i2p seed nodes (selsta)
| * | net_node: add tor / i2p seed nodesselsta2020-11-051-0/+4
| | |
* | | Merge pull request #6983luigi11112020-11-051-5/+3
|\ \ \ | | | | | | | | | | | | 35186b1 p2p: fix endianness when checking IPv6 addresses mapping to IPv4 (moneromooo-monero)
| * | | p2p: fix endianness when checking IPv6 addresses mapping to IPv4moneromooo-monero2020-11-051-5/+3
|/ / /
* | | Merge pull request #6981luigi11112020-11-041-0/+4
|\ \ \ | |/ / |/| | | | | b36c4f3 p2p: make this work with boost <= 1.65 (pffff) (moneromooo-monero)
| * | p2p: make this work with boost <= 1.65 (pffff)moneromooo-monero2020-11-041-0/+4
|/ /
* | Merge pull request #6979luigi11112020-11-041-9/+14
|\ \ | | | | | | | | | 92d19c4 p2p: rewrite boost's make_address_v4 to cater for < 1.66 (moneromooo-monero)
| * | p2p: rewrite boost's make_address_v4 to cater for < 1.66moneromooo2020-11-041-9/+14
|/ /
* | Merge pull request #6974luigi11112020-11-042-6/+113
|\ \ | | | | | | | | | 58cde83 Switch to Dandelion++ fluff mode if no out connections for stem mode (vtnerd)
| * | Switch to Dandelion++ fluff mode if no out connections for stem modeLee Clagett2020-10-062-6/+113
| |/
* | Merge pull request #6972luigi11112020-11-041-0/+7
|\ \ | | | | | | | | | 8965489 protocol: reject empty incoming block messages (moneromooo-monero)
| * | protocol: reject empty incoming block messagesmoneromooo-monero2020-11-031-0/+7
| | |
* | | Merge pull request #6967luigi11112020-11-041-23/+10
|\ \ \ | | | | | | | | | | | | fa63d4b Fix tx flush callback queueing (vtnerd)
| * | | Fix tx flush callback queueingLee Clagett2020-10-141-23/+10
| | |/ | |/|
* | | Merge pull request #6966luigi11112020-11-041-2/+8
|\ \ \ | | | | | | | | | | | | 42403c7 Fix CLI and unrestricted RPC relay_tx with stempool (vtnerd)
| * | | Fix CLI and unrestricted RPC relay_tx with stempoolLee Clagett2020-10-141-2/+8
| |/ /
* | | Merge pull request #6962luigi11112020-11-041-2/+30
|\ \ \ | | | | | | | | | | | | 1a627e1 p2p: use /16 filtering on IPv4-within-IPv6 addresses (moneromooo-monero)
| * | | p2p: use /16 filtering on IPv4-within-IPv6 addressesmoneromooo-monero2020-11-031-2/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | IPv6 addresses include a range that can map IPv4 addresses, which allowed those mapped addresses to bypass filtering. This filter should be replaced by AS filtering at some point.
* | | | Merge pull request #6961luigi11112020-11-043-0/+33
|\ \ \ \ | |/ / / |/| | | | | | | f55f3fe net_node: add --ban-list option (selsta)
| * | | net_node: add --ban-list optionselsta2020-11-023-0/+33
| |/ /