1. 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
  2. Jan 31, 2019
  3. Jan 30, 2019
  4. Jan 26, 2019
  5. Jan 25, 2019
    • Luke Schoen's avatar
      feat: Save window position on Linux. Refactor events · c0b3fa16
      Luke Schoen authored
      * Save Fether window position on Linux using debounce with 'move' event, and 'close' event
      
      * Save Fether window position on macOS and Windows also using 'close' event instead of just 'moved' event
      
      * Refactor `create` method to prevent duplication
      
      * Refactor to organise event listeners into `setupWindowListeners` and `setupRequestListeners`
      c0b3fa16
  6. Jan 24, 2019
  7. Jan 23, 2019