Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Add Nomination Pools to Kusama #5447

Merged
merged 25 commits into from
May 11, 2022
Merged

Add Nomination Pools to Kusama #5447

merged 25 commits into from
May 11, 2022

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    6b37896 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Update runtime/kusama/src/lib.rs

    Co-authored-by: Mara Robin B. <mara@broda.me>
    kianenigma and coderobe authored May 6, 2022
    Configuration menu
    Copy the full SHA
    67225a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    029fd18 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    ae39a62 View commit details
    Browse the repository at this point in the history
  2. probably fix build

    kianenigma committed May 9, 2022
    Configuration menu
    Copy the full SHA
    a097b41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96eae22 View commit details
    Browse the repository at this point in the history
  4. really fix build

    kianenigma committed May 9, 2022
    Configuration menu
    Copy the full SHA
    8fd16e0 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. fix benches

    kianenigma committed May 10, 2022
    Configuration menu
    Copy the full SHA
    5ae626a View commit details
    Browse the repository at this point in the history
  2. cargo run --quiet --profile=production --features=runtime-benchmarks …

    …-- benchmark pallet --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_nomination_pools --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
    Parity Bot committed May 10, 2022
    Configuration menu
    Copy the full SHA
    738b786 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/paritytech/polkadot into …

    …kiz-nompools-ksm
    Parity Bot committed May 10, 2022
    Configuration menu
    Copy the full SHA
    7e9a581 View commit details
    Browse the repository at this point in the history
  4. cargo run --quiet --profile=production --features=runtime-benchmarks …

    …-- benchmark pallet --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_nomination_pools --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
    Parity Bot committed May 10, 2022
    Configuration menu
    Copy the full SHA
    0cbb475 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6d040f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2044060 View commit details
    Browse the repository at this point in the history
  7. make defensive

    kianenigma committed May 10, 2022
    Configuration menu
    Copy the full SHA
    6745514 View commit details
    Browse the repository at this point in the history
  8. fix

    kianenigma committed May 10, 2022
    Configuration menu
    Copy the full SHA
    68c216f View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' of https://github.com/paritytech/polkadot into …

    …kiz-nompools-ksm
    Parity Bot committed May 10, 2022
    Configuration menu
    Copy the full SHA
    3b1c8d2 View commit details
    Browse the repository at this point in the history
  10. cargo run --quiet --profile=production --features=runtime-benchmarks …

    …-- benchmark pallet --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_nomination_pools --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
    Parity Bot committed May 10, 2022
    Configuration menu
    Copy the full SHA
    95a4026 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c0943e2 View commit details
    Browse the repository at this point in the history
  12. update

    kianenigma committed May 10, 2022
    Configuration menu
    Copy the full SHA
    dee57e7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1f352f2 View commit details
    Browse the repository at this point in the history
  14. fix benches

    kianenigma committed May 10, 2022
    Configuration menu
    Copy the full SHA
    394cdb8 View commit details
    Browse the repository at this point in the history
  15. cargo run --quiet --profile=production --features=runtime-benchmarks …

    …-- benchmark pallet --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_nomination_pools --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
    Parity Bot committed May 10, 2022
    Configuration menu
    Copy the full SHA
    4c027f3 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. change head

    kianenigma committed May 11, 2022
    Configuration menu
    Copy the full SHA
    54a2cbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0754fa2 View commit details
    Browse the repository at this point in the history
  3. fmt

    kianenigma committed May 11, 2022
    Configuration menu
    Copy the full SHA
    b3553d7 View commit details
    Browse the repository at this point in the history