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
Ethan Buchman
ead9fc0179
Docs cleanup ( #2522 )
...
* minor doc cleanup
* docs/tools: link fixes and readme
* docs/networks: networks/local/README.md
* docs: update vuepress config
* docs: fixes from review
2018-09-30 12:35:52 -04:00
Ethan Buchman
d47b4ef12d
update some docs
2018-07-02 14:20:27 -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
Ethan Buchman
773e3917ec
networks: update readmes
2018-05-19 23:35:45 -04:00
Ethan Buchman
d76e2dc3ff
readme.rst -> readme.md
2018-05-19 23:26:02 -04:00
Ethan Buchman
d7d12c8030
update networks/local readme
2018-05-19 23:21:35 -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
9ba208c1f5
wrapper.sh logfile check fix
2018-04-24 16:40:51 -04:00
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
2018-04-16 11:34:01 -04:00
Greg Szabo
b3904b8da8
ShellChecked wrapper.sh
2018-04-13 21:34:05 -04: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