Skip to content
  1. Mar 16, 2022
    • 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
  2. Mar 15, 2022
  3. Mar 14, 2022
  4. Mar 12, 2022
  5. Mar 11, 2022
  6. Mar 10, 2022
  7. Mar 09, 2022
  8. Mar 08, 2022