Skip to content

Commit 175b391

Browse files
committed
reapply patch 6ec5b29 after hf-test is rewritten in go
1 parent 01dc714 commit 175b391

File tree

1 file changed

+3
-0
lines changed
  • src/app/hardfork_test/src/internal/hardfork

1 file changed

+3
-0
lines changed

src/app/hardfork_test/src/internal/hardfork/ledger.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ func (t *HardforkTest) GenerateForkLedgers(executablePath, forkConfigPath, ledge
2929
"--config-file", forkConfigPath,
3030
"--genesis-dir", ledgersDir,
3131
"--hash-output-file", hashesFile,
32+
// Forking to mesa need App State size to be expanded to 32
33+
// TODO: Consider design the test so this pad app state size is only applied when forking into Mesa
34+
"--pad-app-state",
3235
)
3336

3437
cmd.Stdout = os.Stdout

0 commit comments

Comments
 (0)