poanetwork / poa-network-consensus-contracts

Main repository for POADAO consensus. Includes contracts for Initial Ceremony, Governance, Management of Validators
GNU General Public License v3.0
68 stars 64 forks source link

(Fix) 2_deploy_contract.js for correct deployment of RewardByBlock #198

Closed varasev closed 6 years ago

varasev commented 6 years ago
varasev commented 6 years ago

All refactoring suggestions were implemented in https://github.com/poanetwork/poa-network-consensus-contracts/pull/198/commits/fdfe738eeca2569325cd54dd3e96035e489149f7 except installing of web3 package - I think we don't need it because truffle already contains web3 0.20.x which solves the task almost the same way.