Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-12 | [headerssync] Make m_commit_offset protected | dergoegge | |
2022-08-29 | Track headers presync progress and log it | Pieter Wuille | |
2022-08-29 | Expose HeadersSyncState::m_current_height in getpeerinfo() | 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. |