v5.2.0
·
135 commits
to master
since this release
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)