hathor-wallet
hathor-wallet copied to clipboard
Hathor Official Wallet for Desktop
### Acceptance Criteria - We should refactor the TokenBar component to be a Function component - We should refactor the TokenBar to be global and render only on specific routes...
### Acceptance Criteria > Old facade - [x] Type of token creation is not of type "Token creation" (https://github.com/HathorNetwork/hathor-wallet-lib/pull/435) - [x] Scroll stops working after some modals are hidden (e4fd3568cafebe81ede547386a44b4b118d0e51e)...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
### Motivation We currently spend many hours from the dev team running a QA process when we need to release a new version of the desktop wallet, or just validate...
If a wallet is currently connected to the `testnet` (on the old facade) we should not switch it to the WalletService facade as it is impossible to know what URL...
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 2.0.4 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Updates `loader-utils` from 1.2.3 to 2.0.4 Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4...
:construction: Implements #308 ### Acceptance Criteria - Include here all things that this PR should solve ### Security Checklist - [ ] Make sure you do not include new dependencies...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....
Author: Alex Ruzenhack [[email protected]](mailto:[email protected]) Reviewers: André Carneiro, Pedro Ferreira # Motivation Add an extra level of security for the user by protecting the wallet in case of inactivity, avoiding a...
While on the wallet-service we are downloading token melt and mint authorities from the lambda every time the user changes token, we should cache it locally to avoid unnecessary lambda...