cosmos-sdk/scripts
Aaron Craelius 99ea4b759a
Fix testdata proto-gen (#6568)
2020-07-01 15:26:29 +00:00
..
install Merge PR #4343: Update go to 1.12.5 2019-05-15 11:17:20 -04:00
README.md Merge PR #2930: Simulation spring cleaning 2018-11-29 16:17:10 +01:00
linkify_changelog.py Merge PR #4902: Changelog Flow Updates 2019-08-13 16:00:28 -04:00
protocgen-any.sh Merge PR #6076: Proto Any init + evidence 2020-05-05 10:28:20 -04:00
protocgen.sh Fix testdata proto-gen (#6568) 2020-07-01 15:26:29 +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.