Releases: embarklabs/embark
Releases · embarklabs/embark
v5.3.0-nightly.1
5.3.0-nightly.1 (2020-02-29)
Features
v5.3.0-nightly.0
5.3.0-nightly.0 (2020-02-27)
Bug Fixes
- @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)
- 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
v5.2.4-nightly.0
5.2.4-nightly.0 (2020-02-26)
Note: Version bump only for package root
v5.2.3
v5.2.3-nightly.1
5.2.3-nightly.1 (2020-02-25)
Bug Fixes
- cmd-controller: fix build --contracts command starting comm node (e99a328)
v5.2.3-nightly.0
5.2.3-nightly.0 (2020-02-20)
Bug Fixes
v5.2.2
v5.2.1
v5.2.0
5.2.0 (2020-02-18)
Bug Fixes
- @embark/blockchain-api: add back contract event listen and log (5592753)
- @embark/cmd-controller: exit build if afterDeploy is not array (5359cc6)
- @embark/contracts-manager: Remove
logger
from serialized contract (d529420) - @embark/contracts-manager: always deploy contracts with deploy: true (87a04cd)
- @embark/dashboard: update dashboard's
logEntry
to match core/logger'slogFunction
(63831f6), closes #2184 - @embark/deployment: fix undefined in nb arguments in deploy (0016581)
- @embark/ens: fix tests erroring on FIFS contract deploy (78fc7b6)
- @embark/ganache: fix connection to other nodes from Ganache (5531b60)
- @embark/logger: Remove
writeToFile
for loggerdir
(e9be40c) - @embark/proxy: only up event listeners on available providers (caae922)
- @embark/proxy: up max listener for proxy request manager (9c8837d)
- @embark/test-runner: fix reporter to only catch gas for txs (0e30bf3)
- core/config: Fix
EmbarkConfig
type (0f59e0c) - only show account warning when Geth will actually start (f502650)
- set helper methods on contracts (7031335)
- stack/contracts-manager: ensure custom
abiDefinition
is set properly if provided (b4b4848)
Features
- @embark/blockchain: make GanacheCLI the default dev blockchain (cd934f8)
- @embark/contracts: add proxyFor property for contracts (2e8b255)
- @embark/ens: enable the use of $accounts in registrations (de01022)
- @embark/test-runner: introduce artifacts.require API (b021689)
- plugins/scripts-runner: introduce exec command to run scripts (40c3d98)
- warn about packages not configured as plugins; make geth/parity full plugins (d14e93c)