embark/packages/embark-blockchain-process/src
Michael Bradley, Jr 33eab74ebd refactor(@embark/blockchain): support --simple dapps
DApps generated with `new --simple` don't have a blockchain config so ensure
that the blockchain proxy and listener (dev_txs) use appropriate provider
settings when setting up web3.

Without these changes, in a fresh `embark new --simple` project the `embark
blockchain` command will encounter unhandled promise rejection with respect to
the proxy; `embark run` will encounter similar with respect to dev_txs.
2019-08-09 10:50:43 -05:00
..
blockchain.js use callbacks instead of exiting 2019-07-23 10:55:14 -04:00
blockchainProcess.js refactor: move embarkPath, ipcPath and dappPath into embark-core 2019-05-15 12:20:22 +02:00
blockchainProcessLauncher.js refactor: move embarkPath, ipcPath and dappPath into embark-core 2019-05-15 12:20:22 +02:00
gethClient.js refactor: move `dappPath`, `ipcPath` and `embarkPath` into @embark/utils 2019-05-17 11:25:40 +02:00
httpProxyOverride.js refactor(@embark/blockchain-process): introduce package for blockchain-process module 2019-05-10 16:44:43 -04:00
index.js refactor(@embark/blockchain-process): introduce package for blockchain-process module 2019-05-10 16:44:43 -04:00
miner.js refactor: move `dappPath`, `ipcPath` and `embarkPath` into @embark/utils 2019-05-17 11:25:40 +02:00
parityClient.js refactor: move `dappPath`, `ipcPath` and `embarkPath` into @embark/utils 2019-05-17 11:25:40 +02:00
proxy.js refactor(@embark/blockchain): support --simple dapps 2019-08-09 10:50:43 -05:00
simulator.js use callbacks instead of exiting 2019-07-23 10:55:14 -04:00
utils.js refactor: move embarkPath, ipcPath and dappPath into embark-core 2019-05-15 12:20:22 +02:00