Parity Error: It doesn't connect to Volta testnetwork of EWF

Parity Error: It doesn't connect to Volta testnetwork of EWF

我正在使用奇偶校验设置本地节点。每当我尝试将客户端连接到 Volta 时,尽管如图 here,它只会抛出一个错误。错误总是一样的:Spec json is invalid: missing field eip1108_transition_base at line 142 column 21

我尝试过连接不同的组合,例如:

parity --chain "Volta.json",

parity --chain "Volta.json" --jsonrpc-cors https://volta-rpc.energyweb.org,

parity --chain Volta.json --jsonrpc-cors http://127.0.0.1:8545 

我预计奇偶校验客户端应该作为节点连接到 Volta 测试网络。那么我该如何解决这个错误呢?

谢谢

Parity 已更新以包含 EIP1108 修改。 eip1108_transition_base 和 eip1108_transition_pair 字段被声明为必填字段。查看下面json中的内置alt_bn128函数来更正错误:

https://github.com/paritytech/parity-ethereum/blob/61a7c30ed5a093c7c2a26a93aeb1ed5fda3cb017/ethcore/res/ethereum/volta.json

请注意,伊斯坦布尔分支模组现在也包含 blake2_f 内置。