Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new StdDaoToken test: multiple votings started, transfers work co… #208

Merged
merged 7 commits into from
Jul 20, 2018

Conversation

RostyslavBortman
Copy link
Contributor

…rrectly #206

@@ -155,6 +155,11 @@ contract Voting_SimpleToken is IVoting, Ownable {
}
}

function getPowerOf(address _who) view public returns(uint) {
return stdDaoToken.getBalanceAtVoting(votingID, _who);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А разве для isQuadraticVoting будет так же?


const VOTING_TYPE_LIQUID = 4;

beforeEach(async() => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Файл лучше назвать voting_simple_token.functional.tests.js
Длинно, но норм)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а почему simple_token? Там же все виды создаются

@AnthonyAkentiev AnthonyAkentiev merged commit 5ec5a4d into dev2 Jul 20, 2018
@RostyslavBortman RostyslavBortman deleted the dev2Rostyslav3 branch July 20, 2018 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants