1. 28 Aug, 2018 2 commits
  2. 24 Aug, 2018 3 commits
  3. 23 Aug, 2018 2 commits
  4. 22 Aug, 2018 2 commits
    • Add ERC165Query library (#1086) · 2adb4916
      * 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
    • Minor test style improvements (#1219) · 4fb9bb70
      * Changed .eq to .equal
      
      * Changed equal(bool) to .to.be.bool
      
      * Changed be.bool to equal(bool), disallowed unused expressions.
      Nicolás Venturo authored
  5. 21 Aug, 2018 1 commit
  6. 17 Aug, 2018 3 commits
  7. 16 Aug, 2018 2 commits
    • Enforce linebreak style (#1213) · b59b43fa
      * Now forcing Unix linebreak style.
      
      * Added linebreak style for Solidity files.
      Nicolás Venturo authored
    • StandardToken encapsulation (#1197) · 4dcdd293
      * 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
  8. 14 Aug, 2018 1 commit
    • Increase testing coverage (#1195) · 8d11dcc0
      * 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
  9. 13 Aug, 2018 6 commits
  10. 12 Aug, 2018 1 commit
  11. 10 Aug, 2018 4 commits
  12. 08 Aug, 2018 6 commits
  13. 07 Aug, 2018 2 commits
  14. 06 Aug, 2018 3 commits
  15. 03 Aug, 2018 2 commits