1. 17 Oct, 2018 4 commits
  2. 16 Oct, 2018 5 commits
  3. 12 Oct, 2018 1 commit
  4. 10 Oct, 2018 4 commits
  5. 09 Oct, 2018 3 commits
  6. 08 Oct, 2018 3 commits
  7. 06 Oct, 2018 1 commit
  8. 04 Oct, 2018 6 commits
  9. 03 Oct, 2018 2 commits
  10. 02 Oct, 2018 4 commits
  11. 01 Oct, 2018 2 commits
  12. 29 Sep, 2018 1 commit
  13. 27 Sep, 2018 2 commits
  14. 26 Sep, 2018 2 commits
    • Add missing tests to ECSDA (#1248) · 75c0a59b
      * 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
      Leo Arias authored
    • Add BigNumber support to expectEvent/inLogs (#1026) (#1338) · 947de54c
      * 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
      Jakub Bogacz authored