- 26 Feb, 2019 2 commits
-
-
Nicolás Venturo authored
-
Fix SafeERC20.safeApprove bug (cherry picked from commit 3111291b)
Nicolás Venturo authored
-
- 21 Oct, 2018 2 commits
- 20 Oct, 2018 36 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 -
(cherry picked from commit 0231fac5)
Nicolás Venturo authored -
(cherry picked from commit ff0c048a)
Nicolás Venturo authored -
* Made some inherit-only contracts internal. * Added OwnableMock. (cherry picked from commit 96d6103e)
Nicolás Venturo authored -
* Made some TokenVesting public functions private. * Fixed linter error. (cherry picked from commit df3c1137)
Nicolás Venturo authored -
* Moved Escrows into an escrow subdirectory, improved docs. * Fixed escrow mock. * Fixed some more imports. (cherry picked from commit f3df2dab)
Nicolás Venturo authored -
(cherry picked from commit cfef5836)
Nicolás Venturo authored -
(cherry picked from commit d8ab8a00)
Nicolás Venturo authored -
(cherry picked from commit 2733cb4a)
Nicolás Venturo authored -
* added function to renounce ownership * Make state variables private (#1411) (cherry picked from commit 03765e08)
Paweł Winnicki authored -
(cherry picked from commit a3e312d1)
Nicolás Venturo authored -
(cherry picked from commit 3341dd88)
Nicolás Venturo authored -
(cherry picked from commit 3bd30f73)
Nicolás Venturo authored -
* use prefix underscore for internal state variables * make _supportedInterfaces private (cherry picked from commit 03dfb296)
Mikhail Melnik authored -
* Removed unused advanceToBlock. * Added advanceBlock tests. * Fixed advanceToBlock tests. * Added single argument tests. * Finished inLogs tests. * Fixed linter errors. * Fixed linter errors. (cherry picked from commit 9f822906)
Nicolás Venturo authored -
(cherry picked from commit eb92fd1f)
Nicolás Venturo authored
-