monero/src/cryptonote_protocol
moneromooo-monero 44e3782b4d
protocol: don't drop a connection if we can't get a compatible chain
This can now happen if:
- we have a pruned db
- we have not connected to the monero network for a while
- we connect to a node
- that node asks us for history
- we only have a pruned version of the most recent common block

In that case, it's better to not reply but keep the connection alive,
so we can sync off it.
2020-05-16 20:25:29 +00:00
..
block_queue.cpp monerod can now sync from pruned blocks 2019-09-27 00:10:37 +00:00
block_queue.h monerod can now sync from pruned blocks 2019-09-27 00:10:37 +00:00
CMakeLists.txt Update 2019 copyright 2019-03-05 22:05:34 +01:00
cryptonote_protocol_defs.h Adding Dandelion++ support to public networks: 2020-03-26 15:01:30 +00:00
cryptonote_protocol_handler-base.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
cryptonote_protocol_handler.h Merge pull request #6278 2020-04-21 08:19:02 -05:00
cryptonote_protocol_handler.inl protocol: don't drop a connection if we can't get a compatible chain 2020-05-16 20:25:29 +00:00
cryptonote_protocol_handler_common.h Adding Dandelion++ support to public networks: 2020-03-26 15:01:30 +00:00
enums.h Adding Dandelion++ support to public networks: 2020-03-26 15:01:30 +00:00
fwd.h Adding support for hidden (anonymity) txpool 2019-11-02 20:36:03 +00:00
levin_notify.cpp Merge pull request #6381 2020-04-04 13:12:31 -05:00
levin_notify.h Adding Dandelion++ support to public networks: 2020-03-26 15:01:30 +00:00