Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* persistent user data with prisma * fix lint * ignore regular .env too * remove unnecessary async * address comments * rename hooks and provider to userMetadata... * add trade table and extend providers executeTrade with callback * fix npm command * update schema.prisma * isminting passed in * better schema without unnecessary stuff * include view from materializedview * remove comment * remove totalFeesUSD * fix linting * merge master update prisma schema * update prisma * no need toBigInt anymore * quoteType mapping, and indexcoop refid * add placeholders for mint and redeem fees * update prisma schema * move to apiv2 * add eslint disable to generated files * ts-nocheck for generated as well * allow .ts imports in tsconfig * fix linting and imports * use api.indexcoop as baseurl * handle ep errors and send messages back * exclude admin endpoints from kubb generator * comment fixes * change url to cloudflare redirect * fix kubb conf api baseUrl * remove /api/v2 from the url for the redirect * change api url back to render one for now * remove url replace * add fees to trade * add working history and open positions * underlyingAsset symbol & denominator * use USD as default denominator * lint fix * move history sorting to backend too * reinstall dependencies * linting issues on gha * linting again * Fix lint * fix gasestimatoor * fix typeerrors in tests * fix viem / wagmi versions * lint with no cache * update eslint * full on transfer data * adjust netBalance with transferAmount * dont need to adjust netbalance * fix unrealised pnl adjustment with tx * scrollable history and positions * move back to old your tokens for the ui * add refId submission * handle optional refid on app side * simpify new history route * remove shadow blur * remove unnecessary address cast * recreate lock * chore: lint peristent user data (#1730) * update github workflow to include generate * update docs * add sentry cli again * remove sentri-cli dep * update npm lint:fix command * update lock * readd lock * fix deps * remove underlyingAssetDenominator * remove denominator function too --------- Co-authored-by: 0xonramp <[email protected]> Co-authored-by: JD <[email protected]>
- Loading branch information