Callum Waters
c4730bb46a
localnet: use 27000 port for prometheus ( #5811 )
4 years ago
Anton Kaliaev
2bb2af19e4
localnet: expose 6060 (pprof) and 9090 (prometheus) on node0
This removes the need to do it yourself every time you want to debug a
issue or look at Prometheus graphs.
4 years ago
PaddyMc
6ef81c6074
localnet: fix node starting issue with --proxy-app flag ( #5803 )
4 years ago
Marko
022b255ed6
add build into make build-docker ( #5253 )
## Description
add make build-linux into `make build-docker` it is not documented that the cmd depends on the build folder so this aids in helping the user.
Closes: #XXX
4 years ago
Thane Thomson
d88a639838
Make RPC bind to localhost by default ( #3746 )
* Make RPC bind to localhost by default
* Add CHANGELOG_PENDING entry
* Allow testnet command to override RPC listen address
* Update localnet test to bind RPC to 0.0.0.0
* Update p2p test to bind RPC to 0.0.0.0
* Remove rpc-laddr parameter
* Update localnet to use config template with RPC listen address override
* Use config template override method for RPC listen address
* Build config template into localnode image
* Build localnode image locally before starting localnet
* Move testnet config overrides into templates
* Revert deletion of config overrides
* Remove extraneous config parameter overrides
5 years ago
Zach Ramsay
44dad6d70b
Revert "detele everything"
This reverts commit d02c5d1e30
.
6 years ago
Zach Ramsay
d02c5d1e30
detele everything
6 years ago
Liamsi
d2c05bc5b9
Revert "delete everything" (includes everything non-go-crypto)
This reverts commit 96a3502
6 years ago
Liamsi
96a3502126
delete everything
6 years ago
Dev Ojha
b84f788f36
Switch ports 466xx to 266xx ( #1735 )
* Switch ports 466xx to be 266xx
This is done so the default ports aren't in the linux kernel's default ephemeral port range.
* Update ABCI import
* Bump cache on circleci
* Get more verbose output for debugging
* Bump abci dependency
* Fix accidental change of a block header's hash
* pin abci release
6 years ago
Zach Ramsay
ca120798e4
s/dummy/kvstore/g for compatibility ( #1532 )
7 years ago
Max Levy
12fc396101
Split CMD's param on space ( #1523 )
This is to avoid "ERROR: unknown flag: --proxy_app dummy" message when running "docker-compose up"
7 years ago
Greg Szabo
9ba208c1f5
wrapper.sh logfile check fix
7 years ago
Greg Szabo
8bdfe15de9
Dockerfile, localnode, sentry node scripts changes
- Updated Dockerfile and created build-docker target
- Changed localnode docker image to set permissions to more permissive (docker has different user than host system)
- Added sentry node terraform and ansible script
7 years ago
Greg Szabo
b3904b8da8
ShellChecked wrapper.sh
7 years ago
Greg Szabo
f2dae2a2d8
Moved to networks folder, introduced cloud server scripts using terraform and ansible (sentry nodes)
7 years ago