-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add crowdsale with fees contract and unit tests for it (#141)
* add crowdsale with fees contract and unit tests for it * update the crowdsale to accept fees and update tests * log feeCrowdSale address * drops constructor args renames fee member rolls back deployment order separates fixture scripts Signed-off-by: stadolf <[email protected]> * dedicated fee tests removes unnecessary fee size check tightens fee rules some dust test Signed-off-by: stadolf <[email protected]> * remove unused variable * deploy plain crowdsale and update addresses * remove unused file --------- Signed-off-by: stadolf <[email protected]> Co-authored-by: stadolf <[email protected]>
- Loading branch information
1 parent
d071498
commit a62eb6e
Showing
10 changed files
with
279 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.