Skip to content
  1. Sep 29, 2021
  2. Sep 28, 2021
    • dependabot[bot]'s avatar
      Bump libc from 0.2.102 to 0.2.103 (#3950) · 4549e1a1
      dependabot[bot] authored
      
      
      Bumps [libc](https://github.com/rust-lang/libc) from 0.2.102 to 0.2.103.
      - [Release notes](https://github.com/rust-lang/libc/releases)
      - [Commits](https://github.com/rust-lang/libc/compare/0.2.102...0.2.103)
      
      ---
      updated-dependencies:
      - dependency-name: libc
        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>
      4549e1a1
    • thiolliere's avatar
      fix master (#3955) · 77ad54e4
      thiolliere authored
      77ad54e4
    • Alexander Samusev's avatar
      Docker files chore (#3880) · f29b6db6
      Alexander Samusev authored
      
      
      * Renamed staking-miner Dockerfiles
      
      * change readme stacking-miner
      
      * mv docker/ to scripts/docker/polkadot
      
      * renamed dockerfiles in scripts/docker
      
      * renamed Dockerfiles
      
      * Update scripts/docker/staking-miner/staking_miner_injected.Dockerfile
      
      Co-authored-by: default avatarChevdor <[email protected]>
      
      * renamed release.Dockerfile
      
      * renamed staking-miner dockerfiles
      
      * add label polkadot_builder.Dockerfile
      
      * Update scripts/docker/polkadot/polkadot_builder.Dockerfile
      
      Co-authored-by: default avatarChevdor <[email protected]>
      
      * Update scripts/docker/polkadot/polkadot_builder.Dockerfile
      
      Co-authored-by: default avatarChevdor <[email protected]>
      
      * Update scripts/docker/polkadot/polkadot_builder.Dockerfile
      
      Co-authored-by: default avatarChevdor <[email protected]>
      
      * Update scripts/docker/polkadot/polkadot_builder.Dockerfile
      
      Co-authored-by: default avatarChevdor <[email protected]>
      
      * Update scripts/docker/polkadot_injected_release.Dockerfile
      
      Co-authored-by: default avatarChevdor <[email protected]>
      
      * Update scripts/docker/collator_injected.Dockerfile
      
      Co-authored-by: default avatarChevdor <[email protected]>
      
      * Update scripts/docker/staking-miner/staking-miner_injected.Dockerfile
      
      Co-authored-by: default avatarChevdor <[email protected]>
      
      * Update scripts/docker/staking-miner/staking-miner_builder.Dockerfile
      
      Co-authored-by: default avatarChevdor <[email protected]>
      
      * Update scripts/docker/staking-miner/staking-miner_builder.Dockerfile
      
      Co-authored-by: default avatarChevdor <[email protected]>
      
      * Update scripts/docker/staking-miner/staking-miner_injected.Dockerfile
      
      Co-authored-by: default avatarChevdor <[email protected]>
      
      * move gpg server as variable to GHA config
      
      * simplified polkadot_builder.Dockerfile
      
      * gitlab-ci modify cp command in test-build-linux-stable
      
      * fix tests
      
      * renamed scripts/docker to scripts/dockerfiles
      
      * fix spellcheck
      
      * fix spellcheck
      
      Co-authored-by: default avatarChevdor <[email protected]>
      f29b6db6
    • dependabot[bot]'s avatar
      Bump nix from 0.19.1 to 0.20.0 (#3587) · ab7f87a8
      dependabot[bot] authored
      
      
      Bumps [nix](https://github.com/nix-rust/nix) from 0.19.1 to 0.20.0.
      - [Release notes](https://github.com/nix-rust/nix/releases)
      - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/nix-rust/nix/compare/v0.19.1...v0.20.0)
      
      ---
      updated-dependencies:
      - dependency-name: nix
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      ab7f87a8
    • Bernhard Schuster's avatar
      remove connected disconnected state, 3rd attempt (#3898) · c9662531
      Bernhard Schuster authored
      
      
      * overseer: remove mut in connector
      
      * rename SelectRelayChainWFallback -> SelectRelayChain
      
      * split Basics
      
      * introduce the OverseerConnector, use it
      
      * introduce is_relay_chain to RelayChainSelection
      
      * chore: rename var
      
      * avoid dummy import in subsystem
      
      * actually remove Disconnecte/Connected enum
      
      * extract DummySubsystem into mod dummy.
      
      * Handle::Connected -> Handle::new
      
      * chore: fmt
      
      * fix test
      
      * select relay chain takes no arg, simplification
      
      * fmt
      
      * Update node/service/src/lib.rs
      
      Co-authored-by: default avatarAndronik Ordian <[email protected]>
      
      * chore: improve malus tests
      
      * avoid the deferred setting of `is_relay_chain` in `RelayChainSelection`
      
      * positive assertion is not mandated, only the negative one, to avoid a stall
      
      * chore: fmt
      
      * assure the `RelayChainSelection` is not used before the overseer is up and running
      
      Co-authored-by: default avatarAndronik Ordian <[email protected]>
      c9662531
    • asynchronous rob's avatar
      fix flaky chain-selection tests (#3948) · 408b4926
      asynchronous rob authored
      408b4926
    • Keith Yeung's avatar
      Add benchmarking for parachain runtime initializer pallet (#3913) · 7da1421b
      Keith Yeung authored
      
      
      * Add benchmarking for parachain runtime initializer pallet
      
      * Fix default impl for initializer pallet WeightInfo
      
      * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=runtime_parachains::initializer --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/runtime_parachains_initializer.rs
      
      * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=runtime_parachains::initializer --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/runtime_parachains_initializer.rs
      
      * Use real weights and use max_block as default weight
      
      * Add variable for digest vec length for initializer benchmark
      
      * Fix compilation errors
      
      * Add WeightInfo to parachains_initializer config in polkadot runtime
      
      * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=runtime_parachains::initializer --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/westend/src/weights/runtime_parachains_initializer.rs
      
      * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=runtime_parachains::initializer --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/runtime_parachains_initializer.rs
      
      * Appease spellchecker
      
      * Use kusama weights in polkadot runtime for parachain initializer pallet
      
      Co-authored-by: default avatarParity Bot <[email protected]>
      7da1421b
  3. Sep 27, 2021
    • Bernhard Schuster's avatar
      minor chore changes (#3944) · d64394ef
      Bernhard Schuster authored
      * chore: mild refactor, avoid the channel in handle_import_statements
      
      * chore/md: lint
      d64394ef
    • asynchronous rob's avatar
      disputes: reject single-sided disputes (#3903) · 94986bec
      asynchronous rob authored
      * disputes: reject single-sided disputes
      
      * fmt
      94986bec
    • Robert Klotzner's avatar
      Log info about low connectivity and unreachable validators (#3916) · 7c3b3c4a
      Robert Klotzner authored
      * Attempt to add log stats to gossip-support.
      
      * WIP: Keep track of connected validators.
      
      * Clarify metric.
      
      * WIP: Make gossip support report connectivity.
      
      * WIP: Fixing tests.
      
      * Fix network bridge + integrate in overseer.
      
      * Consistent naming.
      
      * Fix logic error
      
      * cargo fmt
      
      * Pretty logs.
      
      * cargo fmt
      
      * Use `Delay` to trigger periodic checks.
      
      * fmt
      
      * Fix warning for authority set size of 1.
      
      * More correct ratio report if there are no resolved validators.
      
      * Prettier rendering of empty set.
      
      * Fix typo.
      
      * Another typo.
      
      * Don't check on every leaf update.
      
      * Make compatible with older rustc.
      
      * Fix tests.
      
      * Demote warning.
      7c3b3c4a
    • Ayush Mishra's avatar
      Added multisig in Rococo (#3873) · fdebbbf4
      Ayush Mishra authored
      * Added multisig in Rococo
      
      * removed formatting error
      
      Co-authored-by: Ayush <>
      fdebbbf4
    • Liu-Cheng Xu's avatar
      Fix bin-substrate toml (#3939) · 7f2fab26
      Liu-Cheng Xu authored
      7f2fab26
    • dependabot[bot]'s avatar
      Bump tracing from 0.1.27 to 0.1.28 (#3937) · 724a1b48
      dependabot[bot] authored
      
      
      Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.27 to 0.1.28.
      - [Release notes](https://github.com/tokio-rs/tracing/releases)
      - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.27...tracing-0.1.28)
      
      ---
      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>
      724a1b48
    • Shawn Tabrizi's avatar
      XCM Benchmarks for Asset Transactor w/ Fungible Asset (#3818) · 7c8804c0
      Shawn Tabrizi authored
      
      
      * benchmarks for fungibles
      
      * add benchmark to westend
      
      * fix hex
      
      * clean up a bit
      
      * update code doc
      
      * fix warnings
      
      * cargo run --quiet --release --features runtime-benchmarks -- benchmark --chain=westend-dev --pallet=pallet_xcm_benchmarks::fungible --extrinsic=* --steps=10 --repeat=10 --template=./xcm/pallet-xcm-benchmarks/template.hbs --output=./ --execution=wasm --wasm-execution=compiled
      
      * use skip
      
      * fix spelling
      
      * Update Cargo.lock
      
      * add scale-info
      
      * Update Cargo.lock
      
      * update bench
      
      * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_xcm_benchmarks::fungible --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --template=./xcm/pallet-xcm-benchmarks/template.hbs --output=./runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs
      
      * weights compile
      
      * update westend to use weights
      
      * fmt
      
      * spelling fixes
      
      * Delete pallet_xcm_benchmarks::fungible.rs
      
      * Apply suggestions from code review
      
      Co-authored-by: default avatarKian Paimani <[email protected]>
      
      * fix code review
      
      * update weight
      
      * fix report_error
      
      * fix spell check
      
      Co-authored-by: default avatarParity Bot <[email protected]>
      Co-authored-by: default avatarKian Paimani <[email protected]>
      7c8804c0
  4. Sep 26, 2021
  5. Sep 25, 2021
  6. Sep 24, 2021
  7. Sep 23, 2021
    • asynchronous rob's avatar
      add parachains pallets to Polkadot runtime (#3815) · ccb7bc5c
      asynchronous rob authored
      
      
      * add parachains pallets to Polkadot runtime
      
      * some updates
      
      * temp update deposits, fix compile
      
      * lower para byte deposit
      
      * fix genesis
      
      * fmt
      
      * fix spell
      
      * updates to consts
      
      * update benchmark list
      
      * fix merge master
      
      * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=runtime_common::crowdloan --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/runtime_common_crowdloan.rs
      
      * skip large meta
      
      * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=runtime_common::crowdloan --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/runtime_common_crowdloan.rs
      
      * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=runtime_common::paras_registrar --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/runtime_common_paras_registrar.rs
      
      * fmt
      
      * add and update proxies
      
      * add weight info
      
      * weights
      
      * lower minimum contribution to 5 DOT
      
      * only overwrite when default
      
      Co-authored-by: default avatarShawn Tabrizi <[email protected]>
      Co-authored-by: default avatarParity Bot <[email protected]>
      ccb7bc5c
    • asynchronous rob's avatar
      Add a `force_unfreeze` extrinsic to the disputes module (#3906) · 03934d2a
      asynchronous rob authored
      
      
      * add a 'force_unfreeze' to the Disputes module
      
      * fmt
      
      * Benchmark Disputes `force_unfreeze` extrinsic (#3908)
      
      * Companion for Generate storage info for pallet babe #9760 (#3831)
      
      * Adding MaxSegmentLength and MaxAuthorities
      to pallet babe
      
      * Missed a few to_vec
      
      * Removing `MaxSegmentLength` as not needed anymore
      
      * Adding `MaxAuthorities` to couple of missing place
      
      * Adding missing definition of `MaxAuthorities`
      
      * Adding a missing to_vec
      
      * update Substrate
      
      Co-authored-by: default avatarthiolliere <[email protected]>
      Co-authored-by: parity-processbot <>
      
      * Benchmark Disputes `force_unfreeze` extrinsic
      
      target pr: #3906
      target branch: rh-unfreeze
      
      * Add benchmark to rococo runtime; run benchmark locally
      
      * Revert unintentionally added diff
      
      * Some spacing and comments
      
      * Bump proc-macro-crate from 1.0.0 to 1.1.0 (#3863)
      
      Bumps [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) from 1.0.0 to 1.1.0.
      - [Release notes](https://github.com/bkchr/proc-macro-crate/releases)
      - [Commits](https://github.com/bkchr/proc-macro-crate/commits)
      
      ---
      updated-dependencies:
      - dependency-name: proc-macro-crate
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      
      * Bump parity-scale-codec from 2.2.0 to 2.3.0 (#3833)
      
      Bumps [parity-scale-codec](https://github.com/paritytech/parity-scale-codec) from 2.2.0 to 2.3.0.
      - [Release notes](https://github.com/paritytech/parity-scale-codec/releases)
      - [Changelog](https://github.com/paritytech/parity-scale-codec/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/paritytech/parity-scale-codec/compare/v2.2...parity-scale-codec-v2.3.0)
      
      ---
      updated-dependencies:
      - dependency-name: parity-scale-codec
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      
      * Use super::WeightInfo to try and get CI to compile
      
      * cargo run --quiet --release --features runtime-benchmarks -- benchmark --chain=rococo-dev --steps=50 --repeat=20 --pallet=runtime_parachains::disputes --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --output=./runtime/parachains/src/disputes/weights.rs --header=./file_header.txt
      
      * impl TestWeightInfo; remove weights from runtime_parachains dir
      
      * fmt
      
      * Update test-runtime
      
      Co-authored-by: default avatarGeorges <[email protected]>
      Co-authored-by: default avatarthiolliere <[email protected]>
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      Co-authored-by: default avatarParity Bot <[email protected]>
      
      Co-authored-by: default avatarZeke Mostov <[email protected]>
      Co-authored-by: default avatarGeorges <[email protected]>
      Co-authored-by: default avatarthiolliere <[email protected]>
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      Co-authored-by: default avatarParity Bot <[email protected]>
      03934d2a
    • Pierre Besson's avatar
      Add new rococo chainspec (#3905) · b60d2eee
      Pierre Besson authored
      b60d2eee
    • Keith Yeung's avatar
    • dependabot[bot]'s avatar
      Bump parity-scale-codec from 2.2.0 to 2.3.0 (#3833) · 4f70899f
      dependabot[bot] authored
      
      
      Bumps [parity-scale-codec](https://github.com/paritytech/parity-scale-codec) from 2.2.0 to 2.3.0.
      - [Release notes](https://github.com/paritytech/parity-scale-codec/releases)
      - [Changelog](https://github.com/paritytech/parity-scale-codec/blob/master/CHANGELOG.md)
      - [Commits](https://github.com/paritytech/parity-scale-codec/compare/v2.2...parity-scale-codec-v2.3.0)
      
      ---
      updated-dependencies:
      - dependency-name: parity-scale-codec
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      4f70899f
    • dependabot[bot]'s avatar
      Bump proc-macro-crate from 1.0.0 to 1.1.0 (#3863) · 8e078d31
      dependabot[bot] authored
      
      
      Bumps [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) from 1.0.0 to 1.1.0.
      - [Release notes](https://github.com/bkchr/proc-macro-crate/releases)
      - [Commits](https://github.com/bkchr/proc-macro-crate/commits)
      
      ---
      updated-dependencies:
      - dependency-name: proc-macro-crate
        dependency-type: direct:production
        update-type: version-update:semver-minor
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      8e078d31
  8. Sep 22, 2021