cosmos-sdk/scripts
Frank Yang 9e7440a92c Merge PR #4064: Remove dep/vendor from documentation and version cmd
* Remove `dep` and `vendor` from documentation
* Replace vendor with go.sum hash in version command
2019-04-08 11:00:17 -04:00
..
install Merge PR #4064: Remove dep/vendor from documentation and version cmd 2019-04-08 11:00:17 -04:00
Makefile gometalinter -> golangci-lint migration (#3933) 2019-03-19 17:52:43 +01:00
README.md Merge PR #2930: Simulation spring cleaning 2018-11-29 16:17:10 +01:00
linkify_changelog.py Merge PR #2246: add script to make changelog links actual links 2018-09-07 00:54:59 -04:00
localnet-blocks-test.sh Run localnet on every commit ensure network reaches at least 10 blocks (#2067) 2018-08-16 20:23:57 +02:00
multisim.sh replace dep with go mod (#3907) 2019-03-18 13:45:25 +01: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.