Skip to content

Releases: hicommonwealth/edgeware-node

v0.4.0 Kyoto

14 Jul 09:36
Compare
Choose a tag to compare

Run ./setup.sh
Run ./target/release/edgeware --chain=edgeware --name {INSERT_NAME}

v0.2.0 Mustard

17 Apr 15:40
57f2d12
Compare
Choose a tag to compare

Overview

Refactor of client and build process.

Usage

  1. Run ./setup.sh
  2. Run ./target/release/edgeware --chain=edgeware --name {INSERT_NAME}

Katchup

16 Apr 14:48
Compare
Choose a tag to compare

Overview

New identity logic API and identity verification service for Github accounts.

Usage

  1. Run ./setup.sh
  2. Run ./target/release/edgeware --chain=edgeware --name {INSERT_NAME}

v0.1.8 Gottem

27 Mar 06:23
Compare
Choose a tag to compare

Gottem Testnet

Included in this testnet is a new set of authorities, updates to master substrate, and identity functionality.

Usage

  1. Run ./setup.sh
  2. Run ./target/release/edgeware --chain=edgeware --name {INSERT_NAME}

v0.1.7 Identifiquate

22 Mar 15:35
Compare
Choose a tag to compare

Identifiquate Testnet

Changes in this release include:

  • New identity functionality, such as 1-step registration and attestation.
  • Readme updates.

Usage

  1. Run ./build.sh
  2. Run cargo build --release
  3. Run ./target/release/edgeware --chain=edgeware --name {INSERT_NAME}

v0.1.6 Twisting Edward

18 Mar 14:49
900d297
Compare
Choose a tag to compare

Twisting Edward Testnet

To run against the live Edgeware testnet, download the zip or tar, unpack it, and proceed with the following steps.

  1. First cd into the project directory and edit the ./build.sh file to change the following lines
PROJECT_ROOT=`git rev-parse --show-toplevel`

to

PROJECT_ROOT=`echo $(pwd)`
  1. Run ./build.sh
  2. Run cargo build --release
  3. Run ./target/release/edgeware --chain=edgeware --name {INSERT_NAME}

v0.1.5 Bacon

08 Mar 14:26
0169415
Compare
Choose a tag to compare

Bacon Testnet

To run against the live Edgeware testnet, download the zip or tar, unpack it, and proceed with the following steps.

  1. First cd into the project directory and edit the ./build.sh file to change the following lines
PROJECT_ROOT=`git rev-parse --show-toplevel`

to

PROJECT_ROOT=`echo $(pwd)`
  1. Run ./build.sh
  2. Run cargo run -- --chain=edgeware --name {INSERT_NAME}`

v0.1.3 Basquiat

28 Feb 21:32
c9db374
Compare
Choose a tag to compare

Basquiat Testnet

To run against the live Edgeware testnet, download the zip or tar, unpack it, and proceed with the following steps.

  1. First cd into the project directory and edit the ./build.sh file to change the following lines
PROJECT_ROOT=`git rev-parse --show-toplevel`

to

PROJECT_ROOT=`echo $(pwd)`
  1. Run ./build.sh
  2. Run cargo build --release
  3. Run ./target/release/edgeware --chain=edgeware --name {INSERT_NAME}

v0.1.1 SlurmChurm

07 Jan 17:23
da41d98
Compare
Choose a tag to compare

This represents a preliminary release with minimal functionality with the following modules

  • identity
  • governance
  • delegation

To run against the live Edgeware testnet, download the zip file and proceed with the following steps.

  1. First cd into the project directory and edit the ./build.sh file to change the following lines
PROJECT_ROOT=`git rev-parse --show-toplevel`

to

PROJECT_ROOT=`echo $(pwd)`
  1. Run ./init.sh
  2. Run ./build.sh
  3. Run cargo build --release
  4. Run ./target/release/edgeware --chain edgeware --name {INSERT_NAME}