Smart contracts for POSDAO (Proof of Stake Decentralized Autonomous Organization consensus), a DPOS consensus implemented in Solidity and running within EVM with swappable BFT consensus
Other
106
stars
50
forks
source link
Add hbbft-specific data to the Staking contract #47
Hbbft pool operators/validators need to supply two additional data points on registration:
This information must be readable by hbbft validators, for example through two functions:
getPoolPublicKey()
getPoolInternetAddress()