nixos/tests/quorum: fix test
- add `services.quorum.genesis.config.homesteadBlock = 1`. Without it test fails with error: 'quorum-pre-start[822]: Fatal: Failed to write genesis block: unsupported fork ordering: homesteadBlock not enabled, but eip150Block enabled at 1'
This commit is contained in:
parent
5ab2ff7a7a
commit
7fb51e54e8
@ -62,6 +62,7 @@ in
|
|||||||
"0x0000000000000000000000000000000000000000000000000000000000000000";
|
"0x0000000000000000000000000000000000000000000000000000000000000000";
|
||||||
eip155Block = 1;
|
eip155Block = 1;
|
||||||
eip158Block = 1;
|
eip158Block = 1;
|
||||||
|
homesteadBlock = 1;
|
||||||
isQuorum = true;
|
isQuorum = true;
|
||||||
istanbul = {
|
istanbul = {
|
||||||
epoch = 30000;
|
epoch = 30000;
|
||||||
|
Loading…
Reference in New Issue
Block a user