- 20 Oct, 2018 40 commits
-
-
(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 -
* Replaced assertJump, assertRevert and expectThrow with shouldFail. * Fixed linter errors. * Fixed typo. * Made the helpers async. (cherry picked from commit b0da0fde)
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 #1392 * event tests added * constructor event added (cherry picked from commit af42c39e)
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 #1200 * suggested change (cherry picked from commit b41b125c)
Aniket authored -
(cherry picked from commit f4d6f404)
Nicolás Venturo authored -
(cherry picked from commit 269981ee)
Nicolás Venturo authored -
(cherry picked from commit 34bc709b)
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. * fixex #1355 * linting * suggested changes * Update BreakInvariantBounty.test.js (cherry picked from commit 6ae041bc)
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. * fixes #1358 * linting done * suggested changes (cherry picked from commit fa1dfbd1)
Aniket authored -
(cherry picked from commit a6889776)
Nicolás Venturo authored -
* Add BigNumber support to expectEvent/inLogs (#1026) * switched direct logs array check to expectEvent method in AllowanceCrowdsale.test.js * Refactor expectEvent.inLogs function to use simple value number check * Introduced should.be.bignumber method to compare BigNumber values * Use expectEvent to test logs (#1232) * Removed trailing space (cherry picked from commit 536262f2)
Jakub Bogacz authored -
* Add BigNumber support to expectEvent/inLogs (#1026) * switched direct logs array check to expectEvent method in AllowanceCrowdsale.test.js * Refactor expectEvent.inLogs function to use simple value number check * Introduced should.be.bignumber method to compare BigNumber values * Destructure transaction object to extract logs field (cherry picked from commit 947de54c)
Jakub Bogacz authored -
(cherry picked from commit 9be0f100)
Nicolás Venturo authored
-