trezor-suite
trezor-suite copied to clipboard
:candy: Trezor Suite Monorepo
Further improving connect releases in github actions ## Description - some degree of automation already in develop, see this github actions created pr https://github.com/trezor/trezor-suite/pull/5994 Todos: - [ ] npm-releases -...
## Description as per https://github.com/trezor/trezor-suite/pull/5978#issuecomment-1211852281 adding npm run lint:shellcheck with a small bash wrapper around shellcheck (copy-paste from https://github.com/MetaMask/metamask-extension/blob/develop/development/shellcheck.sh)
## Description https://www.notion.so/satoshilabs/e19845789ccb47a0baf36d7f8463f196?v=2183c8228ebb4df38f358d1b2744e1b8&p=6cc04ecc3e40497490d17e2fd34506ff&pm=c ## Related Issue We do not have issue for it, but it will help us with debugging auto-update related issues. E.g. #5878 ## Screenshots (if appropriate):
## Description ## Related Issue Resolve ## Screenshots (if appropriate):
## Description URI notification UI enchancements ## Screenshots:
The ultimate goal is to rewrite @trezor/connect-popup package using react and refactor passphrase flow. But lets make review process easier by splititng this into separate PRs: 1. setup dev/build. implement...
_User's request:_ _"Add an option for viewing as whole btc or as satoshis. So if you have 0.1 btc it would show 10.000.000 satoshis"_ - Use only BTC/Sats (no bits,...
## Description Fix for bump fee and finalize transaction not working when sats are used. Potentially fixes more things that haven't been discovered yet, since the `useRbfForm()` hook had incorrect...
There is lot of types reexported in `suite` from new common packages, but will be better to import these types directly from common packages instead of reexporting them.