Daedalus

Results 48 issues of Daedalus

Requirements: - [ ] Add an [ALLOW_CHANGE_PASSWORD feature flag ](https://github.com/tallycash/extension/blob/optimism-gas-price/background/features.ts)and gate the following functionality behind it. - [ ] Add unit tests for any added methods in keyring service. -...

Closes #2014 This PR allows users to send ETH to other addresses through the extension. Things Learned: - [ETH is an ERC-20 token on Optimism](https://optimistic.etherscan.io/token/0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000) - We were doing rollup...

Tally Ho is not able to connect to Etherscan. Example URL: https://optimistic.etherscan.io/token/0x4200000000000000000000000000000000000006#writeContract To recreate - click this button: Notice the errors about `net_version` in the etherscan console.

Currently we only get a transactions estimated L1 Rollup fee when the transaction is [first added](https://github.com/tallycash/extension/blob/optimism-live-gas-updates/background/services/chain/index.ts#L383). This means that if a user leaves the `Sign Transaction` window open for a...

This PR replaces the (irrelevant for Optimism) gas selector with an explanation of why editing the gas fee is not as relevant on optimism as it is on other networks....

This PR fixes an issue where the Sign Transaction screen was displaying the wallet's currently selected network on the Sign Transaction screen in cases where the transaction being signed was...

Depends on #2006 Add onclick confirmation screens for turning off analytics and deleting private data (You will probably want to use [`SharedSlideUpMenu`](https://github.com/tallycash/extension/blob/optimism-gas-price/ui/components/Shared/SharedSlideUpMenu.tsx#L1:L1) for these guys) Display [`Snackbar`](https://github.com/tallycash/extension/blob/optimism-gas-price/ui/components/Snackbar/Snackbar.tsx#L1:L1) notifications once a...

Depends on #2005 This page should be visible when clicking the `Analytics` button on the settings menu. It's not necessary to have the `Delete my data` button do anything to...

Display of this button should be feature flagged and off by default.

If a user has the `Ethereum` network selected inside of the wallet and tries to sign a tx on `Optimism` - the $ preview will be calculated based off of...

🐛 bug