trustlines-protocol / blockchain

MIT License
10 stars 7 forks source link

Adjust Laika chain spec for validator fork #612

Closed weilbith closed 4 years ago

weilbith commented 4 years ago

Just as recap: this PR includes two forks with an offset of 100 blocks. The first of them is intended to happen at the 2020-03-24 11:59:00 ECT. I used this script to calculate the guessed block number according to the network performance during the last 200.000 blocks. The first fork is to a static JSON array, because such does not need finality in contrast to a contract. During the 100 blocks with the new validator, finality will be restored and allows to switch to the validator set contract. This contract is verified at the block explorer. Both address lists are equal. The bootnodes link to the new 5 validators. I tested it with all of them, adding them manually via JSON RPC.

Closes: #611

codecov-io commented 4 years ago

Codecov Report

Merging #612 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #612   +/-   ##
=======================================
  Coverage   76.18%   76.18%           
=======================================
  Files          18       18           
  Lines         932      932           
=======================================
  Hits          710      710           
  Misses        222      222
Flag Coverage Δ
#bridge_unit 76.18% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6eaeb41...85a53ad. Read the comment docs.

weilbith commented 4 years ago

Note: valiator #5 is not available at the moment due to some DO issues. I'm about to fix those soon. Checkout the netstats page for their status.

weilbith commented 4 years ago

Node is up and running again. :+1: