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:
+1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user