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

Enhanced make_spec.js #19

Closed DemiMarie closed 5 years ago

DemiMarie commented 5 years ago

The new version uses a JSON template in the local file system, rather than fetching one from GitHub. It also is independent of the current working directory with which it is invoked.

DemiMarie commented 5 years ago

@varasev did I successfully address your changes?

varasev commented 5 years ago

There are only two minor notes which can be seen on the page https://github.com/poanetwork/pos-contracts/pull/19/files

DemiMarie commented 5 years ago

@varasev I believe I addressed your comments.