1. Sep 07, 2021
  2. Sep 06, 2021
  3. Sep 05, 2021
  4. Sep 04, 2021
  5. Sep 03, 2021
  6. Sep 02, 2021
  7. 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
  8. Aug 31, 2021
  9. Aug 30, 2021
  10. 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
  11. Aug 27, 2021
  12. Aug 26, 2021
    • Shawn Tabrizi's avatar
      Companion for 9619 (Private Events) (#3712) · 07301bd6
      Shawn Tabrizi authored
      * update runtime api
      
      * use storage_prefix
      
      * update read_events_no_consensus
      
      * update Substrate
      
      Co-authored-by: parity-processbot <>
      07301bd6
    • ferrell-code's avatar
      Fix Try-Runtime (#3725) · 1d7e0e6b
      ferrell-code authored
      * compile try-runtime
      
      * cargo fmt lol
      1d7e0e6b
    • Gavin Wood's avatar
      XCM v2: Scripting, Query responses, Exception handling and Error reporting (#3629) · 8b80b283
      Gavin Wood authored
      * Intoduce XCM v2
      
      Also some minor fix for v0/v1
      
      * Minor version cleanup
      
      * Minor version cleanup
      
      * Introduce SendError for XcmSend trait to avoid cycles with having Outcome in Xcm
      
      * comment
      
      * Corrent type
      
      * Docs
      
      * Fix build
      
      * Fixes
      
      * Introduce the basic impl
      
      * Docs
      
      * Add function
      
      * Basic implementation
      
      * Weighed responses and on_report
      
      * Make XCM more script-like
      
      * Remove BuyExecution::orders
      
      * Fixes
      
      * Fixes
      
      * Fixes
      
      * Formatting
      
      * Initial draft and make pallet-xcm build
      
      * fix XCM tests
      
      * Formatting
      
      * Fixes
      
      * Formatting
      
      * spelling
      
      * Fixes
      
      * Fixes
      
      * spelling
      
      * tests for translation
      
      * extra fields to XCM pallet
      
      * Formatting
      
      * Fixes
      
      * spelling
      
      * first integration test
      
      * Another integration test
      
      * Formatting
      
      * fix tests
      
      * all tests
      
      * Fixes
      
      * Fixes
      
      * Formatting
      
      * Fixes
      
      * Fixes
      
      * Formatting
      
      * Bump
      
      * Remove unneeded structuring
      
      * add instruction
      
      * Fixes
      
      * spelling
      
      * Fixes
      
      * Fixes
      
      * Formatting
      
      * Fixes
      
      * Fixes
      
      * Formatting
      
      * Introduce and use VersionedResponse
      
      * Introduce versioning to dispatchables' params
      
      * Fixes
      
      * Formatting
      
      * Rest of merge
      
      * more work
      
      * Formatting
      
      * Basic logic
      
      * Fixes
      
      * Fixes
      
      * Add test
      
      * Fixes
      
      * Formatting
      
      * Fixes
      
      * Fixes
      
      * Fixes
      
      * Nits
      
      * Simplify
      
      * Spelling
      
      * Formatting
      
      * Return weight of unexecuted instructions in case of error as surplus
      
      * Formatting
      
      * Fixes
      
      * Test for instruction count limiting
      
      * Formatting
      
      * Docs
      8b80b283