【问题标题】:Parity Error: It doesn't connect to Volta testnetwork of EWF奇偶校验错误:它没有连接到 EWF 的 Volta 测试网络
【发布时间】:2019-10-07 07:39:54
【问题描述】:

我正在使用奇偶校验设置本地节点。每当我尝试将客户端连接到 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 测试网络。那么我该如何解决这个错误呢?

谢谢

【问题讨论】:

    标签: blockchain ethereum energy parity-io


    【解决方案1】:

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

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

    请注意,Istanbul fork mods 现在也包含内置 blake2_f。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-12-09
      • 2013-03-18
      • 2011-01-13
      • 1970-01-01
      • 2015-06-29
      • 1970-01-01
      • 2018-09-21
      • 2013-06-25
      相关资源
      最近更新 更多