mirror of https://github.com/embarklabs/embark.git
2ae46640e9
This commit removes the need for `EmbarkJS.onReady()` and `EmbarkJS.Blockchain.blockchainConnector` APIs in the ENS provider implementation and instead relies purely on vanilla `Web3`. This comes with the effect that `EmbarkJS.Names` needs to figure out itself what to connect to, as well as when a connection has been established. To make that possible, `EmbarkJS.Names` now implements a similar algorithm to `EmbarkJS.Blockchain` that tries to connect different endpoint, given a `dappConnection` configuration. If no `dappConnection` configuration is given via `namesystem.json`, Embark will fallback to the same connection list that's provided in `contracts.js|json`. wip |
||
---|---|---|
.. | ||
accounts-manager | ||
basic-pipeline | ||
coverage | ||
debugger | ||
deploy-tracker | ||
ens | ||
ethereum-blockchain-client | ||
ganache | ||
geth | ||
graph | ||
ipfs | ||
mocha-tests | ||
parity | ||
plugin-cmd | ||
profiler | ||
rpc-manager | ||
scaffolding | ||
snark | ||
solc | ||
solidity | ||
solidity-tests | ||
specialconfigs | ||
swarm | ||
transaction-logger | ||
transaction-tracker | ||
vyper | ||
web3 | ||
whisper-geth | ||
whisper-parity | ||
.gitignore |