Skip to content

v5.1.0

Compare
Choose a tag to compare
@michaelsbradleyjr michaelsbradleyjr released this 27 Jan 18:33
· 202 commits to master since this release

5.1.0 (2020-01-27)

Features

  • @embark/deployment: introduce interfaces and libraries configuration (73d0443)
  • @embark/nethermind: add Nethermind blockchain client plugin (6db8d87)
  • @embark/test-runner: expose evmClientVersion for conditional tests (e37d3f7)
  • @embark/testing: introduce proper request2 api for async/await (c947517)
  • @embark/testing: add missing APIs to register console commands and API calls (bef582d)
  • support Node.js v12.x and newer (c093cf8)

Bug Fixes

  • @embark/cmd_controller: fix build command to escape on finish (e2767c2)
  • @embark/debugger: Prevent error if contract not tracked by Embark (1e1172e)
  • @embark/embarkjs: change enableEthereum to not rely on returned accounts array (b8f93ea)
  • @embark/ens: fix Infura connection and testnet use of ENS (42bd3b7)
  • @embark/ens: connect to web3 only with dappAutoEnable is true (e0ac539)
  • @embark/pipeline: make generateAll async so it completes tasks (0a4d13f)
  • @embark/proxy: Parse rpcPort from config as integer (9f7c682)
  • @embark/test-dapp: fix test_dapp broken for ENS resolve (f5849e0)
  • @embark/test: increase default gas limit to 8M so tests support bigger contracts (b6856b2)
  • @embark/tests: Fix failing test with —node=embark (81af3af)
  • @embark/transaction-logger: Circular JSON log and unknown contract log level (5843a8e)
  • @embark/transaction-logger: fix circular dep issue with util.inspect (6f239f4)
  • @embark/utils: fix deconstruct url to return port as an integer (4190d5e)