Unverified Commit 7fb51e54 authored by ghpzin's avatar ghpzin
Browse files

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'
parent 5ab2ff7a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ in
              "0x0000000000000000000000000000000000000000000000000000000000000000";
            eip155Block = 1;
            eip158Block = 1;
            homesteadBlock = 1;
            isQuorum = true;
            istanbul = {
              epoch = 30000;