- Feb 10, 2020
-
-
Thibaut Sardan authored
* Update README.md * Update README.md
-
Axel Chalon authored
* Use kind-of >=6.0.3 everywhere This repo's dependencies currently use [older versions](https://github.com/paritytech/fether/blob/3c036307/yarn.lock#L10218) of kind-of which have a possibly exploitable vulnerability ([original issue](https://github.com/jonschlinkert/kind-of/issues/30), [PR](https://github.com/jonschlinkert/kind-of/pull/31)). * Update yarn.lock
-
- Feb 07, 2020
-
-
Thibaut Sardan authored
* bump * remove comment
-
- Jan 24, 2020
-
-
Thibaut Sardan authored
Co-authored-by: Amaury Martiny <[email protected]>
-
Thibaut Sardan authored
* upgrade parity latest * bump
-
- Jan 15, 2020
-
-
Amaury Martiny authored
* chore: Bump react-scripts version * Update node-sass too
-
- Dec 05, 2019
-
-
Thibaut Sardan authored
-
- Nov 28, 2019
-
-
Thibaut Sardan authored
-
- Nov 14, 2019
-
-
Thibaut Sardan authored
-
- Nov 12, 2019
-
-
Jake Ols authored
* remove ability to create accounts with same account name * add error message * Update packages/fether-react/src/Accounts/CreateAccount/AccountName/AccountName.js Co-Authored-By: Thibaut Sardan <[email protected]>
-
- Nov 10, 2019
-
-
Amaury Martiny authored
* fix: CI install node12 for windows * Add tag * Use n to update node * Everything works, move to win-build
-
- Oct 31, 2019
-
-
Thibaut Sardan authored
-
Amaury Martiny authored
* chore: Don't upload to snap store, part 2 Forgot something in https://github.com/paritytech/fether/pull/570 * Update electron-builder.json
-
Amaury Martiny authored
Copy paste of https://github.com/ipfs-shipyard/ipfs-desktop/pull/1069 Trying to fix
-
gabriel klawitter authored
-
- Oct 30, 2019
-
-
Amaury Martiny authored
* Regenerate yarn lock * Update Electron
-
Axel Chalon authored
-
- Oct 29, 2019
-
-
Axel Chalon authored
-
- Oct 28, 2019
-
-
Thibaut Sardan authored
* appimage security warning * apply grammar suggestions
-
- Oct 24, 2019
-
-
Amaury Martiny authored
* console.warn when parsing error * Add some logs * Concatenate previous message if ill-formed * Use debug instead of console.log
-
- Oct 08, 2019
-
-
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
-
- Sep 13, 2019
-
-
Amaury Martiny authored
-
- Sep 12, 2019
-
-
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
-
- Sep 04, 2019
-
-
Thibaut Sardan authored
* feat: add pw criteria * fix: not applicable for JSON import
-
- Sep 03, 2019
-
-
Amaury Martiny authored
* fix: Whitelist cli args * Remove cli.wsPort * Fix psn flag * Fix mistaken merge
-
Amaury Martiny authored
* fix: Disable Electron remote module * Remove duplicate
-
Amaury Martiny authored
* Clean some code * Restart node after 15s * Remove console.lgo * Update comment * Remove useless arg * remove hasCalledInitParityEthereum
-
- Sep 02, 2019
-
-
Thibaut Sardan authored
* fix: get icons from a specific commit instead of master * chore: use latest commit
-
- Aug 30, 2019
-
-
Thibaut Sardan authored
-
Amaury Martiny authored
* feat: Add electron security to disallow permission * Fix lint?
-
Amaury Martiny authored
-
Amaury Martiny authored
* Add timer * Add Timer on confirmation screen * Put idle timer on Scan confirmation too * Fix lint * Alphabet * Small optimization * Fix lint
-
- Jun 05, 2019
-
-
Amaury Martiny authored
* Add menu * Add correct screens * Remove from localStorage * Update packages/fether-react/src/i18n/locales/en.json Co-Authored-By: Thibaut Sardan <[email protected]> * german
-
- May 08, 2019
-
-
Amaury Martiny authored
-
- May 07, 2019
-
-
Amaury Martiny authored
* Remove ipcRenderer and window.bridge * Make app work more or less * Make app work really * Make prod work * Make translations work * Small tweaks * Rename IPC channels * Tighten up CSP * Optimize a little bit * Fix lint
-
- May 06, 2019
-
-
YJ authored
* feat: set csp meta in index.html for prod * fix grumbles
-
- Apr 15, 2019
-
-
Luke Schoen authored
-
Luke Schoen authored
-
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
-
- Apr 12, 2019
-
-
Luke Schoen authored
* fix: Fixes #494 drag and context menu. import options spacing for error * refactor: Remove css class that is not being used
-