embark/packages/plugins
Jonathan Rainville 42bd3b7792 fix(@embark/ens): fix Infura connection and testnet use of ENS
Fixes the use of Infura to connect to the ENS contracts. When
connecting directly to Infura, it would throw with `rejected due to
project ID settings`, because it doesn't accept the VM as the domain
Instead, when passing from the proxy, it works. So I changed the
default when no dappConnection to ['$EMBARK']. I also added a
message when the error happens to help users fix it themselves

When in the testnet, we don,t register because we already have the
addresses, which is fine, but we also didn't populate the ensConfig
object which contains the important information about the addresses
and ABI.

There was a lot of lint problems in a couple of files so I cleaned
that up
2020-01-16 11:45:14 -05:00
..
accounts-manager chore(release): 5.0.0 2020-01-07 12:14:37 -06:00
basic-pipeline chore(release): 5.0.0 2020-01-07 12:14:37 -06:00
coverage chore(release): 5.0.0 2020-01-07 12:14:37 -06:00
debugger feature(@package/debugger): update to remix-debug 0.3.23 2020-01-15 09:58:17 -05:00
deploy-tracker feat(@embark/deployment): introduce `interfaces` and `libraries` configuration 2020-01-15 09:45:42 -05:00
ens fix(@embark/ens): fix Infura connection and testnet use of ENS 2020-01-16 11:45:14 -05:00
ethereum-blockchain-client feat(@embark/nethermind): add Nethermind blockchain client plugin 2020-01-16 10:15:18 -05:00
ganache chore(release): 5.0.0 2020-01-07 12:14:37 -06:00
geth feat(@embark/nethermind): add Nethermind blockchain client plugin 2020-01-16 10:15:18 -05:00
graph chore(release): 5.0.0 2020-01-07 12:14:37 -06:00
ipfs chore(release): 5.0.0 2020-01-07 12:14:37 -06:00
mocha-tests feat(@embark/test-runner): expose evmClientVersion for conditional tests 2020-01-09 11:39:28 -05:00
nethermind feat(@embark/nethermind): add Nethermind blockchain client plugin 2020-01-16 10:15:18 -05:00
parity feat(@embark/nethermind): add Nethermind blockchain client plugin 2020-01-16 10:15:18 -05:00
plugin-cmd chore(release): 5.0.0 2020-01-07 12:14:37 -06:00
profiler chore(release): 5.0.0 2020-01-07 12:14:37 -06:00
rpc-manager chore(release): 5.0.0 2020-01-07 12:14:37 -06:00
scaffolding chore(release): 5.0.0 2020-01-07 12:14:37 -06:00
snark chore(release): 5.0.0 2020-01-07 12:14:37 -06:00
solc chore(release): 5.0.0 2020-01-07 12:14:37 -06:00
solidity feature(@packages/solidity): include ast in compiled object 2020-01-15 09:58:17 -05:00
solidity-tests feature(@package/solidity-tests): update to remix-tests 0.1.24 2020-01-15 09:58:17 -05:00
specialconfigs chore(release): 5.0.0 2020-01-07 12:14:37 -06:00
swarm chore(release): 5.0.0 2020-01-07 12:14:37 -06:00
transaction-logger fix(transaction-logger): fix circular dep issue with util.inspect 2020-01-16 10:21:58 -05:00
transaction-tracker chore(release): 5.0.0 2020-01-07 12:14:37 -06:00
vyper chore(release): 5.0.0 2020-01-07 12:14:37 -06:00
web3 chore(release): 5.0.0 2020-01-07 12:14:37 -06:00
whisper-geth feat(@embark/nethermind): add Nethermind blockchain client plugin 2020-01-16 10:15:18 -05:00
whisper-parity chore(release): 5.0.0 2020-01-07 12:14:37 -06:00
.gitignore build: tidy up the monorepo in prep for v5.0.0-alpha.0 2019-10-01 13:29:53 -05:00