This repository contains Protobuf definitions for the Cosmos Firehose integration.
The GitHub workflow depends on protoc
v21.6 and protoc-gen-go
v1.28.1.
https://github.com/protocolbuffers/protobuf/releases/tag/v21.6
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28.1
To generate Go bindings for the Protobuf definitions, execute:
make generate
make format