feat(coordinator): support assigning tasks of different versions to provers (#1182)

Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com>
Co-authored-by: Thegaram <Thegaram@users.noreply.github.com>
This commit is contained in:
georgehao
2024-03-26 00:51:36 +08:00
committed by GitHub
parent cb09024821
commit b01b5819da
30 changed files with 1001 additions and 159 deletions

View File

@@ -79,7 +79,7 @@ func action(ctx *cli.Context) error {
}
genesisPath := ctx.String(utils.Genesis.Name)
genesis, err := config.ReadGenesis(genesisPath)
genesis, err := utils.ReadGenesis(genesisPath)
if err != nil {
log.Crit("failed to read genesis", "genesis file", genesisPath, "error", err)
}