- 20 Oct, 2018 25 commits
-
-
* 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 -
* turn off blank-lines rule * remove triple newlines (cherry picked from commit 9b371046)
Francisco Giordano authored -
(cherry picked from commit d062352d)
Roman Exempliarov authored -
(cherry picked from commit 7825caa1)
Jakub Bogacz authored -
correct typo in doc (cherry picked from commit b644c72e)
Jerome de Tychey authored -
(cherry picked from commit 0b8296e5)
Francisco Giordano authored -
(cherry picked from commit 651f6d8b)
Francisco Giordano authored
-
- 18 Oct, 2018 6 commits
-
-
* 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 -
(cherry picked from commit 3acc2b42)
Nicolás Venturo authored -
* Add Arrays library with unit tests (#1209) * prepared due to snapshot token requirements * add library with method to find upper bound * add unit test for basic and edge cases * Imporove documentation for Arrays library Simplify Arrays.test.js to use short arrays as test date * Added comment for uint256 mid variable. * Explaned why uint256 mid variable calculated as Math.average is safe to use as index of array. (cherry picked from commit f7e53d90)Jakub Bogacz 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 #1384 * introduced claimable and cancelBounty * cancelBounty tests * Update BreakInvariantBounty.test.js (cherry picked from commit 41f84f8b)
Aniket authored -
(cherry picked from commit b17de011)
Nicolás Venturo authored
- 04 Oct, 2018 6 commits
-
-
Nicolás Venturo authored
-
(cherry picked from commit 308e5e9c)
Nicolás Venturo authored -
(cherry picked from commit 43ebb4fc)
Anton Bukov 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 #1371 * Removed extra whitespace (cherry picked from commit f3888bb0)
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 #1356 * Removed extra semicolon. (cherry picked from commit c87433e0)
Aniket authored -
* separate part of ERC721Mintable into ERC721MetadataMintable * remove mint and burn from 721 tests * Fixed linter error. * fix ERC721 mint tests * Minor fixes. (cherry picked from commit 744f567f)
Francisco Giordano authored
-
- 28 Sep, 2018 3 commits
-
-
* fix: refactor sign.js and related tests * fix: remove unused dep * fix: update package.json correctly * Add missing tests to ECRecovery * fix lint * Reorganize the tests * Reuse signature * fix static errors * Apply suggestions by @frangion and @nventuro * Remove only * More suggestions * Remove unnecessary max-len * remove only (cherry picked from commit 75c0a59b)
Leo Arias authored -
* add test for msg.data too short * fix test to hit that branch * Update SignatureBouncer.test.js (cherry picked from commit 1a4e5346)
Francisco Giordano authored