summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6997v0.17.1.3luigi11112020-11-071-1/+1
|\ | | | | | | 752837b build: prepare v0.17.1.3 (selsta)
| * build: prepare v0.17.1.3selsta2020-11-071-1/+1
| |
* | 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-064-2/+3
|\ \ | | | | | | | | | f3dd25c build: prepare v0.17.1.2 (selsta)
| * | build: prepare v0.17.1.2selsta2020-11-074-2/+3
| | |
* | | 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
| | |
* | | p2p: fix endianness when checking IPv6 addresses mapping to IPv4moneromooo-monero2020-11-051-5/+3
| | |
* | | p2p: make this work with boost <= 1.65 (pffff)moneromooo-monero2020-11-041-0/+4
|/ /
* | p2p: rewrite boost's make_address_v4 to cater for < 1.66moneromooo2020-11-041-9/+14
| |
* | Merge pull request #6974luigi11112020-11-041-6/+4
|\ \ | | | | | | | | | 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-061-6/+4
| |/
* | 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
| |/ /
* | | Merge pull request #6965luigi11112020-11-031-0/+5
|\ \ \ | | | | | | | | | | | | d695340 rpc: on_send_raw_tx (bootstrap) - send to bootstrap daemon and P2P (xiphon)
| * | | rpc: on_send_raw_tx (bootstrap) - send to bootstrap daemon and P2Pxiphon2020-11-021-0/+5
| |/ /
* | | Merge pull request #6964luigi11112020-11-031-0/+4
|\ \ \ | | | | | | | | | | | | 5090cdc p2p: remove banned peers from the white list (moneromooo-monero)
| * | | p2p: remove banned peers from the white listmoneromooo2020-11-021-0/+4
| | |/ | |/|
* | | Merge pull request #6963luigi11112020-11-031-1/+26
|\ \ \ | |_|/ |/| | | | | df1061c p2p: give all hosts the same chance of being picked for connecting (moneromooo-monero)
| * | p2p: give all hosts the same chance of being picked for connectingmoneromooo2020-11-021-1/+26
| |/ | | | | | | even if some run more than one node
* | Merge pull request #6916v0.17.1.1Riccardo Spagni2020-10-181-1/+1
|\ \ | | | | | | | | | 81aaa4ec7 bump default number of connections from 8 to 12 (moneromooo-monero)
| * | bump default number of connections from 8 to 12moneromooo-monero2020-10-181-1/+1
| |/
* | Merge pull request #6914Riccardo Spagni2020-10-181-2/+6
|\ \ | | | | | | | | | f9a9d2ee2 wallet2: wait for propagation timeout before marking tx as failed (xiphon)
| * | wallet2: wait for propagation timeout before marking tx as failedxiphon2020-10-181-2/+6
| |/
* | Merge pull request #6912Riccardo Spagni2020-10-184-34/+69
|\ \ | | | | | | | | | 6e594e53b Allow setting start block on export (Howard Chu)
| * | Allow setting start block on exportHoward Chu2020-10-184-34/+69
| | | | | | | | | | | | And make import honor the starting block# recorded in a bootstrap file
* | | Merge pull request #6907Riccardo Spagni2020-10-183-0/+11
|\ \ \ | | | | | | | | | | | | 39e30d548 wallet2_api: implement stop() to interrupt refresh() loop once (xiphon)
| * | | wallet2_api: implement stop() to interrupt refresh() loop oncexiphon2020-10-183-0/+11
| | |/ | |/|
* | | build: prepare v0.17.1.1selsta2020-10-184-2/+3
| |/ |/|
* | blockchain: fix sync at v14 boundarymoneromooo-monero2020-10-181-3/+15
|/ | | | | | | | | Miners with MLSAG txes which they'd already verified included a couple in that block, but the consensus rules had changed in the meantime, so that block is technically invalid and any node which did not already have those two txes in their txpool could not sync. Grandfather them in, since it has no effect in practice.
* Merge pull request #6894v0.17.1.0luigi11112020-10-131-0/+7
|\ | | | | | | e49ad98 fix next_seed_height regression in getblocktemplate rpc (xnbya)
| * fix next_seed_height regression in getblocktemplate rpcAlexis Enston2020-10-121-0/+7
| |
* | Merge pull request #6893luigi11112020-10-131-3/+11
|\ \ | | | | | | | | | 4cf3545 core_rpc_server: on_get_blocks - forward bootstrap daemon error (xiphon)
| * | core_rpc_server: on_get_blocks - forward bootstrap daemon errorxiphon2020-10-131-3/+11
| | |
* | | Merge pull request #6888luigi11112020-10-134-2/+3
|\ \ \ | | | | | | | | | | | | a2e37eb build: prepare v0.17.1.0 (selsta)
| * | | build: prepare v0.17.1.0selsta2020-10-134-2/+3
| | |/ | |/|
* | | Merge pull request #6884luigi11112020-10-138-30/+37
|\ \ \ | | | | | | | | | | | | 6352090 Dandelion++: skip desynced peers in stem phase (xiphon)