Files
pezkuwi-sdk/vendor
pezkuwichain da8cf65c10 fix(ci): enable jsonrpsee feature for pezkuwi-subxt in zombienet-orchestrator
The workspace defines pezkuwi-subxt with default-features = false, which
excludes the jsonrpsee feature. The zombienet-orchestrator uses
OnlineClient::from_url and RpcClient::from_url which are gated behind
the jsonrpsee feature, causing a compilation failure.
2026-02-25 01:54:46 +03:00
..