* init * Fix statik gen * Fix swagger * Change swagger url * Fix swagger serve * remove ibc swagger from legacy docs * Add old routes config * Move swagger api to app.go * add godoc * Fix inputs * Fix swagger dir * Fix statik * refactor * fmt * fix doc * Fix swagger config check |
||
|---|---|---|
| .. | ||
| install | ||
| linkify_changelog.py | ||
| protoc-swagger-gen.sh | ||
| protocgen-any.sh | ||
| protocgen.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.