cosmos-sdk/scripts
Ethan Buchman 2582f0aab7
Merge pull request from GHSA-3qp7-gj37-g9rx
Dragonberry 🐉 🍓

Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Ethan Buchman <ethan@coinculture.info>
Co-authored-by: Nicolas Lara <nicolaslara@gmail.com>
Co-authored-by: Roman <34196718+p0mvn@users.noreply.github.com>
Co-authored-by: Roman <roman@osmosis.team>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: emidev98 <49301655+emidev98@users.noreply.github.com>

Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Nicolas Lara <nicolaslara@gmail.com>
Co-authored-by: Roman <34196718+p0mvn@users.noreply.github.com>
Co-authored-by: Roman <roman@osmosis.team>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: emidev98 <49301655+emidev98@users.noreply.github.com>
2022-10-14 10:04:10 -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
module-tests.sh style: lint go and markdown (backport #10060) (#10473) 2021-11-11 21:29:29 +01:00
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 Merge pull request from GHSA-3qp7-gj37-g9rx 2022-10-14 10:04:10 -04:00
update-swagger-ui-statik.sh disable url parameter in swagger-ui page (backport #11202) (#11207) 2022-02-21 11:53:38 +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.