We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9156190 commit 24fd19dCopy full SHA for 24fd19d
src/app/hardfork_test/src/internal/hardfork/test.go
@@ -125,6 +125,9 @@ func (t *HardforkTest) Run() error {
125
case config.Legacy:
126
127
beforeShutdown = func(t *HardforkTest, analysis *BlockAnalysisResult) error {
128
+ // TODO: refactor so that:
129
+ // 1. stuff here go into LegacyForkPhase
130
+ // 2. fork validation is agnostic to fork method and it's checked regardless of fork method
131
t.Logger.Info("Phase 2: Forking the legacy way...")
132
133
forkConfigBytes, err := t.GetForkConfig(t.AnyPortOfType(PORT_REST))
0 commit comments