1. Feb 10, 2020
  2. Feb 07, 2020
  3. Jan 24, 2020
  4. Jan 15, 2020
  5. Dec 05, 2019
  6. Nov 28, 2019
  7. Nov 14, 2019
  8. Nov 12, 2019
  9. Nov 10, 2019
  10. Oct 31, 2019
  11. Oct 30, 2019
  12. Oct 29, 2019
  13. Oct 28, 2019
  14. Oct 24, 2019
  15. Oct 08, 2019
    • Axel Chalon's avatar
      Use IPC instead of WebSockets (#559) · f8ccea14
      Axel Chalon authored
      * Use IPC instead of WebSockets
      
      * Lint
      
      * Don't log responses
      
      * Disable HTTP/WS JSON-RPC
      
      * Fix IPC path
      
      * Launch Parity with all APIs enabled for ipc
      
      * Grumbles
      
      * Add --ipc-path option to connect to already running node
      
      * Fix tests
      f8ccea14
  16. Sep 13, 2019
  17. Sep 12, 2019
    • Axel Chalon's avatar
      Refactor URLs we allow navigation to (#556) · ef6d6a84
      Axel Chalon authored
      * Add note that the will-navigate checks aren't fired
      
      * Use default TLS certificate verification handler
      
      The linked document warns against explicitly opting out from
      TLS validation. This doesn't require setting a custom handler.
      
      * Refactor trusted navigation urls
      
      * Fix regex typo
      ef6d6a84
  18. Sep 04, 2019
  19. Sep 03, 2019
  20. Sep 02, 2019
  21. Aug 30, 2019
  22. Jun 05, 2019
  23. May 08, 2019
  24. May 07, 2019
  25. May 06, 2019
  26. Apr 15, 2019
    • Luke Schoen's avatar
      docs: Add Contributing doc (#511) · f2cb900f
      Luke Schoen authored
      f2cb900f
    • Luke Schoen's avatar
    • Luke Schoen's avatar
      feat: Relates to #360. Only allow import from Parity Signer chain account... · 95452ee3
      Luke Schoen authored
      feat: Relates to #360. Only allow import from Parity Signer chain account matching current chain. ETC support (#483)
      
      * feat: Relates to #360. Only allow import from Parity Signer chain account matching current chain. ETC support
      
      * review-fix: Refer to non-Parity chain names in the UI. Add console.error
      
      * review-fix: Do not need to chcek health status before calling chainId RPC of light.js on pages accessed through navigation
      
      * review-fix: Rename function name that matches current chain id with imported chain id of address
      
      * review-fix: Remove unnecessary function
      
      * review-fix: Rename function to accountAlreadyExists
      
      * review-fix: Remove FIXME. See https://github.com/paritytech/fether/pull/483#discussion_r270834847
      
      * review-fix: Refactor to use util functions isEtcChainId, chainIdToString, isNotErc20TokenAddress
      
      * fix: Fix typo in comment
      
      * review-fix: Change wording of parity phrase comment
      
      * review-fix: Do not clear isImport as not account related
      
      * fix: Clear error so error when recover from seed phrase not still shown if then click to recover from QR code
      
      * fix: Rename so signerChainId correctly destructured and not undefined
      
      * review-fix: Remove async/await from clear
      
      * fix: Avoid mapping signer chain id to chain name since too much maintenance with Parity Ethereum
      
      * review-fix: Remove await from createAccountStore
      
      * tests: Add colour to fether-react tests
      
      * refactor: No need to parseInt on the signerChainId
      
      * refactor: Use isNotErc20TokenAddress
      
      * refactor: Use isNotErc20TokenAddress again
      
      * refactor: Add isErc20TokenAddress util so more readable
      
      * fix: Replace valueOf with .eq. Fix so obtain BN from props
      
      * refactor: Combine into single if statement when checking if valid Eth/Etc address
      
      * refactor: Update utils without unnecessary return block
      95452ee3
  27. Apr 12, 2019