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 rh-chain-selection-db-and-stagnant
Browse files Browse the repository at this point in the history
* master: (33 commits)
  Update all weights, add run_all_benches.sh script (#3400)
  Enable over-bridge-messaging in Rococo/Wococo runtime (#3377)
  paras.rs to FRAME V2 (#3403)
  Add XCM Tracing (#3353)
  Use MaxEncodedLen trait from new parity-scale-codec v2.2 (#3412)
  bump a bunch of deps in parity-common (#3402)
  Warn on low connectivity. (#3408)
  origin to frame v2 (#3405)
  Enable logging in the puppet worker (#3411)
  make it easier to dbg stalls (#3351)
  XCM `canonicalize` + `prepend_with` fix (#3269)
  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)
  ...
  • Loading branch information
ordian committed Jul 6, 2021
2 parents 8dbc72d + ee67bdc commit 8feb436
Show file tree
Hide file tree
Showing 358 changed files with 12,921 additions and 5,445 deletions.
841 changes: 473 additions & 368 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 8feb436

Please sign in to comment.