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
2019-06-24 10:32:12 -04:00
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
2018-06-12 13:25:52 +04:00
Zach Ramsay
ca120798e4
s/dummy/kvstore/g for compatibility ( #1532 )
2018-05-18 13:26:26 -04:00
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"
2018-04-29 17:35:10 +03:00
Greg Szabo
f2dae2a2d8
Moved to networks folder, introduced cloud server scripts using terraform and ansible (sentry nodes)
2018-04-13 21:03:25 -04:00