cosmos-sdk/scripts
Robert Zaremba 70089844f7
scripts: indent multiline commands (#8706)
2021-02-25 20:57:41 +00:00
..
README.md
linkify_changelog.py
protoc-swagger-gen.sh scripts: indent multiline commands (#8706) 2021-02-25 20:57:41 +00:00
protocgen-any.sh All Makefile proto commands use Docker (#7931) 2020-11-13 16:36:58 +00:00
protocgen.sh scripts: indent multiline commands (#8706) 2021-02-25 20:57:41 +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.