fix: add dep:serde to subxt-signer and skip wasm build for eth-rpc

- Add dep:serde to pezkuwi-subxt-signer serde feature (fixes docs workflow)
- Add SKIP_WASM_BUILD=1 to eth-rpc Dockerfile (workaround for serde_core + build-std conflict)
- Add zombienet-alpha.toml for 4-validator testnet configuration
This commit is contained in:
2026-01-04 22:17:07 +03:00
parent 3a8b12da72
commit dec6b060e8
3 changed files with 54 additions and 1 deletions
+1
View File
@@ -69,6 +69,7 @@ subxt = ["dep:pezkuwi-subxt-core"]
# feature on it if compiling for the web.
web = ["getrandom/js"]
serde = [
"dep:serde",
"bip39/serde",
"codec/serde",
"hex/serde",