Skip to content
Snippets Groups Projects
  1. Nov 16, 2022
  2. Nov 15, 2022
  3. Nov 14, 2022
  4. Nov 13, 2022
  5. Nov 11, 2022
  6. Nov 10, 2022
  7. Nov 09, 2022
  8. Nov 08, 2022
  9. Nov 07, 2022
    • Aaro Altonen's avatar
      Do not update peer information if ancestor search is in progress (#12631) · df544635
      Aaro Altonen authored
      * Do not update peer information if ancestor search is in progress
      
      If block announcement is received from a peer while ancestor search
      for that same peer is still in progress, do not update the peer's best
      hash and best number as that causes the ancestor search to yield
      different information from what was expected and can cause, for example,
      a fork of lower height not be be downloaded.
      
      * Block until peers are in sync
      df544635