cosmos-sdk/.gitignore

55 lines
483 B
Plaintext
Raw Normal View History

2018-03-31 09:05:15 -07:00
# OS
2018-03-19 06:15:47 -07:00
.DS_Store
*.swp
*.swo
*.swl
*.swm
*.swn
*.pyc
2018-03-31 09:05:15 -07:00
# private files
private[.-]*
private
2018-03-31 09:05:15 -07:00
# Build
2017-01-14 20:42:47 -08:00
vendor
build
2018-03-31 09:05:15 -07:00
docs/_build
docs/tutorial
docs/node_modules
docs/modules
dist
tools-stamp
buf-stamp
2020-09-16 03:08:42 -07:00
artifacts
2018-03-31 09:05:15 -07:00
# Data - ideally these don't exist
2018-01-22 05:48:13 -08:00
baseapp/data/*
client/lcd/keys/*
feat: simd runs in-process testnet by default (#9246) <!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ v Before smashing the submit button please review the checkboxes. v If a checkbox is n/a - please still include it but + a little note why ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --> ## Description ref: #9183 After some more recent conversations w/ @aaronc, I decided to go back to his original proposal of setting up a subcommand for running in-process testnets. This PR splits the `simd testnet` command into two subcommands: - `simd testnet start` which starts an in-process n-node testnet - `simd testnet init-files` which sets up configuration & genesis files for an n-node testnet to be run as separate processes (one per node, most likely via Docker Compose) --- Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why. - [x] Targeted PR against correct branch (see [CONTRIBUTING.md](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#pr-targeting)) - [x] Linked to Github issue with discussion and accepted design OR link to spec that describes this work. - [x] Code follows the [module structure standards](https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md). - **n/a** - [ ] Wrote unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/master/CONTRIBUTING.md#testing) - [x] Updated relevant documentation (`docs/`) or specification (`x/<module>/spec/`) - **see #9411** - [x] Added relevant `godoc` [comments](https://blog.golang.org/godoc-documenting-go-code). - [x] Added a relevant changelog entry to the `Unreleased` section in `CHANGELOG.md` - [x] Re-reviewed `Files changed` in the Github PR explorer - [ ] Review `Codecov Report` in the comment section below once CI passes
2021-06-29 03:41:55 -07:00
.testnets
2018-03-31 09:05:15 -07:00
# Testing
coverage.txt
profile.out
sim_log_file
2018-01-18 03:30:05 -08:00
2018-06-01 22:50:41 -07:00
# Vagrant
2018-01-18 03:30:05 -08:00
.vagrant/
*.box
*.log
vagrant
2018-06-01 22:50:41 -07:00
2018-06-21 17:19:14 -07:00
# IDE
.idea
2018-06-21 17:19:14 -07:00
*.iml
.dir-locals.el
.vscode
2018-06-21 17:19:14 -07:00
2018-06-01 22:50:41 -07:00
# Graphviz
dependency-graph.png
# Latex
*.aux
*.out
*.synctex.gz