embark/packages/plugins
Pascal Precht de8f2170ba fix(plugins/solc): don't read pluginConfig from plugin.config
In https://github.com/embarklabs/embark/pull/2330#discussion_r389906144 we've changed the `solc` plugin to read its
`pluginConfig` from `embark.config`. This was done under the assumption that
the `embark.config` is always properly populated with a dedicated `pluginConfig`.
In our testing environment we pass `Embark` objects to plugins, while in reality, we pass `Plugin` instances.
These two are different in nature, so relying on `embark.config` inside the plugin seemed the
most pragmatic way forward without introducing a bigger refactoring in the testing APIs.

Unfortunately it turned out that `embark.config` isn't populated with a `pluginConfig`
which essentially caused it to break apps.

This commit reverts that change done in the mentioned PR and patches the Embark testing
API to behave like a `Plugin` while still being an `Embark` instance.
2020-04-02 10:55:58 +02:00
..
accounts-manager chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
basic-pipeline chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
coverage chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
debugger chore(prerelease): 5.3.0-nightly.6 2020-03-07 00:14:47 +00:00
deploy-tracker chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
embarkjs chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
ens chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
ethereum-blockchain-client chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
ganache chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
geth chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
graph chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
ipfs chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
mocha-tests chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
nethermind chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
parity chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
plugin-cmd chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
profiler chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
quorum chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
rpc-manager chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
scaffolding chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
scripts-runner chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
snark chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
solc fix(plugins/solc): don't read pluginConfig from plugin.config 2020-04-02 10:55:58 +02:00
solidity chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
solidity-tests chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
specialconfigs chore(prerelease): 5.3.0-nightly.14 2020-03-25 00:18:59 +00:00
suggestions chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
swarm chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
transaction-logger chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
transaction-tracker chore(prerelease): 5.3.0-nightly.6 2020-03-07 00:14:47 +00:00
vyper chore(@embark/vyper): Update README for Vyper plugin 2020-03-25 15:18:49 -04:00
web3 chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
whisper-geth chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
whisper-parity chore(prerelease): 5.3.0-nightly.15 2020-03-26 00:15:45 +00:00
.gitignore build: tidy up the monorepo in prep for v5.0.0-alpha.0 2019-10-01 13:29:53 -05:00