1. 18 May, 2018 2 commits
  2. 17 May, 2018 1 commit
  3. 26 Apr, 2018 3 commits
  4. 25 Apr, 2018 2 commits
  5. 23 Apr, 2018 3 commits
  6. 21 Apr, 2018 2 commits
  7. 20 Apr, 2018 13 commits
  8. 19 Apr, 2018 3 commits
  9. 18 Apr, 2018 5 commits
  10. 17 Apr, 2018 4 commits
  11. 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
  12. 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