cosmos-sdk/scripts
MD Aleem ed7bd245b8
Add script to generate proto-docs (#8238)
* init protobuf-docs

* update template

* update docs/core/README.md

* update proto files

* update template

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-12-31 16:10:13 +00:00
..
linkify_changelog.py Merge PR #4902: Changelog Flow Updates 2019-08-13 16:00:28 -04:00
protoc-swagger-gen.sh Fix proto-swagger-gen (#8184) 2020-12-21 11:31:18 +00:00
protocgen-any.sh All Makefile proto commands use Docker (#7931) 2020-11-13 16:36:58 +00:00
protocgen.sh Add script to generate proto-docs (#8238) 2020-12-31 16:10:13 +00:00
README.md Merge PR #2930: Simulation spring cleaning 2018-11-29 16:17:10 +01:00

Generally we should avoid shell scripting and write tests purely in Golang. However, some libraries are not Goroutine-safe (e.g. app simulations cannot be run safely in parallel), and OS-native threading may be more efficient for many parallel simulations, so we use shell scripts here.