Skip to content
  1. Mar 17, 2022
  2. Mar 16, 2022
    • Georges's avatar
      Companion to Moving `NposSolution` to frame #11031 (#5112) · 1c443c65
      Georges authored
      * using `frame_npos_elections_solution_type`
      
      * forget to commit one change
      
      * substrate pallet renaming
      
      * `Support` moved to frame in substrate
      
      * update lockfile for {"substrate"}
      
      Co-authored-by: parity-processbot <>
      1c443c65
    • Tsvetomir Dimitrov's avatar
      Additional tracing in provisioner (#5125) · f35f5ae9
      Tsvetomir Dimitrov authored
      * Additional tracing in provisioner
      
      Add debug logs for `fn send_inherent_data`.
      
      * Code review feedback
      
      * Code review feedback
      
      * Code review feedback
      
      * Fix unit tests
      f35f5ae9
    • Mara Broda's avatar
      update weights (#5097) · 8ba34ef1
      Mara Broda authored
      
      
      * westend: update weights
      
      * kusama: update weights
      
      * polkadot: update weights
      
      * westend: update weights (production profile)
      
      * kusama: update weights (production profile)
      
      * polkadot: update weights (production profile)
      
      * kusama: update weights (production profile pt 2)
      
      * westend: update weights (production profile pt 2)
      
      * fixup
      
      * fixup
      
      * cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=frame_system --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
      
      * cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=frame_system --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
      
      * cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=frame_system --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/
      
      Co-authored-by: default avatarParity Bot <[email protected]>
      8ba34ef1
    • asynchronous rob's avatar
      strengthen signals-received atomics (#5132) · 1d695612
      asynchronous rob authored
      
      
      * strengthen signals-received atomics
      
      * Update node/overseer/overseer-gen/src/lib.rs
      
      Co-authored-by: default avatarAndrei Sandu <[email protected]>
      
      * fmt
      
      Co-authored-by: default avatarAndrei Sandu <[email protected]>
      1d695612
    • Shawn Tabrizi's avatar
      Add Child Bounties to Polkadot and Kusama (#4863) · a69330f0
      Shawn Tabrizi authored
      
      
      * add to kusama
      
      * polkadot too
      
      * cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_child_bounties --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/
      
      * cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_child_bounties --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/
      
      * Update Cargo.lock
      
      * Update runtime/kusama/src/lib.rs
      
      * Update runtime/polkadot/src/lib.rs
      
      * import
      
      Co-authored-by: default avatarParity Bot <[email protected]>
      a69330f0
    • Vsevolod Stakhov's avatar
      Collator protocol debug (#5129) · 11d78a04
      Vsevolod Stakhov authored
      
      
      * add two more timers
      
      * Update node/network/availability-recovery/src/metrics.rs
      
      * Try to improve comments spelling
      
      * Cargo fmt iteration
      
      * Add some presumably useful debugging for collator protocol
      
      * Address review comments
      
      Co-authored-by: default avatarBernhard Schuster <[email protected]>
      11d78a04
    • asynchronous rob's avatar
      make more subsystems blocking, fix blocking subsystem spawning (#5133) · 5904ae41
      asynchronous rob authored
      * make more subsystems blocking
      
      * actually spawn blocking subsystems on their own threads
      5904ae41
  3. Mar 15, 2022
  4. Mar 14, 2022
  5. Mar 12, 2022
  6. Mar 11, 2022
  7. Mar 10, 2022
  8. Mar 09, 2022
    • asynchronous rob's avatar
      Finish migration to v2 primitives (#5037) · 49f7e5cc
      asynchronous rob authored
      * remove v0 primitives from polkadot-primitives
      
      * first pass: remove v0
      
      * fix fallout in erasure-coding
      
      * remove v1 primitives, consolidate to v2
      
      * the great import update
      
      * update runtime_api_impl_v1 to v2 as well
      
      * guide: add `Version` request for runtime API
      
      * add version query to runtime API
      
      * reintroduce OldV1SessionInfo in a limited way
      49f7e5cc