Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: reinstate fetching markets from the API #3280

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gleiser-oliveira
Copy link
Contributor

Changes

Copy link

vercel bot commented Sep 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
app-alt.venus.io ✅ Ready (Inspect) Visit Preview Sep 23, 2024 7:26pm
dapp-preview ✅ Ready (Inspect) Visit Preview Sep 23, 2024 7:26pm
dapp-testnet ✅ Ready (Inspect) Visit Preview Sep 23, 2024 7:26pm
1 Skipped Deployment
Name Status Preview Updated (UTC)
venus.io ⬜️ Skipped (Inspect) Sep 23, 2024 7:26pm

Copy link

changeset-bot bot commented Sep 23, 2024

⚠️ No Changeset found

Latest commit: 3bdcf93

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

Coverage Report for ./apps/evm

Status Category Percentage Covered / Total
🔵 Lines 78.22% 46020 / 58834
🔵 Statements 78.22% 46020 / 58834
🔵 Functions 70.06% 838 / 1196
🔵 Branches 83.9% 3848 / 4586
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
apps/evm/src/clients/api/index.ts 0% 0% 0% 0% 1-392
apps/evm/src/clients/api/mutations/borrow/useBorrow.ts 0% 0% 0% 0% 1-99
apps/evm/src/clients/api/mutations/repay/useRepay.ts 0% 0% 0% 0% 1-120
apps/evm/src/clients/api/mutations/supply/useSupply.ts 0% 0% 0% 0% 1-148
apps/evm/src/clients/api/mutations/swapTokens/useSwapTokens.ts 0% 0% 0% 0% 1-118
apps/evm/src/clients/api/mutations/swapTokensAndRepay/useSwapTokensAndRepay.ts 0% 0% 0% 0% 1-123
apps/evm/src/clients/api/mutations/swapTokensAndSupply/useSwapTokensAndSupply.ts 0% 0% 0% 0% 1-122
apps/evm/src/clients/api/mutations/withdraw/useWithdraw.ts 0% 0% 0% 0% 1-111
apps/evm/src/clients/api/queries/getApiMarkets/index.ts 0% 0% 0% 0% 1-95
apps/evm/src/clients/api/queries/getApiMarkets/useGetApiMarkets.ts 0% 0% 0% 0% 1-37
apps/evm/src/clients/api/queries/getApiPools/formatToPool.ts 96.15% 75% 100% 96.15% 22
apps/evm/src/clients/api/queries/getApiPools/index.ts 0% 0% 0% 0% 1-58
apps/evm/src/clients/api/queries/getApiPools/useGetApiPools.ts 0% 0% 0% 0% 1-39
apps/evm/src/clients/api/queries/getIsolatedPools/getRewardsDistributorSettingsMapping.ts 100% 100% 100% 100%
apps/evm/src/clients/api/queries/getIsolatedPools/getTokenPriceDollarsMapping.ts 100% 100% 100% 100%
apps/evm/src/clients/api/queries/getIsolatedPools/index.ts 94.77% 77.5% 100% 94.77% 35-36, 68-69, 72-73, 157, 171-172, 180-181, 191-192
apps/evm/src/clients/api/queries/getIsolatedPools/useGetIsolatedPools.ts 0% 0% 0% 0% 1-101
apps/evm/src/clients/api/queries/getIsolatedPools/formatOutput/formatDistributions.ts 98.63% 94.44% 100% 98.63% 63-64
apps/evm/src/clients/api/queries/getIsolatedPools/formatOutput/index.ts 93.47% 72.41% 100% 93.47% 61-62, 79-80, 91, 172-175, 179-182, 273-278
apps/evm/src/clients/api/queries/getLegacyPool/index.ts 92.41% 58.62% 100% 92.41% 57-62, 79, 88-89, 106, 123
apps/evm/src/clients/api/queries/getLegacyPool/useGetLegacyPool.ts 0% 0% 0% 0% 1-117
apps/evm/src/clients/api/queries/getLegacyPool/formatToPool/index.ts 98.37% 74.07% 100% 98.37% 127, 202, 209, 219, 223
apps/evm/src/clients/api/queries/useGetLegacyPoolMarkets/index.ts 0% 0% 0% 0% 1-41
apps/evm/src/constants/functionKey.ts 100% 100% 100% 100%
apps/evm/src/types/index.ts 100% 100% 100% 100%
apps/evm/src/utilities/index.ts 100% 100% 100% 100%
apps/evm/src/utilities/formatToMarket/index.ts 100% 100% 100% 100%
Generated in workflow #9003

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant