This repository was archived by the owner on Mar 5, 2019. It is now read-only.
Releases: ArkEcosystemArchive/core-commander
Releases · ArkEcosystemArchive/core-commander
1.0.0
Changed
- All locations and commands are now assuming a Core 2.1 installation with TypeScript
- Moved all app configuration to
ecosystem.config.jsSee also - A new npm dependency
dotenvhas been added. When updating from a previous
version it is necessary to install it by executingsudo npm install -g dotenv
followed bynpm link dotenvinside the commander directory. - When using
bip38the 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
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 fetchto properly check for remote diffs pm2 statusname collisions- Directory removal issue during Ark Core uninstall
Changed
- Improved logging & installations by using tee
- Improved menu & UI flow
- Significantly reduced the amount of
sudorequests - Use
sedto edit.envfile instead of replacing the whole file
Removed
- Container environment check