More exampels and ensure light client things work. Remove unstable from unstable-light-client

This commit is contained in:
James Wilson
2025-12-16 13:00:42 +00:00
parent 82590b10d1
commit e9bb756605
16 changed files with 262 additions and 41 deletions
+2 -2
View File
@@ -13,6 +13,6 @@ serde_json = "1"
futures-util = "0.3.30"
# This crate is not a part of the workspace, because it
# requires the "jsonrpsee web unstable-light-client" features to be enabled, which we don't
# requires the "jsonrpsee web light-client" features to be enabled, which we don't
# want enabled for workspace builds in general.
subxt = { path = "../../subxt", default-features = false, features = ["web", "jsonrpsee", "unstable-light-client"] }
subxt = { path = "../../subxt", default-features = false, features = ["web", "jsonrpsee", "light-client"] }