bludnic

Results 47 issues of bludnic

There are some issues with the `pino` logger: - It creates artifacts like [worker.js](https://github.com/pinojs/pino/issues/1157), making it hard to bundle. - Due to its asynchronous nature and use of Workers for...

techdepth

Update dependency `@tanstack/react-query` from v4 -> v5. Note: The `@trpc/react-query` still uses v4 of ReactQuery. Must wait until tRPC will support v5.

techdepth

- [ ] Prettify and Eslint on `lint-staged` - [ ] Format `schema.prisma` on `lint-staged`

techdepth

This will probably not work. The second exchange will load markets from the exchange and not the database. ```ts import { exchanges, cache } from '@opentrader/exchanges' import { PrismaCacheProvider }...

exchanges

Example on Coinruler ![image](https://github.com/bludnic/opentrader/assets/25831507/d75dac94-7984-46e4-beae-216c055bdf87) From email.

idea

- [x] Allow mixed content (HTTPS -> HTTP) - [x] Created a [whitelist](https://github.com/Adamant-im/adamant-im/pull/670/files#diff-ab205b825d63959bea5333587f10e601c0eb10e800cfc8d991c8a2b2e1e8a980R5-R6) of HTTP nodes to bypass cleartext restrictions - [ ] ~~Write a script to synchronize [network_security_config.xml](https://github.com/Adamant-im/adamant-im/blob/f704267647697dd4c9d50e0182fdcbe0bb246dd8/android/app/src/main/res/xml/network_security_config.xml) with...

- #100 - #115 - #116 - #117 - #118 - #119

Currently the `zod` schema is converted to JSON using [zod-to-json-schema](https://www.npmjs.com/package/zod-to-json-schema), and back [json-schema-to-zod](https://www.npmjs.com/package/json-schema-to-zod). This way we can share the validation schema between apps. Since Zod and other packages adopted [Standard...

help wanted
techdepth

## Problem When executing trades, the bot encounters an issue with insufficient balance for sell orders due to fee deductions. Specifically: 1. The bot places a buy order for 1...

bug
help wanted
good first issue
exchanges