- 01 Aug, 2018 6 commits
-
-
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
-
- 25 Jul, 2018 1 commit
-
-
Matt Condon authored
-
- 23 Jul, 2018 1 commit
-
-
* Destructible no longer has a payable constructor. * Fixed linter errors.
Nicolás Venturo authored
-
- 22 Jul, 2018 1 commit
-
-
* Improved documentation for _preValidatePurchase in Crowdsale * Added newline at EOF
Doug Crescenzi authored
-
- 20 Jul, 2018 12 commits
-
-
Nicolás Venturo authored
-
* removed and tested unecessary gas cost * linted * Revert package-lock.json update. This reverts commit 054598ce7f125b0e1aa4c463f047ac77771cf635. * Added clarifying comments.
Yong Zhen Yu authored -
Amir Bandeali authored
-
* decrease approval condition fix (greater than and equal to) * sol lint fixed * Improved standard token decreaseApprovalTests.
zaryab authored -
* Update StandardToken.sol * Slight improvement in gas efficiency Users tend to attempt to over-spend more than they attempt to burn non-burnable tokens. If the contract checks for overspending before assuring tokens are not being burnt a slight amount of gas might be saved in the long term.
Lucas Gleba authored -
* Changed before for beforeAll, refactored Bouncer tests. * Fixed linter errors. * fix: updates for SignatureBouncer tests and voucher construction
Nicolás Venturo authored -
Doug Crescenzi authored
-
Doug Crescenzi authored
-
Leo Arias authored
-
Leo Arias authored
-
Leo Arias authored
-
Hoon Choi authored
-
- 19 Jul, 2018 1 commit
-
-
Francisco Giordano authored
-
- 18 Jul, 2018 2 commits
-
-
* feat: add AutoIncrementing contract * feat: allow multiple counters per instance * fix: some linting errors * feat: use recommended implementaiton * fix: remove .only in tests * fix: PR notes * fix: add note about incrementing counter
Matt Condon authored -
* Test helpers no longer rely on Babel. * Behaviours are no longer imported. * Removed Babel dependency. * Fixed linter errors.
Nicolás Venturo authored
-
- 16 Jul, 2018 1 commit
-
-
* Assume that token is mintable. * ECRecover test should revert because of wrong calldata size * fix: use expectThrow * fix: ignore failing test until solc^0.5.0
Leonardo authored
-
- 15 Jul, 2018 1 commit
-
-
Doug Crescenzi authored
-
- 13 Jul, 2018 1 commit
-
-
Francisco Giordano authored
-
- 10 Jul, 2018 1 commit
-
-
Arun Kumar authored
-