Commit Graph

10 Commits

Author SHA1 Message Date
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
emizzle db365f1870 fix typo 2018-09-20 23:00:11 +10:00
emizzle 46cce5266d add autominer config example to templates with comments
Updated the demo template config and the boilerplate template config with documentation for the `mineWhenNeeded`, and `genesisBlock` options.
2018-09-20 16:21:29 +10:00
emizzle 92ed32aeba Add `dev_funds` doco to templates 2018-09-10 11:22:47 +10:00
Iuri Matias 0aa9d7547e add comments to configs 2018-08-23 14:46:36 -04:00
Iuri Matias 407f78249b put common options in default 2018-08-21 16:11:07 -04:00
Jonathan Rainville 63cd508e06 change templates to add privatenet 2018-08-21 15:22:07 -04:00
Heikki Hakala 872501e94e Update sync mode config values in demo config #601 2018-07-06 08:53:54 -04:00
Jonathan Rainville c1540dc2ea add comments in blockchain configs 2018-06-18 15:40:06 -04:00
Iuri Matias 40ea38993a convert json configs to js configs 2018-06-12 12:59:31 -04:00