Skip to content
  1. Feb 21, 2022
  2. Feb 20, 2022
  3. Feb 17, 2022
    • Alexander Theißen's avatar
      Add `canvas-kusama` runtime (#980) · 4d319d0f
      Alexander Theißen authored
      * Added kanvas runtime
      
      * Fix up benchmarking
      
      * Fixup markdown stucture
      
      * replace :emoji_name: by utf8
      * fix up header hierarchy
      
      * Merge canvas README
      
      * Only use "Canvas" as a name
      
      * Remove reference to Rocanvas
      4d319d0f
  4. Feb 16, 2022
  5. Feb 14, 2022
  6. Feb 11, 2022
  7. Feb 10, 2022
  8. Feb 09, 2022
  9. Feb 08, 2022
  10. Feb 07, 2022
  11. Feb 05, 2022
  12. Feb 04, 2022
  13. Feb 03, 2022
  14. Feb 02, 2022
  15. Feb 01, 2022
  16. Jan 31, 2022
  17. Jan 26, 2022
  18. Jan 25, 2022
  19. Jan 22, 2022
  20. Jan 21, 2022
    • Bastian Köcher's avatar
      pov-recovery: Enable pov-recovery as well on full nodes (#927) · 035f7cee
      Bastian Köcher authored
      * pov-recovery: Enable pov-recovery as well on full nodes
      
      Pov recovery was before only enabled for collators. The reason behind this was prevention of spam of
      the relay chain for block recovery. However, recent events has shown that this wasn't a good idea.
      So, this pr enables pov-recover for normal full nodes as well, but with a much higher delay before
      trying to recover a block. This means that full nodes will wait in minimum 2.5 minutes and in
      maximum 5 minutes before recovering a block. This should give collators in "normal mode" enough time
      to recover a block (they wait in maximum 6 seconds after they have seen a new candidate in the relay
      chain) before recovering a block. So, we should hopefully not spam the relay chain.
      
      * FMT
      
      * Fixes
      
      * Fix documentation
      035f7cee