aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol/cryptonote_protocol_handler.inl
Commit message (Expand)AuthorAgeFilesLines
...
* | protocol: fix false positives dropping peersmoneromooo-monero2020-12-271-23/+21
* | Revert "Reject existing claimed blocks in sync mode"luigi11112020-12-271-18/+19
* | Merge pull request #7188Alexander Blair2020-12-261-3/+15
|\ \
| * | protocol: drop nodes if they claim new data but only give stale datamoneromooo-monero2020-12-251-3/+15
* | | Merge pull request #7154Alexander Blair2020-12-261-19/+18
|\ \ \ | |/ / |/| |
| * | protocol: reject claimed block hashes that already are in the chainmoneromooo-monero2020-12-171-0/+13
| * | protocol: drop peers we can't download anything from in sync modemoneromooo-monero2020-12-161-19/+5
* | | rpc: add a busy_syncing field to get_infomoneromooo-monero2020-12-171-0/+7
|/ /
* | Merge pull request #7130luigi11112020-12-121-0/+10
|\ \
| * | protocol: include first new block in chain entry responsemoneromooo-monero2020-12-121-0/+10
* | | Merge pull request #7127luigi11112020-12-121-0/+35
|\ \ \
| * | | protocol: stricter checks on received chain hash listmoneromooo2020-12-111-0/+35
| |/ /
* / / protocol: revert incoming chain height check against local chainmoneromooo-monero2020-12-111-1/+1
|/ /
* | Merge pull request #7121Alexander Blair2020-12-101-1/+1
|\ \
| * | protocol: one more sanity check on usable data from a peermoneromooo-monero2020-12-101-1/+1
* | | Merge pull request #7117Alexander Blair2020-12-101-1/+1
|\ \ \
| * | | protocol: add a sanity check to the number of block hashes sentmoneromooo-monero2020-12-101-1/+1
| | |/ | |/|
* | | Merge pull request #7114Alexander Blair2020-12-101-1/+1
|\ \ \
| * | | protocol: fix asking for pruned blocks for v10moneromooo-monero2020-12-101-1/+1
| |/ /
* | | Merge pull request #7110Alexander Blair2020-12-101-4/+33
|\ \ \
| * | | protocol: drop origin IP if a block fails to verify in sync modemoneromooo-monero2020-12-101-4/+33
| | |/ | |/|
* | | Merge pull request #7106Alexander Blair2020-12-101-1/+8
|\ \ \
| * | | protocol: more restrictive checks on chain entry responsemoneromooo-monero2020-12-101-1/+8
| | |/ | |/|
* | | Merge pull request #7009Alexander Blair2020-12-101-7/+7
|\ \ \ | |_|/ |/| |
| * | Change epee binary output from std::stringstream to byte_streamLee Clagett2020-10-101-7/+7
| |/
* / protocol: fix switchting to adding blocks if noone's adding the next spanmoneromooo-monero2020-12-101-2/+1
|/
* protocol: drop peers that don't reply to queriesmoneromooo2020-12-061-9/+33
* protocol: drop peers that decrease claimed heightmoneromooo2020-12-041-1/+16
* protocol: add scoring system to drop peers that don't behavemoneromooo2020-12-041-9/+46
* Merge pull request #7018luigi11112020-11-291-3/+3
|\
| * cryptonote_core: dandelion - use local height or median height if syncingxiphon2020-11-251-3/+3
* | protocol: reject empty incoming block messagesmoneromooo-monero2020-11-031-0/+7
|/
* Dandelion++: skip desynced peers in stem phasexiphon2020-10-121-1/+1
* Merge pull request #6753Alexander Blair2020-08-271-2/+2
|\
| * cryptonote_protocol: don't synced pruned blocks before v11cohcho2020-08-101-2/+2
* | Merge pull request #6614Alexander Blair2020-08-161-2/+1
|\ \
| * | Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' commandrbrunner72020-07-241-2/+1
| |/
* | Merge pull request #6542Alexander Blair2020-08-161-1/+0
|\ \
| * | protocol: don't drop a connection if we can't get a compatible chainmoneromooo-monero2020-05-161-1/+0
* | | Merge pull request #6354Alexander Blair2020-08-091-4/+14
|\ \ \ | |_|/ |/| |
| * | Add randomized delay when forwarding txes from i2p/tor -> ipv4/6Lee Clagett2020-05-151-4/+14
* | | Merge pull request #6512Alexander Blair2020-07-191-1/+1
|\ \ \
| * | | Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | |/ | |/|
* | | Merge pull request #6566luigi11112020-07-081-2/+2
|\ \ \
| * | | protocol: move the "peer claims higher version" warning to debugmoneromooo-monero2020-05-191-2/+2
| |/ /
* / / cryptonote_protocol: reject requests/notifications before handshakemoneromooo-monero2020-05-191-0/+20
|/ /
* / cryptonote_protocol: do not request pruned borromean sig txesmoneromooo-monero2020-05-061-1/+6
|/
* Merge pull request #6278luigi11112020-04-211-3/+83
|\
| * Daemon: Print estimates for time until fully syncedrbrunner72020-03-211-3/+83
* | Adding Dandelion++ support to public networks:Lee Clagett2020-03-261-14/+45