1. Sep 02, 2021
  2. 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
  3. Aug 31, 2021
  4. Aug 30, 2021
  5. Aug 28, 2021
    • Keith Yeung's avatar
      Return a Result in invert_location (#3730) · 64cbeab3
      Keith Yeung authored
      * Return a Result in invert_location
      
      * Add invertible to spellcheck dictionary
      
      * Fix Some -> Ok
      64cbeab3
    • Gavin Wood's avatar
      XCM: Allow reclaim of assets dropped from holding (#3727) · 636d0b03
      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
      636d0b03
  6. Aug 27, 2021
  7. Aug 26, 2021
  8. Aug 25, 2021
  9. Aug 24, 2021
  10. Aug 23, 2021
  11. Aug 21, 2021
  12. Aug 20, 2021
  13. Aug 19, 2021