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: Strategies and other stuffs #18

Draft
wants to merge 135 commits into
base: staging
Choose a base branch
from
Draft

Conversation

luchobonatti
Copy link
Collaborator

@luchobonatti luchobonatti commented Jul 5, 2023

Description

  • Vault list (with functionality )
  • Vault Details (with functionality )
  • Create new Vault (with functionality )
  • Edit vault name (with functionality )
  • Vault Deposit/Withdraw (with functionality )
  • Vault Positions ( mock data)
  • Vault History ( mock data)
  • New Strategy
  • Collateral Swap (with functionality )
  • Short (Mock data)
  • Long (Mock data)
  • Close position (mock data)
  • Different Market Version support (Main and Boosted market)
  • Update onboard dependencies. Supporting walletConnect v2.
  • Add documentation for Contracts, market versions, tokens, and strategies in src/docs/

Closes #(issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

  • Test A
  • Test B

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Screenshots (if relevant)

gabitoesmiapodo and others added 30 commits April 19, 2023 17:21
feat: strategies / create vault / vaults list
feat: vault info / edit vault name
refactor: icon component
fernandomg and others added 26 commits June 2, 2023 21:00
warn  - ./src/constants/strategiesInfo.tsx
Should not import the named export 'strategies'.'map' (imported as 'strategies') from default-exporting module (only default export is available soon)
# Conflicts:
#	pages/markets/[token]/index.tsx
#	public/protocolTokens.json
#	public/reserveTokens.json
#	src/pagePartials/markets/withdraw/hooks/useWithdrawStepInitialIndex.tsx
…-withdraw

feat: Strategies vault deposit withdraw actions
feat: Add vault tabs in Vault details UI
@luchobonatti luchobonatti changed the title Feature/strategies Feat: Strategies and other stuffs Jul 6, 2023
@luchobonatti luchobonatti changed the title Feat: Strategies and other stuffs feat: Strategies and other stuffs Jul 6, 2023
@luchobonatti luchobonatti changed the base branch from main to staging July 6, 2023 16:09
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.

4 participants