Jiří Bažant
Jiří Bažant
Fixes #75. ## Proposed Changes - fixed access to unitialized BIOMES item - Small refactoring of relevant code
## Description - refactor buy logic to also use `buy.tradingAccountKey` from common instead of `buy.selectedReceiveAccount` - refactor swap logic to also use `exchange.receiveAccountKey` from common instead of `exchange.selectedReceiveAccount` ## Related...
## Description - Introduce new message system context types for trading footers. - Displays footer on Trading and Providers screens. ## Related Issue Resolve #19738 ## Screenshots: https://github.com/user-attachments/assets/f6e002d9-a3f8-4b7b-b709-f19cdc7501ab 🔍🖥️ **Suite...
## Description WIP ## Notes for QA ## Related Issue Resolve ## Screenshots: 🔍🖥️ **Suite web test results:** [View in Currents](https://app.currents.dev/projects/Og0NOQ/runs?branch=unit-tests-experiment&lookback=7) 🔍🖥️ **Suite desktop test results:** [View in Currents](https://app.currents.dev/projects/4ytF0E/runs?branch=unit-tests-experiment&lookback=7) 🔍🖥️...
## Description - Never reorder quotes on frontend. - Removed unused trading selectors. - ## Notes for QA ## Related Issue Resolve #23653 ## Screenshots: 🔍🖥️ **Suite web test results:**...
**All mobile trade based tests** are **now ignored in CI** because they were causing unit tests pipeline to be stopped due the timeout. ## What we know - `module-trading` tests...
**Rationale** JetBrains (IDEA, WebStorm, ...) products allow to run tests from UI, but use closest `jest.config.js` for configuration. **Code examples** ✅ IDEA is able to use `jest.config.js` No need to...
## Rationale After introducing over 1000 tests into mobile trading, Unit Tests pipeline started timing out. Therefore I removed those test from CI. I would like to reintroduce those tests...