Skip to content
  1. Oct 02, 2021
  2. Oct 01, 2021
  3. Sep 30, 2021
  4. Sep 29, 2021
  5. 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
  6. Sep 27, 2021