Starting new subxt crate; configs implemented

This commit is contained in:
James Wilson
2025-11-25 12:29:13 +00:00
parent 0c6423bb48
commit 4c27bd8062
66 changed files with 6923 additions and 8 deletions
Generated
+50
View File
@@ -5823,6 +5823,56 @@ dependencies = [
"thiserror 2.0.12",
]
[[package]]
name = "subxt-new"
version = "0.44.0"
dependencies = [
"assert_matches",
"async-trait",
"base58",
"bitvec",
"blake2",
"derive-where",
"either",
"frame-decode",
"frame-metadata 23.0.0",
"futures",
"hex",
"http-body",
"hyper",
"impl-serde",
"jsonrpsee",
"keccak-hash",
"parity-scale-codec",
"primitive-types",
"scale-bits",
"scale-decode",
"scale-encode",
"scale-info",
"scale-info-legacy",
"scale-value",
"serde",
"serde_json",
"sp-core",
"sp-crypto-hashing",
"sp-keyring",
"sp-runtime",
"subxt-lightclient",
"subxt-macro",
"subxt-metadata",
"subxt-rpcs",
"subxt-signer",
"thiserror 2.0.12",
"tokio",
"tokio-util",
"tower",
"tracing",
"tracing-subscriber",
"url",
"wasm-bindgen-futures",
"web-time",
]
[[package]]
name = "subxt-rpcs"
version = "0.44.0"