cosmos-sdk/scripts
Anil Kumar Kammari a722933ade
Fix sawgger gen output dir (#7374)
* Fix sawgger gen output dir

* Fix lint

* Update make clean

Co-authored-by: Alessio Treglia <alessio@tendermint.com>
2020-09-23 14:16:47 +00:00
..
install
README.md
linkify_changelog.py
protoc-swagger-gen.sh Fix sawgger gen output dir (#7374) 2020-09-23 14:16:47 +00:00
protocgen-any.sh Merge PR #6076: Proto Any init + evidence 2020-05-05 10:28:20 -04:00
protocgen.sh Add swagger for gRPC REST (#7075) 2020-08-28 18:49:08 +00:00

README.md

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.