Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Releases: comit-network/create-comit-app

comit-scripts-0.8.0

10 Jan 12:48
Compare
Choose a tag to compare

First comit-scripts standalone release:

  • The booting of a development environment, start-env, is now isolated to the comit-scripts package.
    Which means that COMIT App should import dev dependency comit-scripts instead of create-comit-app.
    See ../create/CHANGELOG.md for historical changes.

0.7.0

07 Jan 06:20
49bbff8
Compare
Choose a tag to compare
Fix import

0.6.0

07 Dec 02:49
9ff6027
Compare
Choose a tag to compare

Added

  • Windows support 🎉.

Release 0.5.2

06 Dec 07:33
d43e166
Compare
Choose a tag to compare

Changed

  • Upgrade all examples and new project to comit-sdk@0.7.1.

Release 0.5.1

03 Dec 22:56
Compare
Choose a tag to compare
  • Upgrade separate_apps example to comit-sdk 0.7.01 to fix maker auto-accept.
  • Add code comments in separate_apps to describe the behaviour and help app developers understand how to use COMIT SDK.

Release 0.5.0

28 Nov 01:05
Compare
Choose a tag to compare

Changed

  • separate_apps example now uses the negotiation protocol provided by comit-sdk.
  • Upgrade to comit-rs:0.4.0
  • Upgrade all examples and new project to comit-sdk@0.7.0.

0.4.0

20 Nov 03:45
c64ad79
Compare
Choose a tag to compare
Release 0.4.0

ERC20 Support!

17 Oct 07:08
f5caafb
Compare
Choose a tag to compare

Added

  • Deploy an ERC20 contract on the Ethereum node and give tokens to both parties. The address of the token contract is written to the env file as ERC20_CONTRACT_ADDRESS.

Changed

  • Migrate parts of the code base to async/await 🎉

0.2.1

04 Oct 05:52
Compare
Choose a tag to compare

Added

  • Publish create-comit-app on npmjs.com.

Changed

  • Fix the odd initial Ether amount.

0.2.0

04 Oct 00:35
Compare
Choose a tag to compare

Added

  • Ensure that all temporary folders are cleaned up when shutting down start-env.
  • Display clear message if start-env is started twice on the same machine.

Changed

  • Move start-env env file to ~/.create-comit-app/env so that the user does not have to start it from inside the project folder.
  • If a signal (e.g. CTRL-C) is sent while start-env is booting, it waits for the action in progress (e.g., starting docker container) and then stops and properly cleans up the environment.
  • Improve code quality to avoid artifacts remaining after a failure happens while booting start-env.
  • Migrate to comit-rs 0.3.0. Only the cnd docker is now needed!
  • Move the env file from ./.env to ~/.create-comit-app/env to improve usability.
  • Only pull docker images if they are not present locally, this allows offline usage of the start-env command.