Skip to content

cosmos/cosmos-proto

Folders and files

NameName
Last commit message
Last commit date
Apr 24, 2024
Feb 16, 2024
Mar 9, 2023
Jan 28, 2022
Jan 6, 2022
Jan 5, 2022
Sep 9, 2022
Apr 18, 2024
Jun 25, 2024
Nov 11, 2021
Jan 5, 2022
Sep 9, 2022
Apr 18, 2024
Jun 22, 2021
Aug 30, 2022
Jan 5, 2022
Dec 2, 2021
Nov 16, 2022
Apr 18, 2024
Apr 18, 2024
Apr 30, 2024
Apr 30, 2024

Repository files navigation

Pulsar

Installing

go install github.com/cosmos/cosmos-proto/cmd/protoc-gen-go-pulsar

Running

cd path/to/proto/files

protoc --go-pulsar_out=. --go-pulsar_opt=paths=source_relative --go-pulsar_opt=features=protoc+fast -I . NAME_OF_FILE.proto

Acknowledgements

Code for the generator structure/features and the functions marshal, unmarshal, and size implemented by planetscale/vtprotobuf was used in our ProtoMethods implementation.

Code used to produce default code stubs found in protobuf was copied into features/protoc.