Skip to content

Commit

Permalink
adding firehose-gear well known types
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Voiculescu committed Aug 14, 2024
1 parent c43568b commit ad3d137
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 12 deletions.
2 changes: 0 additions & 2 deletions cmd/tools/mergeblock/tools_merge_blocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ func NewToolsMergeBlocksCmd[B firecore.Block](chain *firecore.Chain[B], zlog *za
RunE: runMergeBlocksE(zlog),
}

cmd.Flags().String("force-block-type", "", "When set, will force the block type to the given value.")

return cmd
}

Expand Down
17 changes: 13 additions & 4 deletions launcher/app_enum.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ var wellKnownProtoRepos = []string{
"buf.build/pinax/firehose-beacon",
"buf.build/streamingfast/firehose-starknet",
"buf.build/streamingfast/firehose-cosmos",
"buf.build/streamingfast/firehose-gear",
}

func main() {
Expand Down
1 change: 0 additions & 1 deletion proto/well_known.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ type WellKnownType struct {
}

func RegisterWellKnownFileDescriptors(registry *Registry) error {

for _, wt := range wellKnownTypes {
fd, err := protoToFileDescriptor(registry, wt.proto)
if err != nil {
Expand Down
10 changes: 9 additions & 1 deletion proto/well_known_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 13 additions & 4 deletions types/block_range_enum.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad3d137

Please sign in to comment.