poanetwork / posdao-contracts

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
105 stars 49 forks source link

Replace hbbft-specific parity toml config parameters with data supplied by contracts #48

Open dforsten opened 4 years ago

dforsten commented 4 years ago

All information to start validators is now available through contracts - eliminate the temporary "hbbft" parameters from the parity toml config parser.

Adapt the hbbft config generator for the change, make it generate the necessary data to initialize the hbbft contracts with an arbitrary number of initial validators.

SurfingNerd commented 3 years ago

that link on github is a missinterpretation made by github. It's connected to this pull request: https://github.com/DMDcoin/hbbft-posdao-contracts/pull/48