-
Notifications
You must be signed in to change notification settings - Fork 1.7k
2.2.7-stable New Error: Spec json is invalid: unknown field eip150Transition
,
#10203
Comments
2.1
Why has it worked since then? I looked at the changelog for 2.2.7 because that was the first where I got the error. Okay I made the change. It worked. Question: what is the technical difference between these two sections? Is it the difference between a change specific to ethash and change specific to the chain spec? |
Exactly: one is for params specifically for ethash, and the other is for things that are independent of the consensus engine you are using |
@joshua-mir Why do you think it was working in 2.1? |
@joshua-mir I upgraded to v2.2.11-stable today and now I have the same problem with eipTransition170. But I get it if I put it in the ethash or the params section. The errors are slightly different and I thought I should post here before I start a new similar Issue ticket. When it is in the Ethash params section this is the error:
When it is in the params section:
Should I post a new issue or is this related? I looked through stable versions changelogs. |
Months ago I added
"eip150Transition": 0,
to theparams
section of a private chain specification. The chain ran well until today when I upgraded to 2.2.7-stable. Now I re-start Parity and I get this error:The text was updated successfully, but these errors were encountered: