Skip to content
This repository was archived by the owner on Mar 5, 2019. It is now read-only.

Releases: ArkEcosystemArchive/core-commander

1.0.0

11 Feb 13:50
6a17d72

Choose a tag to compare

Changed

  • All locations and commands are now assuming a Core 2.1 installation with TypeScript
  • Moved all app configuration to ecosystem.config.js See also
  • A new npm dependency dotenv has been added. When updating from a previous
    version it is necessary to install it by executing sudo npm install -g dotenv
    followed by npm link dotenv inside the commander directory.
  • When using bip38 the password is no longer exposed in the process monitor.
  • Starting the relay/forger/explorer manually is now easier:
    Relay:
    pm2 start --only ark-core-relay
    Forger without bip38 encryption:
    pm2 start --only ark-core-forger
    Forger with bip38 encryption:
    pm2 start --only ark-core-forger -- --password ark
    Explorer:
    pm2 start --only ark-core-explorer

0.2.0

19 Jun 04:20

Choose a tag to compare

Added

  • Log level configuration via .env
  • Host configuration via .env
  • Port configuration via .env
  • Database configuration via .env
  • Vagrant Box for Ubuntu 16.04
  • Vagrant Box for Ubuntu 17.10
  • Vagrant Box for Ubuntu 18.04
  • Vagrant Box for Debian 7.11
  • Vagrant Box for Debian 8.10
  • Vagrant Box for Debian 9.4

Fixed

  • Ubuntu 18.04 ntpd & timesyncd service collision
  • Add git fetch to properly check for remote diffs
  • pm2 status name collisions
  • Directory removal issue during Ark Core uninstall

Changed

  • Improved logging & installations by using tee
  • Improved menu & UI flow
  • Significantly reduced the amount of sudo requests
  • Use sed to edit .env file instead of replacing the whole file

Removed

  • Container environment check