Skip to content

Commit

Permalink
A0-3001: bump substrate (#1372)
Browse files Browse the repository at this point in the history
# Description

Also bump rust version was needed because of clap version bump.
rm some deps from cliain as they were not needed and they were colliding
with subxt
Bumped subxt to 0.29 since there were 2 versions of wasmtime and they
were conflicting with each other during linking.
rm migrations from pallets committee-managment and elections
fixed script for updating substrate dependencies

## Type of change

Please delete options that are not relevant.
- Breaking change (fix or feature that would cause existing
functionality to not work as expected)
  • Loading branch information
kostekIV authored Sep 15, 2023
1 parent ef29969 commit 0ee5e36
Show file tree
Hide file tree
Showing 78 changed files with 23,440 additions and 19,859 deletions.
2,573 changes: 1,392 additions & 1,181 deletions Cargo.lock

Large diffs are not rendered by default.

158 changes: 79 additions & 79 deletions Cargo.toml

Large diffs are not rendered by default.

860 changes: 485 additions & 375 deletions aleph-client/Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions aleph-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleph_client"
version = "3.6.0"
version = "3.7.0"
edition = "2021"
authors = ["Cardinal"]
documentation = "https://docs.rs/aleph_client"
Expand All @@ -20,11 +20,11 @@ thiserror = "1.0"
serde_json = { version = "1.0.94" }
contract-transcode = "2.1.0"
ink_metadata = { version = "=4.0.1" }
subxt = { version = "0.28.0", features = ["substrate-compat"] }
subxt = { version = "0.29.0", features = ["substrate-compat"] }
futures = "0.3.25"
serde = { version = "1.0", features = ["derive"] }

pallet-contracts-primitives = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.42", default-features = false }
pallet-contracts-primitives = { git = "https://github.com/Cardinal-Cryptography/substrate.git", branch = "aleph-v0.9.43", default-features = false }

primitives = { path = "../primitives" }

Expand Down
Loading

0 comments on commit 0ee5e36

Please sign in to comment.