- 10 Aug, 2018 1 commit
-
-
* feat: use require in SafeMath * fix: grammar with revert
Brett Sun authored
-
- 08 Aug, 2018 6 commits
-
-
Francisco Giordano authored
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
* Deploy the contract with the designated owner * Fixed TX origin.
barakman authored -
Use 2 ^ 256 - 1 instead that huge constant value.
barakman authored
-
- 07 Aug, 2018 2 commits
-
-
Francisco Giordano authored
-
This is a minor change, aligning to the same convention used in the other contracts.
barakman authored
-
- 06 Aug, 2018 3 commits
-
-
* SplitPayment now requires payees. * Improved test phrasing.
Nicolás Venturo authored -
* reentrancy mutex gas optimization * 1) uint => uint256 2) ++ to += 1
yaronvel authored -
* remove Math.min64 and Math.max64 * refactor Math tests to use return values * enhance Math coverage
Francisco Giordano authored
-
- 03 Aug, 2018 3 commits
-
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
* Consolidted ERC20 Interface and Implementation Files * Fixed CanReclaimToken's tests to use StandardTokenMock instead of BasicTokenMock * Changed token's variable type in TokenTimelock to ERC20 * Merged the StandardBurnableToken with BurnableToken since it now inherits from StandardToken; Fixed TokenTimelock so it uses SafeERC20 for ERC20 * Fixed variable type for _token in TokenTimelock constructor * Fixed linting warning in BurnableToken * Added back burnFrom tests.
Doug Crescenzi authored
-
- 02 Aug, 2018 5 commits
-
-
* Changed Crowdsale inheritance order. * Changed FinalizableCrowdsale inheritance order.
Nicolás Venturo authored -
Nicolás Venturo authored
-
* All tests now use account names, and dont use accounts[0] (except ERC721) * Added account names to some missing contracts.
Nicolás Venturo authored -
* Add an initial document for our code style * Remove abbreviations from parameters * Rename the param in AddressUtils * fix comment
Leo Arias authored -
Shishir Sonekar authored
-
- 01 Aug, 2018 8 commits
-
-
* Add an initial document for our release process * add more detail and explanation to releasing guide * fix details of the RELEASING.md document * Update RELEASING.md * Update RELEASING.md * Update RELEASING.md * Update RELEASING.md
Leo Arias authored -
* Add an initial document for our code style * add parameter types
Leo Arias authored -
Nicolás Venturo authored
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
* fixed visibility warnings * solved visibility and line length warning * change a test assertion that fails due to chai dependence update * linter, constructor style and solved visibility warnings * Changed Windows line endings to Unix.
Vittorio Minacori authored -
Nicolás Venturo authored
-
- 31 Jul, 2018 2 commits
-
-
* Use address(this) instead of this It's preferred to use `address(this)` vs `this` * Change to address(this) vs this
Roman Storm authored -
Leo Arias authored
-
- 28 Jul, 2018 2 commits
-
-
* optimizing ReentrancyGuard gas usage * style fixed
Alex authored -
Silences warning
Brendan Chou authored
-
- 27 Jul, 2018 5 commits
-
-
* Making visibility explicit for storage variables * Made BasicToken's variables internal.
Dave Hoover authored -
* Add EditorConfig file. This allows users with a wide variety of editors to easily code in OpenZeppelin's preferred 2 space indentation code style. See https://editorconfig.org for more information. * Eslint: Always disallow trailing space * Eslint: Error on missing EOL at file end
Justus Perlwitz authored -
* Added an Architecture section that speaks to the different types of contracts * Added a Tests section that provides high-level visibility into what is used for unit testing * Added a How To Use and Modify OpenZeppelin Contracts section * Added development principles to the existing Security section
Doug Crescenzi authored -
* fix: solium linting errors, fixes #1092 * fix: remove uppercase requirement
Matt Condon authored -
We now ensure that if an exception is thrown while awaiting the promise, the exception _has_ to be a revert. We throw 'Expected revert not received' only afterwards. This solves any problems with confusing the word 'revert'. Fix #775
Justus Perlwitz authored
-
- 26 Jul, 2018 3 commits
-
-
* Removed all instances of var. * Sorted eslintrc rules. * Made eslint rule severity explicit. * Now prefering const over let.
Nicolás Venturo authored -
* fix: bounty tests, superceeds #799 * fix: updates from PR notes
Matt Condon authored -
* Test: Remove chai-as-promised calls * Test/Helpers: expectThrow accepts optional message * NPM: Remove chai-as-promised * Contracts/DestructibleMock: Fix lint
Justus Perlwitz authored
-