summaryrefslogtreecommitdiff
path: root/tests/unit_tests/node_server.cpp
Commit message (Collapse)AuthorAgeFilesLines
* unit_tests: fix broken testsanon2021-07-281-4/+6
| | | | | boosted_tcp_server: check condition before sleep too cryptonote_protocol_handler: each instance of BlockchainLMDB requires separate thread due to private thread local fields
* unit_tests: fix boost 1.58 compatibilityanon2021-04-081-1/+1
|
* Tests: Fix test node_server.bind_same_p2p_port from randomly crashingmj-xmr2021-04-051-0/+12
|
* cryptonote_protocol_handler: add race condition demoanon2021-03-221-0/+589
|
* protocol: more sanity checks in new chain block hashesmoneromooo-monero2020-12-311-1/+2
|
* protocol: fix false positives dropping peersmoneromooo-monero2020-12-271-0/+1
| | | | it'd trigger on reorgs
* Revert "Reject existing claimed blocks in sync mode"luigi11112020-12-271-1/+0
|
* protocol: reject claimed block hashes that already are in the chainmoneromooo-monero2020-12-171-0/+1
|
* cryptonote_core: dandelion - use local height or median height if syncingxiphon2020-11-251-1/+2
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Merge pull request #6214luigi11112020-03-311-0/+2
|\ | | | | | | 054b4c7 protocol: request txpool contents when synced (moneromooo-monero)
| * protocol: request txpool contents when syncedmoneromooo-monero2020-03-221-0/+2
| | | | | | | | | | | | | | A newly synced Alice sends a (typically quite small) list of txids in the local tpxool to a random peer Bob, who then uses the existing tx relay system to send Alice any tx in his txpool which is not in the list Alice sent
* | p2p: remove old debug commandsAaron Hook2020-03-201-1/+0
|/
* Adding support for hidden (anonymity) txpoolLee Clagett2019-11-021-5/+6
|
* unit_tests: fix use after freemoneromooo-monero2019-10-301-7/+16
|
* unit_tests: fix build after renamemoneromooo-monero2019-10-151-4/+6
|
* p2p+rpc: don't skip p2p or rpc port bind failure by defaultxiphon2019-10-131-0/+299