This repository has been archived by the owner on Jun 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* payment tests * buy tests * bc factory test fix * sell tests * test cleanup * bancor deploy cost reduction * Merkle payments import (#30) * add daostack test / imports * add babel * add merkle payment pool * return config to use normal ganache port * Zos -> OpenZeppelinSDK update (#33) * remove DAOStack integration tests * zos -> oz update * test update * Deploy script (#34) * add deploy script * update scripts * Coverage (#35) * update openzep dependencies * convert tests to use web3 contracts * test refactor add splitOnPay variant tests * update gitignore * add solcover settings * Add setup settings for coverage network * Change default tx parameters to normal networks * update project.json with new oz package name * update oz dependencies * Factory param change (#39) * separate deploy parameters * change oz manager * add more admin functions, test updates * test updates * Scalable dividends (#38) * add RewardsDistributor * wrapper, first unit tests * fix tests * more tests * better tests * bring back sender address for distribute events * comments * (spelling) reminder -> remainder
- Loading branch information
Showing
45 changed files
with
13,592 additions
and
7,191 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
module.exports = { | ||
norpc: false, | ||
skipFiles: [ | ||
"BondingCurve/curve/bancor-formula/BancorFormula.sol", | ||
"BondingCurve/curve/bancor-formula/Power.sol" | ||
], | ||
copyPackages: ["openzeppelin-test-helpers"] | ||
}; |
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
Binary file not shown.
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
4 changes: 2 additions & 2 deletions
4
contracts/BondingCurve/curve/bancor-formula/BancorFormula.sol
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.