subxt: use utils from core

This commit is contained in:
Tadeo hepperle
2024-02-01 10:42:19 +01:00
parent 2e66b48adf
commit 7b2cfdc7bf
14 changed files with 42 additions and 1288 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ description = "Sign extrinsics to be submitted by Subxt"
keywords = ["parity", "subxt", "extrinsic", "no-std"]
[features]
# default = ["std"]
std = []
default = ["std"]
std = ["scale-info/std", "scale-value/std", "scale-bits/std", "scale-decode/std", "scale-encode/std", "frame-metadata/std", "subxt-metadata/std"]
substrate-compat = ["sp-core", "sp-runtime"]
[dependencies]