extension
extension copied to clipboard
Bitcoin for the rest of us
> Try out this version of the Hiro Wallet - download [extension builds](https://github.com/hirosystems/stacks-wallet-web/actions/runs/3092772922). This PR proposes moving networks state from jotai to redux, except for one derived network atom `currentNetworkAtom`...
I've noticed that the default recommended Standard gas fee is (incorrectly?) much higher now on every transaction since version 3.17.0, around 0.2-0.5 STX or so typically. But if I open...
> Try out this version of the Hiro Wallet - download [extension builds](https://github.com/hirosystems/stacks-wallet-web/actions/runs/3068410882). https://github.com/hirosystems/stacks-wallet-web/pull/2665 attempts to do the key stretching in the background script. This increases speed I reckon, though...
> Try out this version of the Hiro Wallet - download [extension builds](https://github.com/hirosystems/stacks-wallet-web/actions/runs/3067874907). **🚧 EXPERIMENTAL** This PR moves the slow key stretching derivation logic from a Web Worker to the...
[`v3.17.0`](https://github.com/hirosystems/stacks-wallet-web/releases/tag/v3.17.0) saw many users run into a blank screen issue, where an error was thrown because of missing/wrong contract interface arguments. This highlights a gap in our test suite. We...
> Try out this version of the Hiro Wallet - download [extension builds](https://github.com/hirosystems/stacks-wallet-web/actions/runs/3044877135). Investigatory PR looking into move to MV3
I am unable to select wrapped-bitcoin from my Hiro Wallet. When I attempt to send wrapped-bitcoin it doesn't show up under 'Choose an asset' despite the fact that the wallet...
This PR - adds support for update profile requests. These requests are sent from any app and requests that the public profile is updated. The profile is shown to the...
- [x] #2638 - [ ] #2650 - [ ] #2649 - [x] #2639 - [ ] #2648 - [x] #2644
One of the design problems with the remaining atom structure is highlighted by the network atom. We have an atom that derives a `StacksNetwork` object for the user's currently selected...