embark/templates/boilerplate/config
Giuseppe Bertone 81e798c89c
Add support for Parity
Addons
 - New chain initialization and genesis management
 - Option to choose client to use
 - Option to "ping forever" for Geth
 - Creation and unlock of accounts at client's start
 - Utility to fund accounts with ethers
 - Miner settings inside the ethereum client
 - Workaround to CORS problem: origin is now http://embark
 - Several double callback's checks

Updates
 - Boilerplate, templates, configuration files and demo stuff
 - Messages and i18n strings
 - Tests

Fixes
 - Geth client now uses miner.gastarget instead of the deprecated targetGasLimit
 - Workaround for shh_version with Parity

Reworks of other PRs into the new code
 - Included delayed proxy
 - Send ready only when the proxy is started
 - Start HTTP and WS proxies individually
 - Async setupProxy
 - Fixed datadir for GethMiner
2018-10-22 19:53:49 +02:00
..
development Add support for Parity 2018-10-22 19:53:49 +02:00
privatenet Add support for Parity 2018-10-22 19:53:49 +02:00
testnet move demo and boilerplate to a templates folder 2018-03-29 19:23:24 -04:00
blockchain.js Add support for Parity 2018-10-22 19:53:49 +02:00
communication.js fix configs 2018-08-23 15:53:33 -04:00
contracts.js Ready for EIP 1102 2018-09-07 14:31:34 +01:00
namesystem.js Ens disabled by default 2018-09-12 14:01:21 +01:00
pipeline.js comments re: flow/typescript in templates' config/pipeline.js 2018-10-22 19:35:55 +02:00
storage.js Storage configs: Move “provider” keys to the correct level 2018-10-22 19:30:11 +02:00
webserver.js openBrowser config option 2018-09-17 17:59:52 -05:00