- 05 Sep, 2018 3 commits
-
-
* Improve encapsulation on BreakInvariantBounty * Make researchers private * Do not prefix getters
Leo Arias authored -
* remove Claimable, DelayedClaimable, Heritable * remove SimpleSavingsWallet example which used Heritable
Francisco Giordano authored -
* rename proposals directory to drafts directory * move TokenVesting and SignatureBouncer to drafts/ * rename BouncerMock.sol to SignatureBouncerMock.sol
Francisco Giordano authored
-
- 03 Sep, 2018 6 commits
-
-
* Improve encapsulation on Whitelist * remove only * update whitelisted crowdsale test * Improve encapsulation on SignatureBouncer * fix missing test * Improve encapsulation on RBAC example * Improve encapsulation on RBAC example * Remove extra visibility * Improve encapsulation on ERC20 Mintable * Improve encapsulation on Superuser * fix lint * add missing constant
Leo Arias authored -
* Add a leading underscore to internal and private functions. Fixes #1176 * Remove super * update the ERC721 changes * add missing underscore after merge * Fix mock
Leo Arias authored -
Miraj Shah authored
-
* remove HasNoEther, HasNoTokens, HasNoContracts, and NoOwner * remove unused ERC223TokenMock * remove Contactable * remove TokenDestructible * remove DeprecatedERC721 * inline Destructible#destroy in Bounty * remove Destructible
Francisco Giordano authored -
* Move contracts to subdirectories Fixes #1177. This Change also removes the LimitBalance contract. * fix import * move MerkleProof to cryptography * Fix import
Leo Arias authored -
* Remove underscores from event parameters. Fixes #1175 * Add comment about ERC
Leo Arias authored
-
- 01 Sep, 2018 1 commit
-
-
Vyom Sharma authored
-
- 31 Aug, 2018 1 commit
-
-
* rename ERC20 to IERC20 * move ERC20.sol to IERC20.sol * rename StandardToken to ERC20 * rename StandardTokenMock to ERC20Mock * move StandardToken.sol to ERC20.sol, likewise test and mock files * rename MintableToken to ERC20Mintable * move MintableToken.sol to ERC20Mintable.sol, likewise test and mock files * rename BurnableToken to ERC20Burnable * move BurnableToken.sol to ERC20Burnable.sol, likewise for related files * rename CappedToken to ERC20Capped * move CappedToken.sol to ERC20Capped.sol, likewise for related files * rename PausableToken to ERC20Pausable * move PausableToken.sol to ERC20Pausable.sol, likewise for related files * rename DetailedERC20 to ERC20Detailed * move DetailedERC20.sol to ERC20Detailed.sol, likewise for related files * rename ERC721 to IERC721, and likewise for other related interfaces * move ERC721.sol to IERC721.sol, likewise for other 721 interfaces * rename ERC721Token to ERC721 * move ERC721Token.sol to ERC721.sol, likewise for related files * rename ERC721BasicToken to ERC721Basic * move ERC721BasicToken.sol to ERC721Basic.sol, likewise for related files * rename ERC721PausableToken to ERC721Pausable * move ERC721PausableToken.sol to ERC721Pausable.sol * rename ERC165 to IERC165 * move ERC165.sol to IERC165.sol * amend comment that ERC20 is based on FirstBlood * fix comments mentioning IERC721Receiver
Francisco Giordano authored
-
- 29 Aug, 2018 3 commits
-
-
viquezclaudio authored
-
* fix: refactor sign.js and related tests * fix: remove unused dep * fix: update package.json correctly
Matt Condon authored -
Leo Arias authored
-
- 28 Aug, 2018 2 commits
-
-
viquezclaudio authored
-
Leo Arias authored
-
- 24 Aug, 2018 3 commits
-
-
* Fixed a SplitPayment test * Deleted unnecessary function. * Improved PostDeliveryCrowdsale tests. * Improved RefundableCrowdsale tests. * Improved MintedCrowdsale tests. * Improved IncreasingPriceCrowdsale tests. * Fixed a CappedCrowdsale test. * Improved TimedCrowdsale tests. * Improved descriptions of added tests.
Nicolás Venturo authored -
* add note about pulling upstream changes to release branch * add comment about upstream changes in merging section
Francisco Giordano authored -
* ERC721 pausable token * Reuse of ERC721 Basic behavior for Pausable, split view checks in paused state & style fixes * [~] paused token behavior
Roman Exempliarov authored
-
- 23 Aug, 2018 2 commits
-
-
Nicolás Venturo authored
-
Nicolás Venturo authored
-
- 22 Aug, 2018 2 commits
-
-
* Add ERC165Query library * Address PR Comments * Add tests and mocks from #1024 and refactor code slightly * Fix javascript and solidity linting errors * Split supportsInterface into three methods as discussed in #1086 * Change InterfaceId_ERC165 comment to match style in the rest of the repo * Fix max-len lint issue on ERC165Checker.sol * Conditionally ignore the asserts during solidity-coverage test * Switch to abi.encodeWithSelector and add test for account addresses * Switch to supportsInterfaces API as suggested by @frangio * Adding ERC165InterfacesSupported.sol * Fix style issues * Add test for supportsInterfaces returning false * Add ERC165Checker.sol newline * feat: fix coverage implementation * fix: solidity linting error * fix: revert to using boolean tests instead of require statements * fix: make supportsERC165Interface private again * rename SupportsInterfaceWithLookupMock to avoid name clashing
Lev Dubinets authored -
* Changed .eq to .equal * Changed equal(bool) to .to.be.bool * Changed be.bool to equal(bool), disallowed unused expressions.
Nicolás Venturo authored
-
- 21 Aug, 2018 1 commit
-
-
jacob authored
-
- 17 Aug, 2018 3 commits
-
-
* fix off by one error in _burn and _burnFrom * add tests for off-by-one error * change amount used
Francisco Giordano authored -
Nicolás Venturo authored
-
* tests: use stages for the travis execution Fixes #694 * add comments as suggested by @nventuro * move the unit tests first, as suggested by @frangio * make stages clearer as suggested by @nventuro * tests: use stages for the travis execution Fixes #694 * add comments as suggested by @nventuro * move the unit tests first, as suggested by @frangio * make stages clearer as suggested by @nventuro * update the stage names as suggested by @frangio * Run all tests in parallel * added names
Leo Arias authored
-
- 16 Aug, 2018 2 commits
-
-
* Now forcing Unix linebreak style. * Added linebreak style for Solidity files.
Nicolás Venturo authored -
* make StandardToken state variables private * simplify mocks * document new internal functions * fix link to ERC20 document * revert order of Transfer and Mint events * Revert "simplify mocks" This reverts commit 371fe3e567e0ec894caa8d5f14ad590b18c5ae86. * add tests for new internal functions * add check for null account * add checks for balances and allowance * add inline docs to BurnableToken._burn * remove redundant checks and clarify why
Francisco Giordano authored
-
- 14 Aug, 2018 1 commit
-
-
* Added non-target bounty test * Increased ERC721 testing coverage. * Addressed review comments. * fix linter error * Fixed linter error * Removed unnecessary bouncer require * Improved Crowdsale tests. * Added missing SuperUser test. * Improved payment tests. * Improved token tests. * Fixed ERC721 test. * Reviewed phrasing.
Nicolás Venturo authored
-
- 13 Aug, 2018 6 commits
-
-
* Added Math.average * Removed assertion.
Nicolás Venturo authored -
Francisco Giordano authored
-
* Add Modulo operation for getting the quotient * Improved modulo tests and implementation. * Removed assertion.
jeano authored -
* Made ERC721.exists internal. * Removed exists ERC165 identifiers
Nicolás Venturo authored -
Francisco Giordano authored
-
used dos2unix program
Francisco Giordano authored
-
- 12 Aug, 2018 1 commit
-
-
Nicolás Venturo authored
-
- 10 Aug, 2018 3 commits
-
-
Francisco Giordano authored
-
* Moving towards chai.should. * Fixed failing tests. * Fixed linter errors. * Revert package-lock.json changes. * Fixed failing tests. * s/eq/equal * Addressed review comment
Nicolás Venturo authored -
Nicolás Venturo authored
-