mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-04 04:04:00 +00:00
Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com> Closes #5907 - add init-corpus to blockchain reactor - remove validator-set FromBytes test now that we have proto, we don't need to test it! bye amino - simplify mempool test do we want to test remote ABCI app? - do not recreate mux on every crash in jsonrpc test - update p2p pex reactor test - remove p2p/listener test the API has changed + I did not understand what it's tested anyway - update secretconnection test - add readme and makefile - list inputs in readme - add nightly workflow - remove blockchain fuzz test EncodeMsg / DecodeMsg no longer exist
59 lines
755 B
Plaintext
59 lines
755 B
Plaintext
*.swp
|
|
*.swo
|
|
.bak
|
|
*.bak
|
|
.DS_Store
|
|
build/*
|
|
rpc/test/.tendermint
|
|
.tendermint
|
|
remote_dump
|
|
.revision
|
|
vendor
|
|
.vagrant
|
|
test/e2e/build
|
|
test/maverick/maverick
|
|
test/e2e/networks/*/
|
|
test/p2p/data/
|
|
test/logs
|
|
coverage.txt
|
|
docs/_build
|
|
docs/dist
|
|
docs/.vuepress/dist
|
|
*.log
|
|
abci-cli
|
|
docs/node_modules/
|
|
index.html.md
|
|
|
|
scripts/wal2json/wal2json
|
|
scripts/cutWALUntil/cutWALUntil
|
|
|
|
.idea/
|
|
*.iml
|
|
|
|
.vscode/
|
|
|
|
libs/pubsub/query/fuzz_test/output
|
|
shunit2
|
|
|
|
.tendermint-lite
|
|
addrbook.json
|
|
|
|
*/vendor
|
|
.vendor-new/
|
|
*/.glide
|
|
.terraform
|
|
terraform.tfstate
|
|
terraform.tfstate.backup
|
|
terraform.tfstate.d
|
|
profile\.out
|
|
test/e2e/build
|
|
test/e2e/networks/*/
|
|
test/logs
|
|
test/maverick/maverick
|
|
test/p2p/data/
|
|
vendor
|
|
test/fuzz/**/corpus
|
|
test/fuzz/**/crashers
|
|
test/fuzz/**/suppressions
|
|
test/fuzz/**/*.zip
|