extension
extension copied to clipboard
Taho, the community owned and operated Web3 wallet.
Closes #1977 This PR fixes text cutting issue for messages in the signing page where "transaction" is split in the middle. The` line-break` property was removed. The `overflow-wrap` property has...
**Description:** This PR is a WIP (work-in-progress). This is a draft of UI-only changes. Background changes are not yet part of this PR. Closes #2011 **Changes:** - create new feature...
 Sending ETH often returns to the asset page rather than the sign page. This behavior appears to depend on the recipient address... making me suspect #1900
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. -...
### What Trying to send assets is redirecting user instead of setting up transaction https://user-images.githubusercontent.com/20949277/186460581-6138f957-4385-42ec-b5e1-40b294641694.mov
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.
This PR covers the background script components of #492. Each transaction and transaction signature request is enriched by looking up its function signature in the [4byte.directory](https://4byte.directory) database. These signatures can...
### Discord Discussion Link https://discord.com/channels/808358975287722045/888500174685614090/1008400537760321597 ### What browsers are you seeing the problem on? Chrome ### What were you trying to do? User tries to set-up a new wallet ###...
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...