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
106 stars 50 forks source link

Make some constants initializer parameters #13

Closed DemiMarie closed 5 years ago

DemiMarie commented 5 years ago

Also, improve type-safety in various places.

varasev commented 5 years ago

Sorry, I've already added the necessary changes in https://github.com/poanetwork/pos-contracts/commit/0690edd45b52748d5bf383247b22ef91c252d444 to be able to finish script/make_spec.js today. There're a lot of conflicts need to be resolved in this PR, so I think it's easier to open another PR to suggest enhancements.