Skip to content
Snippets Groups Projects
  1. Jul 28, 2022
  2. Jul 27, 2022
  3. Jul 26, 2022
  4. Jul 25, 2022
  5. Jul 22, 2022
    • ordian's avatar
      malus: add `finality_delay` cli flag (#5770) · b1f8445d
      ordian authored
      * add malus_finality_delay flag
      
      * cargo update -p sp-io
      
      * no warnings when malus is disabled
      
      * subpar workaround for feature unification problem
      
      * remove malus_finality_delay from regular cli
      
      * document finality_delay param, rename cli arg
      b1f8445d
    • Alexander Samusev's avatar
      [ci] publish parachain-implementers-guide (#5806) · d6334447
      Alexander Samusev authored
      * [Do not merge] [ci] publish parachain-implementers-guide
      
      * fix .cancel-pipeline
      
      * rename build-implementers-guide
      
      * fix
      
      * debig docs
      
      * fix needs
      
      * debug publish
      
      * change image for impl guide job
      
      * fix mdbook
      
      * add folder
      
      * remove mdbook-graphviz
      
      * fix publish
      
      * fix publish
      
      * debug publish
      
      * remove debug
      
      * fix script order
      
      * return pipeline
      
      * remove test ref from publish
      d6334447
  6. Jul 21, 2022
  7. Jul 20, 2022
  8. Jul 19, 2022
  9. Jul 18, 2022
  10. Jul 17, 2022
  11. Jul 14, 2022
  12. Jul 13, 2022
  13. Jul 12, 2022
  14. Jul 09, 2022
  15. Jul 08, 2022
  16. Jul 06, 2022
  17. Jul 05, 2022
  18. Jul 04, 2022
    • Vsevolod Stakhov's avatar
      Limit stagnant checks to a certain amount of entries (#5742) · 9dc99f02
      Vsevolod Stakhov authored
      * Limit number of elements loaded from the stagnant key
      
      This will likely be required if we enable stagnant prunning as currently database has way
      too many entries to be prunned in a single iteration
      
      * Fmt run
      
      * Slightly improve logging
      
      * Some more debug nits
      
      * Fmt pass
      9dc99f02