- 27 Nov, 2018 3 commits
-
-
* Added time tests. * Minor improvements.
Nicolás Venturo authored -
* Added inTransaction tests. * Added expectEvent.inConstructor. * Changed inTransaction, removed decodeLogs. * Flipped comparison to improve the error message. * Improved expectEvent tests. * Migrated tests to use expectEvent. * Added roles constructor tests. * Fixed linter errors. * Made lodash a dev dependency. * Added more inLogs tests. * Update expectEvent.test.js * Removed lodash. * Moved role constructor tests to public role behavior. * Revert "Flipped comparison to improve the error message." This reverts commit 438c57833d997d2972a7730180a266bc3c6a87c5. * Replaced chai-as-promised with shouldFail.
Nicolás Venturo authored -
* Added ether tests. * Added shouldFail base function and tests. * Updated test descriptions. * Reduced gas limit on out-of-gas tests.
Nicolás Venturo authored
-
- 26 Nov, 2018 2 commits
-
-
* Rolled back Travis stages * Rolled back the rolled-back changes. * Renamed jobs, coverage can no longer fail. * Cleaned up the yaml file a bit. * Updated coveralls badge.
Nicolás Venturo authored -
* Added balanceDifference tests. * Added balanceDifference tests. * Now using balanceDifference in all (most) tests. * Fixed typo.
Nicolás Venturo authored
-
- 22 Nov, 2018 2 commits
-
-
* Updated code style to 4 spaces and 120 max characters per line. * Update contracts/token/ERC721/ERC721Pausable.sol Co-Authored-By: nventuro <nicolas.venturo@gmail.com> * Update contracts/token/ERC721/IERC721.sol Co-Authored-By: nventuro <nicolas.venturo@gmail.com>
Nicolás Venturo authored -
Small change in test description, should be "allows to approve..." instead of "allow to transfer..." in approve section, where test actualy try to approve, not to transfer.
Alexander Kochetkov authored
-
- 20 Nov, 2018 2 commits
-
-
Francisco Giordano authored
-
Nicolás Venturo authored
-
- 02 Nov, 2018 4 commits
-
-
William Entriken authored
-
* Remove redundant require statements Now that SafeMath uses require, the require statements are redundant. They were also previously inconsistent because they were only included in some functions, but not others * Update ERC20.sol
Brendan Chou authored -
Leo Arias authored
-
Hao (Alan) Tang authored
-
- 01 Nov, 2018 5 commits
-
-
* add improvement in simpletoken example #1458 * fix not calling decimals get function in initial supply
LaimeJesus authored -
* signing prefix added * Minor improvement * Tests changed * Successfully tested * Minor improvements * Minor improvements * Revert "Dangling commas are now required. (#1359)" This reverts commit a6889776. * updates * fixes #1404 * approve failing test * suggested changes done * ISafeERC20 removed * conflict fixes * fixes #1386 * Update SafeMath.test.js
Aniket authored -
* signing prefix added * Minor improvement * Tests changed * Successfully tested * Minor improvements * Minor improvements * Revert "Dangling commas are now required. (#1359)" This reverts commit a6889776. * updates * fixes #1404 * approve failing test * suggested changes done * ISafeERC20 removed * conflict fixes * fixes #1456
Aniket authored -
Hao (Alan) Tang authored
-
* fix Add a comment to ERC721Enumerable #1465 * fix Add comments to ERC721Burnable #1464
Hao (Alan) Tang authored
-
- 21 Oct, 2018 2 commits
- 20 Oct, 2018 20 commits
-
-
* Made _clearApproval private, added clarifying comments in _addTokenTo and _removeTokenFrom. * Added approval information. (cherry picked from commit 8204f6a7)
Nicolás Venturo authored -
This attack was reported in https://github.com/OpenZeppelin/openzeppelin-solidity/issues/877 (cherry picked from commit 80458ebc)
Leo Arias authored -
(cherry picked from commit 6d415c50)
Nicolás Venturo authored -
(cherry picked from commit a936cbf5)
Nicolás Venturo authored -
(cherry picked from commit 1ac1ac98)
Nicolás Venturo authored -
* Deleted unnecessary import. * Added back SafeMath. * Removed another unnecessary import. (cherry picked from commit bbe804a1)
Nicolás Venturo authored -
Nicolás Venturo authored
-
Now setting the finalized flag before doing finalization to prevent possbile reentrancy issues. (#1447) (cherry picked from commit 5bb86521)
Nicolás Venturo authored -
* Added a small Crowdsale fallback gas warning. * Fixed a couple typos. (cherry picked from commit 94692acb)
Nicolás Venturo authored -
(cherry picked from commit 384dff9a)
Nicolás Venturo authored -
(cherry picked from commit 5bf39078)
Nicolás Venturo authored -
(cherry picked from commit c8220aee)
Nicolás Venturo authored -
(cherry picked from commit 9155bfe2)
Nicolás Venturo authored -
(cherry picked from commit 1c5f16ae)
Nicolás Venturo authored -
* Made some internal crowdsale methods internal. * Made all Crowdsale constructors internal. (cherry picked from commit d9fdffe8)
Nicolás Venturo authored -
* signing prefix added * Minor improvement * Tests changed * Successfully tested * Minor improvements * Minor improvements * Revert "Dangling commas are now required. (#1359)" This reverts commit a6889776. * updates * fixes #1404 * approve failing test * suggested changes done * ISafeERC20 removed * allowance methods in library * Improved SafeERC20 tests. * Fixed test coverage. (cherry picked from commit 315f426f)
Aniket authored -
* Improved TokenVesting events. * Added extra checks to TokenVesting. * Renamed the events. * Fixed linter error. * Fixed a test that failed to cover a require. * Renamed TokensRevoked to TokenVestingRevoked. (cherry picked from commit 67dac7ae)
Nicolás Venturo authored -
* Renamed file, added events and set _addPayee to private * unwanted file * adjusted test * adjusted test * PaymentReceived event added * Added event testing. * Fix static tests (cherry picked from commit a0749979)
cardmaniac992 authored -
* Added address of pauser/unpauser in events * Added the account to the Pausable tests. (cherry picked from commit fcab9c89)
Christopher Glisch authored
-