DemocracyEarth / vote

Smart contracts for vote token.
19 stars 5 forks source link

Add tests for VoteToken.sol #1

Closed medied closed 6 years ago

medied commented 6 years ago
medied commented 6 years ago

As a consequence of Zeppelin's refactoring of Crowdsale.sol(see #3), the VoteToken.sol contract is not required to be a MintableToken anymore. With commit 84cb80ebe5fa711499e42f686b0b3ef5dc4e0aed I have reverted back to a StandardToken for testing and simplicity purposes. I have also updated VoteToken.test.js to replicate all newly updated Zeppelin's test, they are all passing as of today