fether
fether copied to clipboard
Decentralized and light Ethereum Wallet
When I run the latest Fether 'master' branch on Debian, it shows the following error in the terminal when it's launching ``` [start-electron] ┗ ---------------------------- [start-react ] Starting the development...
Now that https://github.com/ethereumjs/ethereumjs-tx/pull/143 is merged, we should be able to remove this workaround https://github.com/paritytech/fether/blob/95452ee350dd9d90717a6d630b58013b4caaa040/packages/fether-react/src/utils/transaction.js#L165-L188 (used for signing transactions with Parity Signer) and simply use the methods from the library instead.
Whilst it only shows the accounts associated with the network the user has connected to, and whilst on most pages the user just needs to look in the bottom left...
i.e.: - `Synced foundation` -> `Synced Foundation` - `Synced kovan` -> `Synced Kovan`
Needs a password mismatch error message when creating an account. The previous solution seems elegant: "A red "wrong password" in place of the confirmed transaction button would do the trick....
Several other wallets do this to make absolute sure the user actually did make a copy of the phrase. The ideal behavior would be: - the rewrite recovery phrase screen...
@axelchalon mentioned: > @parity/qr-signer returns us the address and chainId when scanning the account, so this can be done. However I think it might be easier to simply show the...
This was previously an issue and was resolved by this PR https://github.com/paritytech/fether/pull/355, however the issue has returned again.
I was just trying to send a transaction with Fether, and I thought the Kovan network may have been down, but then I noticed that it wasn't syncing blocks (i.e....
Feedback from a user: At Parity we use `foundation` to talk about the main ETH network since the beginning. Out there, it's called "Mainnet" and we should probably call it...