Skip to content

Commit

Permalink
A0-3284: update to 1.1.0 (#1482)
Browse files Browse the repository at this point in the history
# Description
Substrate bump
  • Loading branch information
kostekIV authored Nov 16, 2023
1 parent 4276bfc commit bd9be28
Show file tree
Hide file tree
Showing 53 changed files with 7,489 additions and 3,276 deletions.
1,001 changes: 603 additions & 398 deletions Cargo.lock

Large diffs are not rendered by default.

162 changes: 81 additions & 81 deletions Cargo.toml

Large diffs are not rendered by default.

761 changes: 543 additions & 218 deletions aleph-client/Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion aleph-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ subxt = { version = "0.30.1", 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-v1.0.0", default-features = false }
pallet-contracts-primitives = { git = "https://github.com/Cardinal-Cryptography/polkadot-sdk.git", branch = "aleph-v1.1.0", default-features = false }

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

Expand Down
473 changes: 399 additions & 74 deletions aleph-client/src/aleph_zero.rs

Large diffs are not rendered by default.

474 changes: 399 additions & 75 deletions aleph-client/src/aleph_zero_liminal.rs

Large diffs are not rendered by default.

Loading

0 comments on commit bd9be28

Please sign in to comment.