Skip to content
  1. Sep 09, 2021
  2. Sep 08, 2021
  3. Sep 07, 2021
  4. Sep 06, 2021
  5. Sep 05, 2021
  6. Sep 04, 2021
  7. Sep 03, 2021
  8. Sep 02, 2021
  9. Sep 01, 2021
    • Robert Klotzner's avatar
      Fixes/improvements for disputes (#3753) · ffcde1e5
      Robert Klotzner authored
      * More debugging output.
      
      * Fix chain selection in case of disputes.
      
      * Fix flaky test.
      ffcde1e5
    • Bernhard Schuster's avatar
      chore: test helper arbitrary ordering for 2 (#3762) · bff0ed53
      Bernhard Schuster authored
      * chore: add arbitrary order macro for more resilient subsystem tests
      
      * move to subsystem-test-helpers
      bff0ed53
    • Bernhard Schuster's avatar
      disputes: fix relay chain selection sanity check (#3750) · b8558661
      Bernhard Schuster authored
      
      
      * Fix off-by-one bug in approval voting and adjust tests
      
      * Address feedback
      
      * Remove default disputes
      
      * Remove spaces
      
      * cargo +nightly fmt
      
      Co-authored-by: default avatarLldenaurois <[email protected]>
      Co-authored-by: default avatarAndronik Ordian <[email protected]>
      b8558661
    • thiolliere's avatar
      technical committee is using the weight of council, but should have its own... · 16e4c8bc
      thiolliere authored
      
      technical committee is using the weight of council, but should have its own generated weight instead (#3511)
      
      * collectives have different weight
      
      * fix path
      
      * fix typo
      
      * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --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/
      
      * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --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/
      
      * add description for technical committee
      
      * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --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/
      
      * use unique names
      
      * makes compiling weights result
      
      * 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/
      
      * 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 690fdb65af58d5413fb16d4da82aff83977d3454.
      
      * revert unique names
      
      * cargo update -p sp-io
      
      * fix
      
      * cargo update -p sp-io
      
      * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --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/
      
      * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --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/
      
      Co-authored-by: default avatarParity Benchmarking Bot <[email protected]>
      Co-authored-by: default avatarShawn Tabrizi <[email protected]>
      16e4c8bc
  10. Aug 31, 2021
  11. Aug 30, 2021