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

technical committee is using the weight of council, but should have its own generated weight instead #3511

Merged
24 commits merged into from
Sep 1, 2021

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    71669e7 View commit details
    Browse the repository at this point in the history
  2. fix path

    gui1117 committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    4a4988f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/paritytech/polkadot into …

    …gui-fix-weights-collective
    Parity Benchmarking Bot committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    3e42d63 View commit details
    Browse the repository at this point in the history
  4. fix typo

    shawntabrizi committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    2d89b8a View commit details
    Browse the repository at this point in the history
  5. cargo run --quiet --release --features=runtime-benchmarks -- benchmar…

    …k --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_collective --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
    Parity Benchmarking Bot committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    fbca361 View commit details
    Browse the repository at this point in the history
  6. cargo run --quiet --release --features=runtime-benchmarks -- benchmar…

    …k --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_collective --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
    Parity Benchmarking Bot committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    04bf2a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    2f7ec21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    026cf2f View commit details
    Browse the repository at this point in the history
  3. cargo run --quiet --release --features=runtime-benchmarks -- benchmar…

    …k --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_collective --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
    Parity Benchmarking Bot committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    7c39e87 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/paritytech/polkadot into …

    …gui-fix-weights-collective
    Parity Benchmarking Bot committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    84279aa View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. use unique names

    gui1117 committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    74d31ca View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/paritytech/polkadot into …

    …gui-fix-weights-collective
    Parity Benchmarking Bot committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    b800710 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d98379 View commit details
    Browse the repository at this point in the history
  4. cargo run --quiet --release --features=runtime-benchmarks -- benchmar…

    …k --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_collective_council --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
    Parity Benchmarking Bot committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    690fdb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Revert "cargo run --quiet --release --features=runtime-benchmarks -- …

    …benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_collective_council --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/"
    
    This reverts commit 690fdb6.
    gui1117 committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    e9818fd View commit details
    Browse the repository at this point in the history
  2. revert unique names

    gui1117 committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    e72394a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. cargo update -p sp-io

    gui1117 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    6fd5836 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bccf273 View commit details
    Browse the repository at this point in the history
  3. fix

    gui1117 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    3670dde View commit details
    Browse the repository at this point in the history
  4. cargo update -p sp-io

    gui1117 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    c476579 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of https://github.com/paritytech/polkadot into …

    …gui-fix-weights-collective
    Parity Benchmarking Bot committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    72d643c View commit details
    Browse the repository at this point in the history
  6. cargo run --quiet --release --features=runtime-benchmarks -- benchmar…

    …k --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_collective --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
    Parity Benchmarking Bot committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    dc5176a View commit details
    Browse the repository at this point in the history
  7. cargo run --quiet --release --features=runtime-benchmarks -- benchmar…

    …k --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_collective --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
    Parity Benchmarking Bot committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    4ef75ae View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

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