Revert "chore(release): v0.9.1 release - Trezor login hot-fix"#2781
Revert "chore(release): v0.9.1 release - Trezor login hot-fix"#2781
v0.9.1 release - Trezor login hot-fix"#2781Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThis update removes all code and state related to portfolio-wide price changes and 24h change calculations, eliminates secure password storage from Trezor login flows, and replaces external password utilities with custom logic. It also simplifies wallet UI by reducing tabs, unifying portfolio charts, and removing mobile-specific or redundant UI components. Some dependencies and versioning are reverted. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant WalletUI
participant TrezorInitBloc
participant SDK
User->>WalletUI: Initiate Trezor login
WalletUI->>TrezorInitBloc: Login event
TrezorInitBloc->>SDK: signIn/register (password: 'hidden-login', derivation: iguana)
SDK-->>TrezorInitBloc: Success/Failure
TrezorInitBloc-->>WalletUI: Login result
sequenceDiagram
participant WalletUI
participant PortfolioGrowthBloc
participant PortfolioGrowthRepository
WalletUI->>PortfolioGrowthBloc: Load portfolio growth event
PortfolioGrowthBloc->>PortfolioGrowthRepository: Fetch growth chart
PortfolioGrowthRepository-->>PortfolioGrowthBloc: Chart data
PortfolioGrowthBloc-->>WalletUI: Chart data only (no aggregate balance/24h change)
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (23)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Visit the preview URL for this PR (updated for commit 9a8e4a1): https://walletrc--pull-2781-merge-byhd70rq.web.app (expires Sun, 22 Jun 2025 16:01:58 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: f66a4ff03faa546f12f0ae5a841bd9eff2714dcc |
Reverts #2743
Summary by CodeRabbit