Skip to content

Commit

Permalink
Merge pull request #72 from webb-tools/shady/update-subxt
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex authored Jul 29, 2022
2 parents 3a44aea + d1d87b6 commit bdd3cf0
Show file tree
Hide file tree
Showing 8 changed files with 22,125 additions and 15,021 deletions.
58 changes: 36 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "proposals"]

[package]
name = "webb"
version = "0.4.3"
version = "0.4.4"
edition = "2021"
authors = ["Webb Developers"]
license = "GPL-3.0"
Expand All @@ -19,7 +19,7 @@ build = "build.rs"
# Substrate crates.
scale = { package = "parity-scale-codec", version = "3", default-features = false, optional = true }
scale-info = { version = "2.1.1", default-features = false, features = ["derive"], optional = true }
subxt = { version = "0.21.0", optional = true }
subxt = { version = "0.22.0", optional = true }
async-trait = "0.1"
rand = { version = "0.8", default-features = false, features = ["getrandom"] }
thiserror = "1.0.26"
Expand All @@ -44,7 +44,7 @@ ethers = { version = "0.6.0", default-features = false, optional = true, feature
syn = { version = "1.0.80", optional = true }
scale = { package = "parity-scale-codec", version = "3", default-features = false, optional = true }
frame-metadata = { version = "15.0.0", optional = true, features = ["v14", "std"] }
subxt-codegen = { version = "0.21.0", optional = true }
subxt-codegen = { version = "0.22.0", optional = true }

[features]
default = ["substrate-runtime", "evm-runtime"]
Expand Down
Binary file modified metadata/dkg-runtime.scale
Binary file not shown.
Binary file modified metadata/egg-runtime.scale
Binary file not shown.
Binary file modified metadata/protocol-substrate-runtime.scale
Binary file not shown.
Loading

0 comments on commit bdd3cf0

Please sign in to comment.