Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-12 | tidy: modernize-use-emplace | MarcoFalke | |
2023-10-05 | headerssync: update params for 26.x | fanquake | |
2023-09-28 | Update parameters in headerssync.cpp | Pieter Wuille | |
2023-09-13 | Do not use std::vector = {} to release memory | Pieter Wuille | |
2022-12-12 | [headerssync] Make m_commit_offset protected | dergoegge | |
2022-08-30 | Move headerssync logging to BCLog::NET | Suhas Daftuar | |
2022-08-29 | Utilize anti-DoS headers download strategy | Suhas Daftuar | |
Avoid permanently storing headers from a peer, unless the headers are part of a chain with sufficiently high work. This prevents memory attacks using low-work headers. Designed and co-authored with Pieter Wuille. |