Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 759 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (22 loc) · 759 Bytes

Contributing

Report any protocol-specific issues in their respective repositories

Please first refer to the general StreamingFast contribution guide, if you wish to contribute to this code base.

This codebase uses unit tests extensively, please write and run tests.

Generate pb files from proto definition

cd proto
buf generate

Publish proto definition and add it to firecore well known

cd proto
buf push

Once push go to firecore code and edit generator.go to add an entry to wellKnownProtoRepos list.

From root of firecore project run ...

go generate ./...