1. Dec 03, 2020
  2. Dec 02, 2020
  3. Dec 01, 2020
  4. Nov 30, 2020
  5. Nov 28, 2020
  6. Nov 27, 2020
  7. Nov 26, 2020
    • Bastian Köcher's avatar
      Inform sync explicitly about new best block (#7604) · ac4366bc
      Bastian Köcher authored
      * Inform sync explicitly about new best block
      
      Instead of "fishing" the new best block out of the processed blocks, we
      now tell sync directly that there is a new best block. It also makes
      sure that we update the corresponding sync handshake to the new best
      block. This is required for parachains as they first import blocks and
      declare the new best block after being made aware of it by the relay chain.
      
      * Adds test
      
      * Make sure async stuff had time to run
      ac4366bc