Skip to content
  1. Aug 14, 2022
    • Kian Paimani's avatar
      Add nomination pools to Polkadot runtime (#5582) · 47de4b37
      Kian Paimani authored
      
      
      * Add nomination poools to Polkadot runtime
      
      * fmt + spellcheck
      
      * cargo run --quiet --profile=production --features runtime-benchmarks -- benchmark pallet --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_nomination_pools --extrinsic=* --execution=wasm --wasm-execution=compiled --header=./file_header.txt --output=./runtime/polkadot/src/weights/
      
      * fiux
      
      * ".git/.scripts/bench-bot.sh" runtime polkadot-dev pallet_nomination_pools
      
      * ".git/.scripts/fmt.sh" 1
      
      * Update runtime/polkadot/src/lib.rs
      
      Co-authored-by: default avatarOliver Tale-Yazdi <[email protected]>
      
      * fix
      
      * fmt
      
      * Update runtime/polkadot/src/lib.rs
      
      Co-authored-by: default avatarParity Bot <[email protected]>
      Co-authored-by: command-bot <>
      Co-authored-by: default avatarOliver Tale-Yazdi <[email protected]>
      47de4b37
  2. Aug 12, 2022
  3. Aug 11, 2022
  4. Aug 09, 2022
  5. Aug 08, 2022
  6. Aug 05, 2022
  7. Aug 04, 2022
  8. Aug 03, 2022
  9. Aug 01, 2022
  10. Jul 29, 2022
  11. Jul 28, 2022
  12. Jul 27, 2022
  13. Jul 26, 2022
  14. Jul 25, 2022
  15. 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