Skip to content

Commit

Permalink
chore(eventindexer): rm ei generator (#18723)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey authored Jan 7, 2025
1 parent a02b96d commit b781f76
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 871 deletions.
7 changes: 3 additions & 4 deletions packages/eventindexer/cmd/flags/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ import (
)

var (
commonCategory = "COMMON"
indexerCategory = "INDEXER"
generatorCategory = "GENERATOR"
txmgrCategory = "TX_MANAGER"
commonCategory = "COMMON"
indexerCategory = "INDEXER"
txmgrCategory = "TX_MANAGER"
)

var (
Expand Down
24 changes: 0 additions & 24 deletions packages/eventindexer/cmd/flags/generator.go

This file was deleted.

8 changes: 0 additions & 8 deletions packages/eventindexer/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"github.com/taikoxyz/taiko-mono/packages/eventindexer/api"
"github.com/taikoxyz/taiko-mono/packages/eventindexer/cmd/flags"
"github.com/taikoxyz/taiko-mono/packages/eventindexer/cmd/utils"
"github.com/taikoxyz/taiko-mono/packages/eventindexer/generator"
"github.com/taikoxyz/taiko-mono/packages/eventindexer/indexer"
"github.com/urfave/cli/v2"
)
Expand Down Expand Up @@ -51,13 +50,6 @@ func main() {
Description: "Taiko indexer software",
Action: utils.SubcommandAction(new(indexer.Indexer)),
},
{
Name: "generator",
Flags: flags.GeneratorFlags,
Usage: "Starts the generator software",
Description: "Taiko time-series data generator",
Action: utils.SubcommandAction(new(generator.Generator)),
},
}

if err := app.Run(os.Args); err != nil {
Expand Down
70 changes: 0 additions & 70 deletions packages/eventindexer/generator/config.go

This file was deleted.

60 changes: 0 additions & 60 deletions packages/eventindexer/generator/config_test.go

This file was deleted.

Loading

0 comments on commit b781f76

Please sign in to comment.