Skip to content

Commit

Permalink
bump codegen version to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Sep 13, 2024
1 parent 3ec25c9 commit c8bbbcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/substreams/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ func runSubstreamsInitE(cmd *cobra.Command, args []string) error {
}
startMsg := &pbconvo.UserInput_Start{
GeneratorId: generatorID,
Version: 1,
}
if lastState.State != nil {
startMsg.Hydrate = &pbconvo.UserInput_Hydrate{SavedState: string(lastState.State)}
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### CLI

* Add `substreams tools default-endpoint {network-name}` to help with auto-configuration tools
* Bump `substreams init` protocol version to "1" to be compatible with new codegen endpoint

## v1.10.2

Expand Down

0 comments on commit c8bbbcc

Please sign in to comment.