cosmos-sdk/scripts
2020-01-24 10:32:00 -05:00
..
install
linkify_changelog.py Merge PR #4902: Changelog Flow Updates 2019-08-13 16:00:28 -04:00
protocgen.sh Merge PR #5491: Protobuf Introduction + Types 2020-01-24 10:32:00 -05: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.