-
Notifications
You must be signed in to change notification settings - Fork 12.4k
Comparing changes
Open a pull request
base repository: OpenZeppelin/openzeppelin-contracts
base: v1.6.0
head repository: OpenZeppelin/openzeppelin-contracts
compare: v1.7.0
- 9 commits
- 102 files changed
- 7 contributors
Commits on Jan 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4d7c3cc - Browse repository at this point
Copy the full SHA 4d7c3ccView commit details
Commits on Jan 25, 2018
-
feat: update pr templates, closes #696 (#699)
* feat: update pr templates, closes #696 * fix: move lint command to end of bullet
Configuration menu - View commit details
-
Copy full SHA for a5d5867 - Browse repository at this point
Copy the full SHA a5d5867View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4228f1 - Browse repository at this point
Copy the full SHA f4228f1View commit details
Commits on Jan 26, 2018
-
Enhancement/heritable encapsulation #692 (#702)
* Modified Gitignore for Sublime * Added getter functions for public variables * Added encapsulation to Heritable public variables. * Added encapsulation to Heritable public variables. * Added encapsulation to Heritable public variables. * Updated tests to use getter methods instead of, now, private variables. * Conformed variable names to current conventions. * Requested changes * revert package-lock.json changes
Configuration menu - View commit details
-
Copy full SHA for 7a0bfdf - Browse repository at this point
Copy the full SHA 7a0bfdfView commit details
Commits on Feb 8, 2018
-
Improve ERC20s tests coverage (#712)
* Improve StandardToken tests coverage * Improve BasicToken test coverage * Improve MintableToken test coverage * Improve BurnableToken test coverage * Improve PausableToken tests coverage
Configuration menu - View commit details
-
Copy full SHA for 6ad275b - Browse repository at this point
Copy the full SHA 6ad275bView commit details
Commits on Feb 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 61b6a73 - Browse repository at this point
Copy the full SHA 61b6a73View commit details
Commits on Feb 16, 2018
-
Remove deprecated docs directory and link to new documentation in rea…
…dme. (#750) * Remove deprecated docs directory. * Update link to docs in readme.
Configuration menu - View commit details
-
Copy full SHA for 108d5f3 - Browse repository at this point
Copy the full SHA 108d5f3View commit details
Commits on Feb 20, 2018
-
Crowdsale refactor and add new models (#744)
* Basic idea * Fine tuning idea * Add comments / tidy up Crowdsale base class * fixed TimedCrowdsale constructor * added simple crowdsale test * added HODL directory under home to store unused contracts. ugly hack to solve Crowdsale selection in tests, better way? * Capped no longer inherits from Timed, added capReached() method (replacing hasEnded()) * added SafeMath in TimedCrowdsale for safety, CHECK whether it is inherited from Crowdsale * several fixes related to separating Capped from Timed. functions renamed, mocks changed. Capped tests passing * added TimedCrowdsaleImpl.sol, TimedCrowdsale tests, passed * added Whitelisted implementation and test, passed. * removed unnecessary super constructor call in WhitelistedCrowdsale, removed unused dependencies in tests * renamed UserCappedCrowdsale to IndividuallyCappedCrowdsale, implemented IndividuallyCappedCrowdsaleImpl.sol and corresponding tests, passed. * homogeneized use of using SafeMath for uint256 across validation crowdsales. checked that it IS indeed inherited, but leaving it there as per Frans suggestion. * adding questions.md where I track questions, bugs and progress * modified VariablePriceCrowdsale, added Impl. * finished VariablePrice, fixed sign, added test, passing. * changed VariablePrice to IncreasingPrice, added corresponding require() * MintedCrowdsale done, mock implemented, test passing * PremintedCrowdsale done, mocks, tests passing * checked FinalizableCrowdsale * PostDeliveryCrowdsale done, mock, tests passing. * RefundableCrowdsale done. Detached Vault. modified mock and test, passing * renamed crowdsale-refactor to crowdsale in contracts and test * deleted HODL old contracts * polished variable names in tests * fixed typos and removed comments in tests * Renamed 'crowdsale-refactor' to 'crowdsale' in all imports * Fix minor param naming issues in Crowdsale functions and added documentation to Crowdsale.sol * Added documentation to Crowdsale extensions * removed residual comments and progress tracking files * added docs for validation crowdsales * Made user promises in PostDeliveryCrowdsale public so that users can query their promised token balance. * added docs for distribution crowdsales * renamed PremintedCrowdsale to AllowanceCrowdsale * added allowance check function and corresponding test. fixed filename in AllowanceCrowdsale mock. * spilt Crowdsale _postValidatePurchase in _postValidatePurchase and _updatePurchasingState. changed IndividuallyCappedCrowdsale accordingly. * polished tests for linter, salve Travis * polished IncreasingPriceCrowdsale.sol for linter. * renamed and polished for linter WhitelistedCrowdsale test. * fixed indentation in IncreasingPriceCrowdsaleImpl.sol for linter * fixed ignoring token.mint return value in MintedCrowdsale.sol * expanded docs throughout, fixed minor issues * extended test coverage for IndividuallyCappedCrowdsale * Extended WhitelistedCrwodsale test coverage * roll back decoupling of RefundVault in RefundableCrowdsale * moved cap exceedance checks in Capped and IndividuallyCapped crowdsales to _preValidatePurchase to save gas * revert name change, IndividuallyCapped to UserCapped * extended docs. * added crowd whitelisting with tests * added group capping, plus tests * added modifiers in TimedCrowdsale and WhitelistedCrowdsale * polished tests for linter * moved check of whitelisted to modifier, mainly for testing coverage * fixed minor ordering/polishingafter review * modified TimedCrowdsale modifier/constructor ordering * unchanged truffle-config.js * changed indentation of visibility modifier in mocks * changed naming of modifier and function to use Open/Closed for TimedCrowdsale * changed ordering of constructor calls in SampleCrowdsale * changed startTime and endTime to openingTime and closingTime throughout * fixed exceeding line lenght for linter * renamed _emitTokens to _deliverTokens * renamed addCrowdToWhitelist to addManyToWhitelist * renamed UserCappedCrowdsale to IndividuallyCappedCrowdsale
Configuration menu - View commit details
-
Copy full SHA for c05918c - Browse repository at this point
Copy the full SHA c05918cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ea4bae - Browse repository at this point
Copy the full SHA 9ea4baeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.6.0...v1.7.0