embark/lib/modules
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
..
blockchain_connector Add support for Parity 2018-10-22 19:53:49 +02:00
blockchain_process Add support for Parity 2018-10-22 19:53:49 +02:00
code_generator Add browser reload on file change/rebuild 2018-10-22 19:13:50 +02:00
compiler Fix passing compiler options 2018-08-30 16:11:42 -04:00
console EmbarkJS blockchain must be done 2018-09-20 11:15:48 +01:00
console_listener Hide ENS Transaction log 2018-08-23 09:23:51 +01:00
contracts_manager contracts_manager, deployment: Emit outputError whenever build error or deployment error happens. 2018-10-22 19:25:17 +02:00
coverage Fix linting 2018-10-22 19:25:18 +02:00
deployment contract_deployer: Redeploy if track field is set to false. 2018-10-22 19:35:57 +02:00
deploytracker Reduce coupling by using action for event 2018-09-22 15:08:50 +01:00
ens change 70000 for a constant 2018-10-22 19:35:59 +02:00
graph cmd, cmd_controller, graph: Add --output option to graph. 2018-10-22 19:25:18 +02:00
ipfs adds dashboard logging for: geth, ipfs, swarm 2018-10-22 19:39:25 +02:00
library_manager Console command connect to ipc 2018-08-21 16:09:48 -04:00
pipeline refactor(modules/pipeline/webpackProcess): load pipeline config in Config class 2018-10-22 19:35:59 +02:00
plugin_cmd preprend embark to plugin name 2018-09-13 10:29:03 -04:00
profiler BN.js udpated need toString 2018-09-22 15:34:54 +01:00
solidity Do not request legacyAST from solc to speed up compilation 2018-09-19 15:51:11 -04:00
specialconfigs return if contract deploy is false 2018-09-03 14:01:26 -04:00
storage adds dashboard logging for: geth, ipfs, swarm 2018-10-22 19:39:25 +02:00
swarm adds dashboard logging for: geth, ipfs, swarm 2018-10-22 19:39:25 +02:00
vyper Fix the way we pass compiler options instead of assuming via the environment 2018-08-30 13:27:18 -04:00
watcher feat(modules/watcher): introduce watcher plugin module 2018-10-22 19:35:58 +02:00
webserver add message at the end of the first ouput 2018-10-22 19:43:15 +02:00
whisper Add support for Parity 2018-10-22 19:53:49 +02:00