Skip to content
  1. Mar 12, 2021
  2. Mar 11, 2021
  3. Mar 10, 2021
  4. Mar 09, 2021
  5. Mar 07, 2021
  6. Mar 06, 2021
  7. Mar 05, 2021
  8. Mar 04, 2021
    • Robert Klotzner's avatar
      Jaeger spans for availability distribution (#2559) · c0347f02
      Robert Klotzner authored
      
      
      * Logging functionality for spans.
      
      * Jaeger spans for availability distribution.
      
      * Fix instrumentation to use log target properly.
      
      * Add some tracing instrumentation macros.
      
      * Use int_tags instead of logs.
      
      * Add span per iteration.
      
      * Remove span::log functionality.
      
      * Fix instrumentation log target for real.
      
      * Add jaeger span to responding side as well.
      
      * Revert "Fix instrumentation log target for real."
      
      This reverts commit e1c2a2e6ff6f257e702f07d8a77c2668af92b0ef.
      
      * Revert "Fix instrumentation to use log target properly."
      
      This reverts commit 7caa0bd1acc6fe9727bb3a91851560d756c40ab8.
      
      * target -> subsystem in instrumentatio macro
      
      target is not correct either, and the correct way of using a top level
      target = LOG_TARGET does not work, as the macro expects a string literal
      and gets confused by the constant `LOG_TARGET`.
      
      * Use kebab-case for spa names.
      
      Co-authored-by: default avatarAndronik Ordian <[email protected]>
      
      Co-authored-by: default avatarAndronik Ordian <[email protected]>
      c0347f02
    • Robert Klotzner's avatar
      Fix links in docs. (#2556) · 95f1b09b
      Robert Klotzner authored
      95f1b09b
    • ordian's avatar
  9. Mar 03, 2021
  10. Mar 02, 2021
  11. Mar 01, 2021
  12. Feb 28, 2021
    • Gavin Wood's avatar
      Companion for Substrate #8120 (#2541) · c4b89e11
      Gavin Wood authored
      
      
      * add remark_with_event
      
      * Bump Substrate
      
      * cargo run --release --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 --release --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 --release --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/
      
      * cargo run --release --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/
      
      Co-authored-by: default avatarBryan Chen <[email protected]>
      Co-authored-by: default avatarParity Benchmarking Bot <[email protected]>
      c4b89e11
  13. Feb 27, 2021