Skip to content

Commit

Permalink
Bumped polkadost-sdk version (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
markopoloparadox authored May 7, 2024
1 parent 094028a commit 89b7fc7
Show file tree
Hide file tree
Showing 7 changed files with 456 additions and 456 deletions.
302 changes: 151 additions & 151 deletions Cargo.lock

Large diffs are not rendered by default.

236 changes: 118 additions & 118 deletions Cargo.toml

Large diffs are not rendered by default.

162 changes: 81 additions & 81 deletions avail-subxt/Cargo.lock

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions avail-subxt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "src/e2e.rs"

[dependencies]
avail-base = { path = "../base" }
avail-core = { git = "https://github.com/availproject/avail-core", tag = "node-v2200-rc1", features = ["serde"] }
avail-core = { git = "https://github.com/availproject/avail-core", tag = "node-v2210-rc1", features = ["serde"] }

# Other
derive_more = "0.99.17"
Expand All @@ -40,8 +40,8 @@ serde_json = { version = "1.0", features = ["arbitrary_precision"] }

# Substrate
subxt = "0.34"
sp-core = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-3", default-features = false }
sp-runtime = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-3", default-features = false }
sp-core = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-4", default-features = false }
sp-runtime = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-4", default-features = false }
codec = { package = "parity-scale-codec", version = "3", default-features = false, features = [
"derive",
"full",
Expand All @@ -51,7 +51,7 @@ scale-info = { version = "2.5.0", features = ["bit-vec"] }
bounded-collections = { version = "0.2.0", features = ["serde"] }

[dev-dependencies]
avail-core = { git = "https://github.com/availproject/avail-core", tag = "node-v2200-rc1", features = ["serde", "runtime"] }
avail-core = { git = "https://github.com/availproject/avail-core", tag = "node-v2210-rc1", features = ["serde", "runtime"] }

async-std = { version = "1.12.0", features = ["attributes", "tokio1"] }
futures = "0.3.13"
Expand All @@ -64,17 +64,17 @@ indicatif = "0.17"
rand = "0.8.5"

# Substrate
sp-keyring = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-3" }
binary-merkle-tree = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-3", default-features = false }
sp-keyring = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-4" }
binary-merkle-tree = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-4", default-features = false }
subxt-signer = "0.34"

# Dependency `subxt` uses it's own 'version' of sp-core so we need to patch it :)
[patch.crates-io]
sp-core = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-3" }
sp-io = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-3" }
sp-runtime = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-3" }
sp-std = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-3" }
# frame-metadata = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-3" }
sp-core = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-4" }
sp-io = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-4" }
sp-runtime = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-4" }
sp-std = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-4" }
# frame-metadata = { git = "https://github.com/availproject/polkadot-sdk.git", tag = "polkadot-1.7.1-patch-4" }


[features]
Expand Down
Loading

0 comments on commit 89b7fc7

Please sign in to comment.