Embark Versions Save

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

v5.2.0-nightly.4

4 years ago

5.2.0-nightly.4 (2020-02-15)

Features

  • @embark/blockchain: make GanacheCLI the default dev blockchain (cd934f8)
  • @embark/contracts: add proxyFor property for contracts (2e8b255)

v5.2.0-nightly.3

4 years ago

5.2.0-nightly.3 (2020-02-14)

Bug Fixes

  • @embark/deployment: fix undefined in nb arguments in deploy (0016581)
  • @embark/logger: Remove writeToFile for logger dir (e9be40c)
  • stack/contracts-manager: ensure custom abiDefinition is set properly if provided (b4b4848)

Features

  • warn about packages not configured as plugins; make geth/parity full plugins (d14e93c)

v5.2.0-nightly.2

4 years ago

5.2.0-nightly.2 (2020-02-13)

Bug Fixes

  • set helper methods on contracts (7031335)
  • core/config: Fix EmbarkConfig type (0f59e0c)

Features

  • @embark/test-runner: introduce artifacts.require API (b021689)
  • plugins/scripts-runner: introduce exec command to run scripts (40c3d98)

v5.2.0-nightly.1

4 years ago

5.2.0-nightly.1 (2020-02-08)

Bug Fixes

  • @embark/blockchain-api: add back contract event listen and log (5592753)
  • @embark/contracts-manager: always deploy contracts with deploy: true (87a04cd)
  • @embark/test-runner: fix reporter to only catch gas for txs (0e30bf3)

v5.2.0-nightly.0

4 years ago

5.2.0-nightly.0 (2020-02-07)

Bug Fixes

  • @embark/contracts-manager: Remove logger from serialized contract (d529420)
  • @embark/ens: fix tests erroring on FIFS contract deploy (78fc7b6)

Features

  • @embark/ens: enable the use of $accounts in registrations (de01022)

v5.1.2-nightly.1

4 years ago

5.1.2-nightly.1 (2020-02-06)

Note: Version bump only for package root

v5.1.2-nightly.0

4 years ago

5.1.2-nightly.0 (2020-02-05)

Bug Fixes

  • only show account warning when Geth will actually start (f502650)
  • @embark/cmd-controller: exit build if afterDeploy is not array (5359cc6)
  • @embark/dashboard: update dashboard's logEntry to match core/logger's logFunction (63831f6), closes #2184

v5.1.1

4 years ago

5.1.1 (2020-02-03)

Bug Fixes

  • @embark/contracts: fix ENS contracts not being resolved as deps (2f5c16b)
  • @embark/demo: fix ethereum not available in browser in the demo (39919f2)
  • @embark/ens: fix registerSubDomain in tests and add test (3ceac53)

v5.1.1-nightly.4

4 years ago

5.1.1-nightly.4 (2020-02-03)

Note: Version bump only for package root

v5.1.1-nightly.3

4 years ago

5.1.1-nightly.3 (2020-02-01)

Bug Fixes

  • @embark/demo: fix ethereum not available in browser in the demo (39919f2)