Skip to content
  1. Feb 25, 2022
    • Oliver Tale-Yazdi's avatar
      Co #10897: Storage benchmarking (#4982) · 86f2d65a
      Oliver Tale-Yazdi authored
      
      
      * Add storage benchmarking
      
      Signed-off-by: default avatarOliver Tale-Yazdi <[email protected]>
      
      * update lockfile for {"substrate"}
      
      Co-authored-by: parity-processbot <>
      86f2d65a
    • Bernhard Schuster's avatar
      fatality based errors (#4448) · d9465827
      Bernhard Schuster authored
      * seed commit for fatality based errors
      
      * fatality
      
      * first draft of fatality
      
      * cleanup
      
      * differnt approach
      
      * simplify
      
      * first working version for enums, with documentation
      
      * add split
      
      * fix simple split test case
      
      * extend README.md
      
      * update fatality impl
      
      * make tests passed
      
      * apply fatality to first subsystem
      
      * fatality fixes
      
      * use fatality in a subsystem
      
      * fix subsystemg
      
      * fixup proc macro
      
      * fix/test: log::*! do not execute when log handler is missing
      
      * fix spelling
      
      * rename Runtime2 to something sane
      
      * allow nested split with `forward` annotations
      
      * add free license
      
      * enable and fixup all tests
      
      * use external fatality
      
      Makes this more reviewable.
      
      * bump fatality dep
      
      Avoid duplicate expander compilations.
      
      * migrate availability distribution
      
      * more fatality usage
      
      * chore: bump fatality to 0.0.6
      
      * fixup remaining subsystems
      
      * chore: fmt
      
      * make cargo spellcheck happy
      
      * remove single instance of `#[fatal(false)]`
      
      * last quality sweep
      
      * fixup
      d9465827
    • Bernhard Schuster's avatar
      85fa0874
    • Bastian Köcher's avatar
      Try to fix disputes test (#4988) · 4028ca10
      Bastian Köcher authored
      * Try to fix disputes test
      
      * Enable all native runtimes
      4028ca10
    • wigy's avatar
      Companion to "Updating scale to v3" (#4958) · e8cb6cda
      wigy authored
      
      
      * Updating dependencies
      
      * Adapting code to scale v3
      
      * Upgrade bitvec to 1.0.0
      
      * Fix bitvec arithmetics
      
      * Update Cargo.lock
      
      * Update sp-io
      
      * Fixing the build
      
      * Yanked scale-info 2.0.0
      
      Co-authored-by: default avatarBastian Köcher <[email protected]>
      e8cb6cda
  2. Feb 24, 2022
  3. Feb 23, 2022
  4. Feb 22, 2022
  5. Feb 21, 2022
  6. Feb 18, 2022
    • Niklas Adolfsson's avatar
      staking miner: reuse ws conn for remote-ext (#4849) · 4210d014
      Niklas Adolfsson authored
      * staking miner: use config for emergency solution
      
      Fixes #4678
      
      * bump jsonrpsee
      
      * run `monitor_cmd_for` until the connection is closed
      
      * new tokio task for submit_and_watch xt
      
      * re-use header subscription
      
      * update jsonrpsee + simplify code
      
      * revert polkadot runtime changes
      
      * fix grumbles
      
      * Update utils/staking-miner/src/monitor.rs
      
      * staking miner: reuse ws conn for remote-ext
      
      * Revert "revert polkadot runtime changes"
      
      This reverts commit 5fddbbec40702c122b079526915cabac8facdbc1.
      
      * cargo fmt
      
      * revert unintentional change
      
      * revert unintentional change
      
      * add type SharedRpcClient
      
      * cargo fmt
      
      * fix nits
      
      * spelling
      
      * use tracing_subcriber and cleanup
      
      * remove some needless clones
      
      * fix some nits
      
      * fix spellcheck
      4210d014
    • asynchronous rob's avatar
      Revert "collator-protocol: short-term fixes for connectivity (#4640)" (#4914) · 0b39ae43
      asynchronous rob authored
      * Revert "collator-protocol: fix wrong warning (#4909)"
      
      This reverts commit 128421b5.
      
      * Revert "collator-protocol: short-term fixes for connectivity (#4640)"
      
      This reverts commit aff88a86
      
      .
      
      * make the slots great again
      
      Co-authored-by: default avatarAndronik <[email protected]>
      0b39ae43
    • dependabot[bot]'s avatar
      Bump tracing from 0.1.30 to 0.1.31 (#4941) · 6fdd0260
      dependabot[bot] authored
      
      
      Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.30 to 0.1.31.
      - [Release notes](https://github.com/tokio-rs/tracing/releases)
      - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.30...tracing-0.1.31)
      
      ---
      updated-dependencies:
      - dependency-name: tracing
        dependency-type: direct:production
        update-type: version-update:semver-patch
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      6fdd0260
  7. Feb 17, 2022
  8. Feb 16, 2022
  9. Feb 15, 2022
  10. Feb 14, 2022
  11. Feb 13, 2022
    • Kian Paimani's avatar
      Add proxy type for Kappa Sigma Mu (#4851) · da78d0a4
      Kian Paimani authored
      da78d0a4
    • Zeke Mostov's avatar
      Baseline weights for `force_apply_min_commission` (#4896) · 0e49337a
      Zeke Mostov authored
      
      
      * Make a diff
      
      * cargo run --quiet --profile=production  --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_staking --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=pallet_staking --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=pallet_staking --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]>
      Co-authored-by: default avatarShawn Tabrizi <[email protected]>
      0e49337a
  12. Feb 12, 2022
    • Shawn Tabrizi's avatar
      Allow two Parachains to swap (#4772) · d5f51273
      Shawn Tabrizi authored
      
      
      * add support for parachain to parachain swap
      
      * enable swaps on kusama
      
      * sanity test in paras_registrar
      
      * express more errors
      
      * finish up tests
      
      * fmt
      
      * make fields pub
      
      * refactor integration tests to use real accounts
      
      * Update Crowdloan Account to FundIndex (#4824)
      
      * update fund account to use index
      
      * fix integration tests
      
      * Update runtime/common/src/crowdloan.rs
      
      * finish parachain swap test
      
      * format
      
      * fix warning
      
      * fix spacing
      
      * fix formatting
      
      * write migrations
      
      * add migration
      
      * fixes
      
      * more fixes to migration
      
      * Update runtime/common/src/crowdloan/mod.rs
      
      Co-authored-by: default avatarZeke Mostov <[email protected]>
      
      * Update runtime/common/src/paras_registrar.rs
      
      * Update migration.rs
      
      * extract swap function
      
      Co-authored-by: default avatarZeke Mostov <[email protected]>
      d5f51273