Embark Versions Save

Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms

v5.3.0-nightly.1

4 years ago

5.3.0-nightly.1 (2020-02-29)

Features

  • remove optional plugins from coming as default (db10064)
  • @cmd: add very basic embark init to add an embark.json file (738ff8e)
  • @embark/cmd: enable using engine with no embark.json (382a0b5)

v5.3.0-nightly.0

4 years ago

5.3.0-nightly.0 (2020-02-27)

Bug Fixes

  • @embark/mocha-tests: change self to this 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

  • @embark/test-app: add Teller contracts and test as a new test dapp (e65c4d2)
  • utils/testing: make mock apiCall() async (4106a49)

v5.2.4-nightly.0

4 years ago

5.2.4-nightly.0 (2020-02-26)

Note: Version bump only for package root

v5.2.3

4 years ago

5.2.3 (2020-02-25)

Bug Fixes

  • @embark/site: fix proxyFor docs (0461fa0)
  • cmd-controller: fix build --contracts command starting comm node (e99a328)
  • ensure that packages properly specify their dependencies (3693ebd)
  • revert custom deploy() API for EmbarkJS.Contract (d3200e3)

v5.2.3-nightly.1

4 years ago

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

4 years ago

5.2.3-nightly.0 (2020-02-20)

Bug Fixes

  • @embar/site: fix proxyFor docs (0461fa0)
  • revert custom deploy() API for EmbarkJS.Contract (d3200e3)

v5.2.2

4 years ago

5.2.2 (2020-02-19)

Bug Fixes

  • @embark/core: fix templates not including embark as a dependency (45e90f3)

v5.2.1

4 years ago

5.2.1 (2020-02-18)

Bug Fixes

  • @embark/ganache: fix status when ganache is not the client (37fbc80)

v5.2.0

4 years ago

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's logFunction (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 logger dir (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)

v5.2.0-nightly.5

4 years ago

5.2.0-nightly.5 (2020-02-18)

Bug Fixes

  • @embark/ganache: fix connection to other nodes from Ganache (5531b60)
  • @embark/proxy: up max listener for proxy request manager (9c8837d)