Skip to content

v1.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@PhuongDo896 PhuongDo896 released this 28 May 07:44
· 3 commits to fix/v1.1.0 since this release

Added in this release

Fix staking problem of jailed validator

Instruction

For this release, depending on your current validator situation only run ONE of the two scripts. DO NOT RUN BOTH.
Do not run these instructions until notified by ShareRing , message will be sent after 4pm Australia Eastern Time (GMT+10) today (05/31/2021)

1. For Nodes currently running shareledger

# download the hard_fork_v1.1.1.sh script
curl -LJ https://github.com/ShareRing/Shareledger/releases/download/v1.1.1/hard_fork_v1.1.1.sh > hard_fork_v1.1.1.sh

# give exec permission
chmod +x hard_fork_v1.1.1.sh

# run the script with sudo privilege
sudo sh hard_fork_v1.1.1.sh

2. For Nodes that have not installed shareledger before

This is for new builds

# download the new_validator_v1.1.1.sh script
curl -LJ https://github.com/ShareRing/Shareledger/releases/download/v1.1.1/new_validator_v1.1.1.sh > new_validator_v1.1.1.sh

# give exec permission
chmod +x new_validator_v1.1.1.sh

# run the script with sudo privilege
sudo sh new_validator_v1.1.1.sh