Skip to content

Commit

Permalink
Polkadot 0.9.27 update. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kukabi committed Aug 4, 2022
1 parent 65b678c commit 0ab2071
Show file tree
Hide file tree
Showing 27 changed files with 213 additions and 222 deletions.
317 changes: 154 additions & 163 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _docker/compose/.env.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.8.2
VERSION=0.10.2
ENV=production
LOG_LEVEL=debug

Expand Down
2 changes: 1 addition & 1 deletion subvt-app-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-app-service"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-block-processor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-block-processor"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-config"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-governance/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-governance"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-logging/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-logging"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-metrics"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-network-status-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-network-status-server"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-network-status-updater/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-network-status-updater"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-nft/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-nft"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-notification-generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-notification-generator"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-notification-processor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-notification-processor"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-onekv-updater/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-onekv-updater"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-persistence/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-persistence"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-plotter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-plotter"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ proc-macro = true

[package]
name = "subvt-proc-macro"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-report-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-report-service"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
4 changes: 2 additions & 2 deletions subvt-service-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-service-common"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand All @@ -10,7 +10,7 @@ anyhow = "1.0"
async-trait = "0.1"
log = "0.4.16"
serde_json = "1.0"
sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
subvt-config = { path = "../subvt-config" }
subvt-logging = { path = "../subvt-logging" }
subvt-metrics = { path = "../subvt-metrics" }
Expand Down
4 changes: 2 additions & 2 deletions subvt-substrate-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-substrate-client"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand All @@ -20,7 +20,7 @@ parity-scale-codec = { version = "3.1.5", default-features = false, features = [
rustc-hash = "1.1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
subvt-config = { path = "../subvt-config" }
subvt-types = { path = "../subvt-types" }
subvt-utility = { path = "../subvt-utility" }
Expand Down
2 changes: 1 addition & 1 deletion subvt-telegram-bot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-telegram-bot"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-telemetry-processor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-telemetry-processor"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
64 changes: 32 additions & 32 deletions subvt-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
[package]
name = "subvt-types"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

[dependencies]
anyhow = "1.0"
chrono = { version = "0.4.19", default-features = true, features = ["serde"] }
frame-metadata = { version = "15.0.0", features = ["std", "v12", "v13", "v14"] }
frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
frame-support = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
frame-system = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
hex = "0.4"
log = "0.4.16"
pallet-bags-list = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
pallet-bounties = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
pallet-collective = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
pallet-democracy = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
pallet-gilt = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
pallet-identity = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
pallet-im-online = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
pallet-multisig = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
pallet-nomination-pools = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
pallet-scheduler = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
pallet-staking = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
pallet-vesting = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
pallet-bags-list = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
pallet-bounties = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
pallet-collective = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
pallet-democracy = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
pallet-election-provider-multi-phase = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
pallet-gilt = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
pallet-identity = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
pallet-im-online = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
pallet-multisig = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
pallet-nomination-pools = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
pallet-scheduler = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
pallet-staking = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
pallet-vesting = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
parity-scale-codec = { version = "3.1.5", default-features = false, features = ["derive", "full"] }
polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.26" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.26" }
polkadot-runtime = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.26" }
polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.26" }
polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.26" }
polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.27" }
polkadot-primitives = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.27" }
polkadot-runtime = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.27" }
polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.27" }
polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.27" }
rustc-hash = "1.1.0"
scale-info = "2.1.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sp-authority-discovery = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
sp-consensus-babe = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
sp-npos-elections = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
sp-session = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
sp-staking = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
sp-version = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.26" }
sp-authority-discovery = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
sp-consensus-babe = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
sp-core = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
sp-finality-grandpa = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
sp-npos-elections = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
sp-runtime = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
sp-session = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
sp-staking = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
sp-version = { git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.27" }
sqlx = { git = "https://github.com/helikon-labs/sqlx.git", branch = "helikon-increased-field-count", features = ["postgres", "runtime-tokio-rustls", "chrono"] }
subvt-proc-macro = { path = "../subvt-proc-macro" }
subvt-utility = { path = "../subvt-utility" }
thiserror = "1.0"
xcm = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.26" }
xcm = { git = "https://github.com/paritytech/polkadot.git", tag = "v0.9.27" }
2 changes: 1 addition & 1 deletion subvt-utility/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-utility"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-validator-details-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-validator-details-server"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-validator-list-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-validator-list-server"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down
2 changes: 1 addition & 1 deletion subvt-validator-list-updater/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subvt-validator-list-updater"
version = "0.8.2"
version = "0.10.2"
edition = "2021"
rust-version = "1.60.0"

Expand Down

0 comments on commit 0ab2071

Please sign in to comment.