michaelsbradleyjr
released this
27 Apr 21:04
·
4 commits
to master
since this release
6.0.0 (2020-04-27)
Bug Fixes
- don't open external links to another tab by default (b8c0908)
- @cockpit/utilities:
signaturePending
prop should be type bool in component SignAndVerify (ac7bdb1) - @embark/blockchain: fix blockchain plugins' use of async whilst (fde1eeb)
- @embark/cmd-controller: add back embark-ganache registrations (6fb2da3)
- @embark/cmd_controller: don't try to load pipeline module group in build cmd (0c9b917)
- @embark-ganache: fix ganache having different node accounts (897aa3f)
- @embark/ganache: make embark blockchain exit when using Ganache (53dc751)
- @embark/mocha: reset contracts before each test file (deb682c)
- @embark/mocha-tests: change
self
tothis
in mocha-tests (c07ac55) - @embark/profiler: Fix profile output and update messaging (74e2935)
- @embark/reporter: show stack trace in the reporter on errors (e389ccc)
- @embark/rpc-manager: fix eth_signTypedData method + tests (b29998e)
- @embark/storage: Allow upload when storage is disabled (ec99cf6)
- @embark/storage: Fix hang when changing environments (edf4347)
- cockpit/console: ensure console for processes is rendered (3ce666b)
- core/utils: shortcut
embarkConfig.plugins
in case it doesn't exist (d83ad01) - plugins/basic-pipeline: ensure correct webpack config is loaded (031ebe8)
- plugins/solc: don't read pluginConfig from plugin.config (de8f217), closes /github.com/embarklabs/embark/pull/2330#discussion_r389906144
- stack/proxy: ensure wsProxy and httpProxy have correct type (d9c8109)
- stack/proxy: have proxy.stop() receive callback (ec134b9)
- utils/testing: add missing trace() API logger in testbed (0ba8d86)
- utils/testing: ensure API mock works with
req.params
and method chaining (1a56d5f) - utils/testing: ensure runActionsForEvent() works without params object (62a2291)
Features
- add support for
embark.config.js
(e0f7913) - remove optional plugins from coming as default (db10064)
- support selecting what library to generate artifacts (ee1eb4e), closes #2285
- @cmd: add very basic embark init to add an embark.json file (738ff8e)
- @embark/accounts-manager: Get alternative coinbase address (72e609a)
- @embark/cmd: enable using engine with no embark.json (382a0b5)
- @embark/core: Support minimum truffle projects (a454ae8)
- @embark/dapps: Add blockchain config to simple template (5fe318b)
- @embark/quorum: Add support for Quorum blockchains (095bd0b)
- @embark/snarks: Allow embark-snark to be used in the dapp (c1129dc)
- @embark/test-app: add Teller contracts and test as a new test dapp (e65c4d2)
- @embark/test-runner: make evmMethod globally available + docs (67581ce)
- plugins/specialconfigs: adds support for Smart Contract args as functions (a4a0e9d), closes #2270
- stack/blockchain: expose networkId in generated artifact (c624582), closes #2220
- utils/testing: introduce async/await for actions in tests (0e32cc0)
- utils/testing: make mock apiCall() async (4106a49)