1. 10 May, 2018 2 commits
  2. 09 May, 2018 3 commits
  3. 07 May, 2018 2 commits
  4. 03 May, 2018 2 commits
  5. 26 Apr, 2018 3 commits
  6. 25 Apr, 2018 2 commits
  7. 23 Apr, 2018 3 commits
  8. 20 Apr, 2018 1 commit
  9. 19 Apr, 2018 1 commit
  10. 18 Apr, 2018 3 commits
  11. 17 Apr, 2018 4 commits
  12. 11 Apr, 2018 1 commit
    • Add StandardBurnableToken implementation (#870) · 0926729c
      * Add StandardBurnableToken implementation
      
      BurnableToken that extends from StandardToken and adds a
      burnFrom method that decrements allowance. Equivalent to
      a transferFrom plus burn in a single operation.
      
      * Return event object from expectEvent helper
      
      * Add comment on Approval event in burnFrom function
      
      * Improvements on burnable token tests
      
      - Inject initial balance as a parameter to the behaviour
      - Use expectEvent helper for assertions on events
      - Use chai bignumber for numbers
      - Change to bdd-style assertions
      Santiago Palladino authored
  13. 10 Apr, 2018 1 commit
    • Various fixes and formatting chores (#885) · 9e1c934f
      * fix: clean up solium linting errors
      
      * fix: make various contracts natspec compliant
      
      * fix: this.balance deprecated; convert to address(this).balance
      
      * fix: contract.call deprecated and switch to gasleft()
      
      * fix: ignore empty block rule project-wide
      
      * fix: add ignore cases for the rest of the linting warnings
      Matt Condon authored
  14. 09 Apr, 2018 1 commit
    • Update to Truffle 4.1.5 and Ganache 6.1.0 (#876) · a7e91856
      * Update to ganache-cli v6.1.0 and truffle v4.1.0
      
      * Update to stable version of ganache-cli
      
      * fix: update event emission warning
      
      - Fix event emission warnings for solidity 4.21 after truffle has been
      updated to use this version
      
      * fix pr review comments
      
      * update to truffle v4.1.5
      
      * update package-lock
      
      * add additional emit keywords
      
      * update solidity-coverage to 0.4.15
      
      * update to solium 1.1.6
      
      * fix MerkleProof coverage analysis by testing through wrapper
      
      * change version pragma to ^0.4.21
      
      * fix solium linting errors
      Francisco Giordano authored
  15. 08 Apr, 2018 1 commit
  16. 05 Apr, 2018 1 commit
  17. 04 Apr, 2018 1 commit
  18. 03 Apr, 2018 5 commits
  19. 28 Mar, 2018 2 commits
  20. 27 Mar, 2018 1 commit