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 11, 2022
  3. Aug 01, 2022
  4. Jul 28, 2022
  5. Jul 27, 2022
    • Sergej Sakac's avatar
      Companion for #11831 (#5784) · c2df8308
      Sergej Sakac authored
      
      
      * Companion for #11831
      
      * commti
      
      * fix
      
      * fix
      
      * commit
      
      * fix?
      
      * added rpc extension
      
      * fmt
      
      * add dependency
      
      * added NominationPools to runtimes
      
      * implement np
      
      * implement for kusama & westend
      
      * remove np-rpc from rococco
      
      * fmt
      
      * add np-rpc to the client
      
      * fix wrong dependency in client
      
      * remove from client
      
      * remove from rpc
      
      * fix?
      
      * switch back
      
      * fix?
      
      * .
      
      * add rpc extension
      
      * fmt
      
      * fix dependency
      
      * commit
      
      * only implement the api in the runtimes
      
      * update
      
      * update runtimes
      
      * update sp-io
      
      * update
      
      * Update Cargo.toml
      
      * Update Cargo.toml
      
      * Update Cargo.toml
      
      * commit
      
      * Revert "Merge branch 'rpc-pending-rewards' of github.com:Szegoo/polkadot into rpc-pending-rewards"
      
      This reverts commit dd260820641060b6106b238081d674e902267f24, reversing
      changes made to 8f3b58dbe28132a95c4d595700214f886da22e5e.
      
      Co-authored-by: default avatarkianenigma <[email protected]>
      c2df8308
    • Kian Paimani's avatar
      add migration for staking v10 (#5817) · 85b909a0
      Kian Paimani authored
      85b909a0
  6. Jul 25, 2022
  7. Jul 21, 2022
  8. Jul 19, 2022
  9. Jul 13, 2022
  10. Jul 12, 2022
  11. Jul 06, 2022
  12. Jun 29, 2022
  13. Jun 27, 2022
  14. Jun 21, 2022
    • Mara Broda's avatar
      bump versions to 0.9.25 (#5684) · 97f9b840
      Mara Broda authored
      * kusama: bump spec_version to 9250
      
      * polkadot: bump spec_version to 9250
      
      * rococo: bump spec_version to 9250
      
      * westend: bump spec_version to 9250
      
      * bump version to 0.9.25
      
      * bump transaction version (polkadot & kusama) (#5690)
      
      * kusama: bump transaction_version to 12
      
      * polkadot: bump transaction_version to 13
      97f9b840
    • Mara Broda's avatar
      update weights (#5704) · 8ef2b701
      Mara Broda authored
      * westend: update weights
      
      * kusama: update weights
      
      * polkadot: update weights
      
      * rococo: update weights
      8ef2b701
  15. Jun 16, 2022
  16. Jun 13, 2022
  17. Jun 07, 2022
  18. May 30, 2022
    • Mara Broda's avatar
      update weights (#5601) · 3ea40ba1
      Mara Broda authored
      * polkadot: update weights
      
      * kusama: update weights
      
      * westend: update weights
      
      * rococo: update weights
      3ea40ba1
  19. May 27, 2022
  20. May 25, 2022
  21. May 24, 2022
    • Niklas Adolfsson's avatar
      fix: `--feature fast-runtime` on westend (#5585) · 69aa11f6
      Niklas Adolfsson authored
      The westend runtime was missing the fast runtime for `EpochDuration`
      which caused the epoch be 1 hour which isn't fast.
      
      This PR changes the `EpochDuration` to 2 minutes when `--fast-runtime`
      is enabled, the same as polkadot and kusama.
      69aa11f6
  22. May 20, 2022
  23. May 19, 2022
  24. May 17, 2022
  25. May 16, 2022
  26. May 12, 2022
  27. May 11, 2022