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 |
||
---|---|---|
.. | ||
cockpit | ||
core | ||
embark | ||
embarkjs | ||
plugins | ||
stack | ||
utils | ||
.yarnrc |