Releases: hicommonwealth/edgeware-node
v0.4.0 Kyoto
Run ./setup.sh
Run ./target/release/edgeware --chain=edgeware --name {INSERT_NAME}
v0.2.0 Mustard
Overview
Refactor of client and build process.
Usage
- Run ./setup.sh
- Run ./target/release/edgeware --chain=edgeware --name {INSERT_NAME}
Katchup
v0.1.8 Gottem
Gottem Testnet
Included in this testnet is a new set of authorities, updates to master substrate, and identity functionality.
Usage
- Run
./setup.sh
- Run
./target/release/edgeware --chain=edgeware --name {INSERT_NAME}
v0.1.7 Identifiquate
Identifiquate Testnet
Changes in this release include:
- New identity functionality, such as 1-step registration and attestation.
- Readme updates.
Usage
- Run
./build.sh
- Run
cargo build --release
- Run
./target/release/edgeware --chain=edgeware --name {INSERT_NAME}
v0.1.6 Twisting Edward
Twisting Edward Testnet
To run against the live Edgeware testnet, download the zip or tar, unpack it, and proceed with the following steps.
- 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)`
- Run
./build.sh
- Run
cargo build --release
- Run
./target/release/edgeware --chain=edgeware --name {INSERT_NAME}
v0.1.5 Bacon
Bacon Testnet
To run against the live Edgeware testnet, download the zip or tar, unpack it, and proceed with the following steps.
- 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)`
- Run
./build.sh
- Run cargo run -- --chain=edgeware --name {INSERT_NAME}`
v0.1.3 Basquiat
Basquiat Testnet
To run against the live Edgeware testnet, download the zip or tar, unpack it, and proceed with the following steps.
- 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)`
- Run
./build.sh
- Run
cargo build --release
- Run
./target/release/edgeware --chain=edgeware --name {INSERT_NAME}
v0.1.1 SlurmChurm
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.
- 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)`
- Run
./init.sh
- Run
./build.sh
- Run
cargo build --release
- Run
./target/release/edgeware --chain edgeware --name {INSERT_NAME}