- 12 Dec, 2018 2 commits
-
-
* remove note that was fixed in #1526 * add build script * add prepack script * remove custom compilation steps
Francisco Giordano authored -
* Added WhitelisterRole. * Added WhitelisteeRole and WhitelistedCrowdsale. * Added WhitelistedCrowdsale tests. * Whitelisters can now remove Whitelistees. * PublicRole.behavior now supports a manager account, added Whitelistee tests. * Rephrased tests, added test for whitelistees doing invalid purchases. * Fixed linter error. * Fixed typos Co-Authored-By: nventuro <nicolas.venturo@gmail.com> * Working around JS quirks Co-Authored-By: nventuro <nicolas.venturo@gmail.com> * Update PublicRole.behavior.js * Renamed WhitelisteeRole to WhitelistedRole. * Renamed WhitelistedCrowdsale to WhitelistCrowdsale. * Now using the new test helper. * Added basic documentation.
Nicolás Venturo authored
-
- 11 Dec, 2018 3 commits
-
-
* Deprecated ERC721._burn(address, uint256) * Added missing natspec comment.
Nicolás Venturo authored -
* Fixed unnecessary dependency of RefundableCrowdsaleImpl on ERC20Mintable. * Added PostDeliveryRefundableCrowdsale. * Renamed to RefundablePostDeliveryCrowdsale. * Added deprecation warning.
Nicolás Venturo authored -
* Added _transferToken. * _transferFrom is now usable by derived contracts, abstracted away enumerable behavior. * Removed unnecesary check from _clearApprovals
Nicolás Venturo authored
-
- 07 Dec, 2018 1 commit
-
-
* 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 #1205 * minor change * suggested changes * reviewed changes * final update
Aniket authored
-
- 05 Dec, 2018 1 commit
-
-
* 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 #1512 * Update test/token/ERC721/ERC721Full.test.js Co-Authored-By: Aniket-Engg <30843294+Aniket-Engg@users.noreply.github.com>
Aniket authored
-
- 03 Dec, 2018 2 commits
-
-
* Added explicity pify dep, deprecating web3.eth. * Dropped promisify in favor of pify.
Nicolás Venturo authored -
Remon Nashid authored
-
- 02 Dec, 2018 1 commit
-
-
* make provider creation lazy * change getter for function * remove unused networks from truffle config * remove unused dotenv package * remove truffle-hdwallet-provider dependency * install ethereumjs-util * replace sha3 with keccak256 for ethereumjs-util v6
Francisco Giordano authored
-
- 01 Dec, 2018 2 commits
-
-
* Renamed sendTransaction to send, improved API. * Added send tests. * Now using promisified web3
Nicolás Venturo authored -
Nicolás Venturo authored
-
- 30 Nov, 2018 1 commit
-
-
Nicolás Venturo authored
-
- 29 Nov, 2018 4 commits
-
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
* Added advanceBlock to time, moved tests around. * Removed the standalone advanceBlock. * Removed the 'id' field * Fixed linter error. * Removed the 'latest' test, since it only works if time hasn't been fast-forwarded. * Removed .only directive.
Nicolás Venturo authored -
* transferFrom now emits an Approval event, indicating the updated allowance. * Updated burnFrom to also emit Approval. * Added notices about the extra Approval events.
Nicolás Venturo authored
-
- 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 3 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
-