DApp for a list of validators with metadata for POA Network (Core/Sokol). Validators can update metadata using DApp.
GNU General Public License v3.0
13
stars
41
forks
source link
(Update) Don't display MoC if it's removed #61
Closed
varasev closed 6 years ago
Problem: if a
MoC
is removed from validators set, it shouldn't be displayed in the list of validators in Validators DApp. This issue relates to https://github.com/poanetwork/poa-network-consensus-contracts/issues/100.Solution: remove displaying of MoC from Validators DApp if
PoaNetworkConsensus.isMasterOfCeremonyRemoved()
returnstrue
.