profitmaker
profitmaker copied to clipboard
Ccxt based, open source, customized, extendable trading platform that supports 130+ crypto exchanges.
Stocks have limits for queries on their servers by api. It's about 1-3 second on request. Therefore we had queue for queries. Task: Need to monitor queue length. Need to...
Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) from 6.1.1 to 11.0.4. Changelog Sourced from react-dev-utils's changelog. 2.0.3 and Newer Versions Please refer to CHANGELOG-2.x.md for the 2.x range, and https://github.com/facebook/create-react-app/blob/main/CHANGELOG.md for the newer versions. 1.1.5...
Bumps [moment](https://github.com/moment/moment) from 2.22.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Bumps [express](https://github.com/expressjs/express) from 5.1.0 to 5.2.0. Release notes Sourced from express's releases. v5.2.0 Important: Security Security fix for CVE-2024-51999 (GHSA-pj86-cfqh-vqx6) What's Changed build(deps): bump github/codeql-action from 3.28.11 to 3.28.13 by...
Bumps [body-parser](https://github.com/expressjs/body-parser) from 2.2.0 to 2.2.1. Release notes Sourced from body-parser's releases. v2.2.1 Important: Security Security fix for CVE-2025-13466 (GHSA-wqch-xfxh-vrr4) What's Changed ci: add dependabot by @Phillip9587 in expressjs/body-parser#593 ci:...
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.5 to 10.5.0. Commits 56774ef 10.5.0 1e4e297 bin: Do not expose filenames to shell expansion See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.10 to 5.4.21. Release notes Sourced from vite's releases. v5.4.21 Please refer to CHANGELOG.md for details. v5.4.20 Please refer to CHANGELOG.md for details. v5.4.19 Please refer to...
## Summary This PR refactors the codebase to use `ccxtInstanceManager` everywhere for centralized CCXT instance caching, eliminating duplicate caching mechanisms. ### Changes Made #### 🔧 **Core Refactoring** - **TestChartWidget.tsx**: Replaced...