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

Count tm audit change #444

Merged
merged 8 commits into from
Dec 6, 2018
Merged

Count tm audit change #444

merged 8 commits into from
Dec 6, 2018

Conversation

comeonbuddy
Copy link
Contributor

Please check if the PR fulfills these requirements

  • [ x] The commit message follows our Submission guidelines
  • [x ] Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce?

update verifyTransfer according to Mudit's audit
https://app.asana.com/0/843053006731091/853001457736276

What is the current behavior?

doesnt allow adding new investors if deleting one at the same time.

What is the new behavior?

allows adding new investors if deleting one at the same time.

Does this PR introduce a breaking change?

no

Any Other information:

@comeonbuddy comeonbuddy changed the base branch from master to dev-2.1.0 November 29, 2018 11:08
// Mint some tokens
await I_SecurityToken2.mint(account_investor1, web3.utils.toWei("1", "ether"), { from: token_owner });
await I_SecurityToken2.mint(account_investor2, web3.utils.toWei("1", "ether"), { from: token_owner });

Copy link
Contributor

Choose a reason for hiding this comment

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

Missing mint statement for account_investor3?

@pabloruiz55 pabloruiz55 merged commit 12d5272 into dev-2.1.0 Dec 6, 2018
@adamdossa adamdossa deleted the countTM-Audit-Change branch January 11, 2019 14:14
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.

4 participants