1. Feb 15, 2019
  2. Feb 10, 2019
  3. Feb 09, 2019
  4. Feb 08, 2019
  5. Feb 07, 2019
  6. Feb 05, 2019
  7. Feb 04, 2019
  8. Feb 03, 2019
  9. Feb 01, 2019
    • Luke Schoen's avatar
      test: Fix all failing tests · d2c41d0d
      Luke Schoen authored
      * Update tests to include missing `token` property to a Tx of Ether or Token
      
      * Update tests to include missing `address` property to a Tx of Ether to fixes `TypeError: Cannot read property 'address' of undefined` error
      
      * Update tests to include missing `options` and `args` properties to the Tx so the second argument passed to `transfer$` in `contractForToken(token.address).transfer$(..., ...)` is not NaN
      
      * Fix error `ReferenceError: regeneratorRuntime is not defined`
      d2c41d0d
  10. Jan 31, 2019
    • Luke Schoen's avatar
      test: Fix Babel decorators plugin errors · d293a7df
      Luke Schoen authored
      * Fixes `SyntaxError ... Decorators transform is necessary.` (regarding use of `@observable`)
      * Fixes `Decorating class property failed. Please ensure that proposal-class-properties is enabled and set to use loose mode. To use proposal-class-properties in spec mode with decorators, wait for the next major version of decorators in stage 2.`
      d293a7df