Private-Blockchain
為什麼有些 EIP 在 ‘params’ 中指定,而另一些在 ’engine’–>‘params
我看到在主網奇偶校驗鏈規範文件(https://github.com/paritytech/parity/blob/master/ethcore/res/ethereum/foundation.json)中,引擎中指定了一些 eipTransitions–>Ethash- ->params 部分和其他部分在 params 部分中指定。
為什麼是這樣?有關係嗎?
沒關係。engine > ethash > params 中的所有參數僅適用於Ethash引擎,其他所有參數與其他引擎共享。