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:
ghpzin 2024-09-11 13:27:47 +03:00
parent 5ab2ff7a7a
commit 7fb51e54e8
No known key found for this signature in database

View File

@ -62,6 +62,7 @@ in
"0x0000000000000000000000000000000000000000000000000000000000000000";
eip155Block = 1;
eip158Block = 1;
homesteadBlock = 1;
isQuorum = true;
istanbul = {
epoch = 30000;