1. 08 Sep, 2021 3 commits
  2. 07 Sep, 2021 9 commits
  3. 06 Sep, 2021 3 commits
  4. 05 Sep, 2021 3 commits
  5. 04 Sep, 2021 3 commits
  6. 03 Sep, 2021 2 commits
  7. 02 Sep, 2021 6 commits
  8. 01 Sep, 2021 4 commits
    • Robert Klotzner's avatar
      Fixes/improvements for disputes (#3753) · 7f813f52
      Robert Klotzner authored
      * More debugging output.
      
      * Fix chain selection in case of disputes.
      
      * Fix flaky test.
      7f813f52
    • Bernhard Schuster's avatar
      chore: test helper arbitrary ordering for 2 (#3762) · ae6ee12c
      Bernhard Schuster authored
      * chore: add arbitrary order macro for more resilient subsystem tests
      
      * move to subsystem-test-helpers
      ae6ee12c
    • Bernhard Schuster's avatar
      disputes: fix relay chain selection sanity check (#3750) · 4764ec7c
      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: Lldenaurois's avatarLldenaurois <Ljdenaurois@gmail.com>
      Co-authored-by: Andronik Ordian's avatarAndronik Ordian <write@reusable.software>
      4764ec7c
    • thiolliere's avatar
      technical committee is using the weight of council, but should have its own... · d275db9a
      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 690fdb65
      
      .
      
      * 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 <admin@parity.io>
      Co-authored-by: Shawn Tabrizi's avatarShawn Tabrizi <shawntabrizi@gmail.com>
      d275db9a
  9. 31 Aug, 2021 1 commit
  10. 30 Aug, 2021 4 commits
  11. 28 Aug, 2021 2 commits
    • Keith Yeung's avatar
      Return a Result in invert_location (#3730) · 54d1cb91
      Keith Yeung authored
      * Return a Result in invert_location
      
      * Add invertible to spellcheck dictionary
      
      * Fix Some -> Ok
      54d1cb91
    • Gavin Wood's avatar
      XCM: Allow reclaim of assets dropped from holding (#3727) · 8ea76695
      Gavin Wood authored
      * XCM: Introduce AssetTrap
      
      * Revert reversions
      
      * Remove attempts at weighing and add test
      
      * Less storage use for asset trapping
      
      * Add missing file
      
      * Fixes
      
      * Fixes
      
      * Formatting
      
      * Fixes
      
      * Docs
      
      * Filter types to allow runtimes to dictate which assets/origins should be trapped
      
      * Formatting
      
      * Tests
      
      * Formatting
      
      * Fixes
      
      * Docs
      8ea76695