Skip to content

feat(evm): institutional vaults#5497

Draft
david-sun-venus wants to merge 5 commits intomainfrom
feat/institutional-vault
Draft

feat(evm): institutional vaults#5497
david-sun-venus wants to merge 5 commits intomainfrom
feat/institutional-vault

Conversation

@david-sun-venus
Copy link
Copy Markdown
Contributor

Jira ticket(s)

VEN-732

Changes

  • Introduce institutional vaults

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 8, 2026

🦋 Changeset detected

Latest commit: 26aaf33

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@venusprotocol/chains Minor
@venusprotocol/evm Minor

Not sure what this means? Click here to learn what changesets are.

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

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
dapp-preview Ready Ready Preview Apr 10, 2026 4:09pm
dapp-testnet Ready Ready Preview Apr 10, 2026 4:09pm
venus.io Ready Ready Preview Apr 10, 2026 4:09pm

Request Review

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 10, 2026

Coverage Report for ./apps/evm

Status Category Percentage Covered / Total
🔵 Lines 77.05% 39873 / 51747
🔵 Statements 77.05% 39873 / 51747
🔵 Functions 58.53% 607 / 1037
🔵 Branches 71.28% 4475 / 6278
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
apps/evm/src/clients/api/index.ts 0% 0% 0% 0% 1-255
apps/evm/src/clients/api/mutations/useDepositToInstitutionalVault/index.ts 98% 66.66% 100% 98% 2
apps/evm/src/clients/api/mutations/useRepayToInstitutionalVault/index.ts 98% 66.66% 100% 98% 2
apps/evm/src/clients/api/mutations/useWithdrawFromInstitutionalVault/index.ts 98% 66.66% 100% 98% 2
apps/evm/src/clients/api/queries/getFixedRatedVaultUserStakedTokens/index.ts 96.42% 85.71% 100% 96.42% 1
apps/evm/src/clients/api/queries/getFixedRatedVaultUserStakedTokens/useGetFixedRatedVaultUserStakedTokens.ts 0% 0% 0% 0% 1-51
apps/evm/src/clients/api/queries/getFixedRatedVaults/index.ts 96.42% 80% 100% 96.42% 1
apps/evm/src/clients/api/queries/useGetVaults/index.ts 90.32% 66.66% 100% 90.32% 1, 38-40
apps/evm/src/clients/api/queries/useGetVaults/formatToVenusVault/index.ts 94.44% 83.33% 100% 94.44% 1
apps/evm/src/clients/api/queries/useGetVaults/useGetFormattedFixedRatedVaults/index.ts 96.87% 90% 100% 96.87% 1
apps/evm/src/clients/api/queries/useGetVaults/useGetFormattedFixedRatedVaults/formatVaults/index.ts 60% 0% 100% 60% 6, 27-38
apps/evm/src/clients/api/queries/useGetVaults/useGetFormattedFixedRatedVaults/formatVaults/formatToInstitutionalVault/getVaultStatus.ts 97.22% 89.47% 100% 97.22% 2
apps/evm/src/clients/api/queries/useGetVaults/useGetFormattedFixedRatedVaults/formatVaults/formatToInstitutionalVault/index.ts 98.7% 57.89% 100% 98.7% 2
apps/evm/src/clients/api/queries/useGetVaults/useGetFormattedFixedRatedVaults/formatVaults/formatToPendleVault/index.ts 97.46% 80% 100% 97.46% 1, 101
apps/evm/src/components/Checkbox/index.tsx 100% 100% 100% 100%
apps/evm/src/components/Checkbox/styles.ts 94.44% 33.33% 100% 94.44% 15
apps/evm/src/constants/functionKey.ts 100% 50% 100% 100%
apps/evm/src/containers/Vault/VaultCard/index.tsx 84.61% 0% 100% 84.61% 15, 19
apps/evm/src/containers/Vault/VaultCard/Footer/index.tsx 100% 100% 100% 100%
apps/evm/src/containers/Vault/VaultCard/Institutional/index.tsx 100% 100% 100% 100%
apps/evm/src/containers/Vault/VaultCard/Pendle/index.tsx 100% 100% 100% 100%
apps/evm/src/containers/Vault/VaultCard/StatusLabel/index.tsx 100% 100% 100% 100%
apps/evm/src/containers/Vault/VaultModals/index.tsx 100% 100% 100% 100%
apps/evm/src/containers/Vault/VaultModals/OverviewTab/index.tsx 100% 100% 100% 100%
apps/evm/src/containers/Vault/VaultModals/OverviewTab/MarketInfo/index.tsx 100% 100% 100% 100%
apps/evm/src/containers/Vault/VaultModals/OverviewTab/Overview/index.tsx 100% 100% 100% 100%
apps/evm/src/containers/Vault/VaultModals/OverviewTab/Overview/Institutional/CampaignTimeline/index.tsx 100% 100% 100% 100%
apps/evm/src/containers/Vault/VaultModals/OverviewTab/Overview/Institutional/TotalDeposits/index.tsx 100% 100% 100% 100%
apps/evm/src/containers/Vault/VaultModals/OverviewTab/StrategyDiagram/index.tsx 100% 100% 100% 100%
apps/evm/src/containers/Vault/VaultModals/OverviewTab/StrategyDiagram/InstitutionalDiagram/index.tsx 100% 100% 100% 100%
apps/evm/src/containers/Vault/VaultModals/OverviewTab/StrategyDiagram/PendleDiagram/index.tsx 100% 100% 100% 100%
apps/evm/src/containers/Vault/VaultModals/PositionTab/index.tsx 100% 100% 100% 100%
apps/evm/src/containers/Vault/VaultModals/PositionTab/InstitutionalForm/index.tsx 100% 100% 100% 100%
apps/evm/src/containers/Vault/VaultModals/PositionTab/InstitutionalForm/useInstitutionalPositionTabData/index.ts 95.59% 100% 0% 95.59% 22-31
apps/evm/src/containers/Vault/VaultModals/PositionTab/InstitutionalForm/useInstitutionalPositionTabData/useForm/index.ts 100% 100% 100% 100%
apps/evm/src/containers/Vault/VaultModals/PositionTab/InstitutionalForm/useInstitutionalPositionTabData/useForm/useFormValidation/index.ts 10.76% 100% 0% 10.76% 27-93
apps/evm/src/containers/Vault/VaultModals/PositionTab/PendleForm/index.tsx 100% 100% 100% 100%
apps/evm/src/libs/contracts/config/index.ts 0% 100% 100% 0% 3-910
apps/evm/src/pages/Dashboard/Vaults/index.tsx 98.68% 44.44% 50% 98.68% 54
apps/evm/src/pages/Vaults/Vaults/index.tsx 95.12% 14.28% 0% 95.12% 32, 35, 41-43
apps/evm/src/types/index.ts 98.3% 90% 100% 98.3% 9
apps/evm/src/utilities/index.ts 100% 100% 100% 100%
apps/evm/src/utilities/checkVaultType/index.ts 100% 100% 100% 100%
apps/evm/src/utilities/checkVaultType/isInstitutionalVault.ts 66.66% 0% 100% 66.66% 1
apps/evm/src/utilities/checkVaultType/isPendleVault.ts 66.66% 0% 100% 66.66% 1
apps/evm/src/utilities/checkVaultType/isVenusVault.ts 100% 100% 100% 100%
Generated in workflow #13173 for commit 26aaf33 by the Vitest Coverage Report Action

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