- Rename get_dev_tools to devtools - tools and devtools now create a stamp after execution so that they are not executed twice on the same pipeline - Add clean target to remove stamps |
||
|---|---|---|
| .. | ||
| install | ||
| linkify_changelog.py | ||
| localnet-blocks-test.sh | ||
| Makefile | ||
| multisim.sh | ||
| 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.