Skip to content

Commit

Permalink
L1-238: Substrate v1.6.0 (#1755)
Browse files Browse the repository at this point in the history
# Description

Substrate update to v1.6.0.

---------

Co-authored-by: Damian Leśniak <[email protected]>
  • Loading branch information
lesniak43 and Damian Leśniak authored Jun 4, 2024
1 parent 5ba4a9b commit b007076
Show file tree
Hide file tree
Showing 20 changed files with 9,018 additions and 4,236 deletions.
949 changes: 421 additions & 528 deletions Cargo.lock

Large diffs are not rendered by default.

174 changes: 87 additions & 87 deletions Cargo.toml

Large diffs are not rendered by default.

1,519 changes: 1,074 additions & 445 deletions aleph-client/Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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.15.0"
version = "3.16.0"
edition = "2021"
authors = ["Cardinal"]
documentation = "https://docs.rs/aleph_client"
Expand All @@ -24,7 +24,7 @@ subxt = { version = "0.30.1", features = ["substrate-compat"] }
futures = "0.3.25"
serde = { version = "1.0", features = ["derive"] }

pallet-contracts = { git = "https://github.com/Cardinal-Cryptography/polkadot-sdk.git", branch = "aleph-v1.5.0" }
pallet-contracts = { git = "https://github.com/Cardinal-Cryptography/polkadot-sdk.git", branch = "aleph-v1.6.0" }

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

Expand Down
1,773 changes: 1,438 additions & 335 deletions aleph-client/src/aleph_zero.rs

Large diffs are not rendered by default.

Loading

0 comments on commit b007076

Please sign in to comment.