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

update_roles for nomination pools #11373

Merged
merged 12 commits into from
May 10, 2022

Commits on May 6, 2022

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

Commits on May 9, 2022

  1. add bench

    kianenigma committed May 9, 2022
    Configuration menu
    Copy the full SHA
    3d403fe View commit details
    Browse the repository at this point in the history
  2. use weight fn

    kianenigma committed May 9, 2022
    Configuration menu
    Copy the full SHA
    18d3ad2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    964c5ca View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. cargo run --quiet --profile=production --features=runtime-benchmarks …

    …--manifest-path=bin/node/cli/Cargo.toml -- benchmark pallet --chain=dev --steps=50 --repeat=20 --pallet=pallet_nomination_pools --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./frame/nomination-pools/src/weights.rs --template=./.maintain/frame-weight-template.hbs
    Parity Bot committed May 10, 2022
    Configuration menu
    Copy the full SHA
    610681f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee098c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b70a514 View commit details
    Browse the repository at this point in the history
  4. Update frame/nomination-pools/src/lib.rs

    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    kianenigma and ggwpez committed May 10, 2022
    Configuration menu
    Copy the full SHA
    5901ca2 View commit details
    Browse the repository at this point in the history
  5. Update frame/nomination-pools/src/lib.rs

    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    kianenigma and ggwpez committed May 10, 2022
    Configuration menu
    Copy the full SHA
    ff560a3 View commit details
    Browse the repository at this point in the history
  6. move out of the closure

    kianenigma committed May 10, 2022
    Configuration menu
    Copy the full SHA
    f8f6608 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'kiz-fix-unbond-reward-payout' of github.com:paritytech/…

    …substrate into kiz-fix-unbond-reward-payout
    kianenigma committed May 10, 2022
    Configuration menu
    Copy the full SHA
    375fb36 View commit details
    Browse the repository at this point in the history
  8. fix a few more things

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