Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into ao-dbg-unresponsiveness
Browse files Browse the repository at this point in the history
* master: (21 commits)
  cleanup stream polls (#3397)
  Staking Miner (#3141)
  Companion for Substrate#8953 (#3140)
  Bump version, specs & substrate in prep for v0.9.8 (#3387)
  Fix busy loops. (#3392)
  Minor refactor (#3386)
  add simnet tests (#3381)
  BEEFY: adjust gossip (#3372)
  Companion for #9193 (#3376)
  Companion for Decouple Staking and Election - Part 3: Signed Phase (#2793)
  Ensure that we fetch another collation if the first collation was invalid (#3362)
  Only send one collation per relay parent at a time to validators (#3360)
  disable approval-checking-grandpa on dev chain (#3364)
  Use associated constant for max (#3375)
  Use wasm-builder from git (#3354)
  Squashed 'bridges/' changes from b2099c5..23dda62 (#3369)
  Bump versions & spec_versions (#3368)
  Don't allow bids for a ParaId where there is an overlapping lease period (#3361)
  Companion for upgrade of transaction-payment to pallet macro (#3267)
  Do not allow any crowdloan contributions during the VRF period (#3346)
  ...
  • Loading branch information
ordian committed Jul 2, 2021
2 parents 74a71ce + 91912fd commit efe630b
Show file tree
Hide file tree
Showing 266 changed files with 10,128 additions and 3,995 deletions.
489 changes: 270 additions & 219 deletions Cargo.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ path = "src/main.rs"
name = "polkadot"
description = "Implementation of a https://polkadot.network node in Rust based on the Substrate framework."
license = "GPL-3.0-only"
version = "0.9.5"
version = "0.9.8"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
readme = "README.md"
Expand Down Expand Up @@ -79,6 +79,7 @@ members = [
"parachain/test-parachains",
"parachain/test-parachains/adder",
"parachain/test-parachains/adder/collator",
"utils/staking-miner",
]

# We want to be able to build the bridge relayer without pulling it (and all of its
Expand Down
1 change: 1 addition & 0 deletions bridges/.config/lingua.dic
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ args
aren
async
Best/MS
benchmarking/MS
BlockId
BFT/M
bitfield/MS
Expand Down
2 changes: 2 additions & 0 deletions bridges/.config/spellcheck.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
lang = "en_US"
search_dirs = ["."]
extra_dictionaries = ["lingua.dic"]
skip_os_lookups = true
use_builtin = true

[hunspell.quirks]
# `Type`'s
Expand Down
39 changes: 0 additions & 39 deletions bridges/.github/workflows/deny.yml

This file was deleted.

65 changes: 0 additions & 65 deletions bridges/.github/workflows/lint.yml

This file was deleted.

76 changes: 0 additions & 76 deletions bridges/.github/workflows/publish-deps.yml

This file was deleted.

93 changes: 0 additions & 93 deletions bridges/.github/workflows/publish-docker.yml

This file was deleted.

Loading

0 comments on commit efe630b

Please sign in to comment.