1. 10 Feb, 2020 2 commits
  2. 07 Feb, 2020 1 commit
  3. 24 Jan, 2020 2 commits
  4. 15 Jan, 2020 1 commit
  5. 05 Dec, 2019 1 commit
  6. 28 Nov, 2019 1 commit
  7. 14 Nov, 2019 1 commit
  8. 12 Nov, 2019 1 commit
  9. 10 Nov, 2019 1 commit
  10. 31 Oct, 2019 4 commits
  11. 30 Oct, 2019 2 commits
  12. 29 Oct, 2019 1 commit
  13. 28 Oct, 2019 1 commit
  14. 24 Oct, 2019 1 commit
  15. 08 Oct, 2019 1 commit
    • 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. 13 Sep, 2019 1 commit
  17. 12 Sep, 2019 1 commit
    • 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. 04 Sep, 2019 1 commit
  19. 03 Sep, 2019 3 commits
  20. 02 Sep, 2019 1 commit
  21. 30 Aug, 2019 4 commits
  22. 05 Jun, 2019 1 commit
  23. 08 May, 2019 1 commit
  24. 07 May, 2019 1 commit
  25. 06 May, 2019 1 commit
  26. 15 Apr, 2019 3 commits
    • 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. 12 Apr, 2019 1 commit