Skip to content
  1. Feb 22, 2022
  2. Feb 21, 2022
  3. 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
  4. Feb 17, 2022
  5. Feb 16, 2022
  6. Feb 15, 2022
  7. Feb 14, 2022
  8. 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
  9. 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
  10. Feb 11, 2022
  11. Feb 10, 2022
  12. Feb 09, 2022
  13. Feb 08, 2022