Skip to content
New issue

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

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

Already on GitHub? # to your account

feat(arena): various improvements #1083

Merged
merged 7 commits into from
Feb 24, 2025
Merged

Conversation

k0beLeenders
Copy link
Contributor

@k0beLeenders k0beLeenders commented Feb 20, 2025

  • started bank service file (one step closer to functional and class based sdk)
  • moved bank utils to service file
  • fixed various issues from the pnpm migration
  • added support for oracle to bank
  • verified oracle setup key logic

Copy link

vercel bot commented Feb 20, 2025

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

Name Status Preview Comments Updated (UTC)
marginfi-v2-trading ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 24, 2025 3:42pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
marginfi-landing-page ⬜️ Skipped (Inspect) Feb 24, 2025 3:42pm
marginfi-v2-docs ⬜️ Skipped (Inspect) Feb 24, 2025 3:42pm
marginfi-v2-ui ⬜️ Skipped (Inspect) Feb 24, 2025 3:42pm

Copy link

alwaysmeticulous bot commented Feb 20, 2025

✅ Meticulous spotted zero visual differences across 197 screens tested: view results.

Meticulous simulated ~4 hours of user flows but tested none of the executable lines edited in your PR. If your PR does not modify your frontend this is expected. If this is a new feature or Meticulous was recently introduced then Meticulous will generate tests to cover your code in the coming days1.

1. If you wish to increase coverage immediately you can do so by interacting with your feature on localhost.

Expected differences? Click here. Last updated for commit 957ace2. This comment will update as new commits are pushed.

@k0beLeenders k0beLeenders changed the title feat(arena): various improvements feat(arena): WIP various improvements Feb 20, 2025
@k0beLeenders k0beLeenders marked this pull request as draft February 21, 2025 02:11
@k0beLeenders k0beLeenders requested review from borcherd and removed request for losman0s February 21, 2025 02:11
@vercel vercel bot temporarily deployed to Preview – marginfi-v2-docs February 21, 2025 05:06 Inactive
@vercel vercel bot temporarily deployed to Preview – marginfi-v2-docs February 21, 2025 05:09 Inactive
@k0beLeenders k0beLeenders force-pushed the feat/arena-improvements branch from 523e223 to b14540f Compare February 22, 2025 03:55
@vercel vercel bot temporarily deployed to Preview – marginfi-v2-docs February 22, 2025 03:55 Inactive
@k0beLeenders k0beLeenders marked this pull request as ready for review February 22, 2025 03:57
@k0beLeenders k0beLeenders changed the title feat(arena): WIP various improvements feat(arena): various improvements Feb 22, 2025
@vercel vercel bot temporarily deployed to Preview – marginfi-landing-page February 24, 2025 01:19 Inactive
@vercel vercel bot temporarily deployed to Preview – marginfi-v2-docs February 24, 2025 01:19 Inactive
@vercel vercel bot temporarily deployed to Preview – marginfi-v2-docs February 24, 2025 02:12 Inactive
@vercel vercel bot temporarily deployed to Preview – marginfi-v2-ui February 24, 2025 02:12 Inactive
@vercel vercel bot temporarily deployed to Preview – marginfi-landing-page February 24, 2025 02:12 Inactive
- started bank service file (one step closer to functional and class based sdk)
- fixed various issues from the pnpm migration
- added support for oracle to bank
- verify oracle setup key logic (todo)
@vercel vercel bot temporarily deployed to Preview – marginfi-v2-docs February 24, 2025 07:01 Inactive
@vercel vercel bot temporarily deployed to Preview – marginfi-landing-page February 24, 2025 07:01 Inactive
@vercel vercel bot temporarily deployed to Preview – marginfi-v2-ui February 24, 2025 07:01 Inactive
@vercel vercel bot temporarily deployed to Preview – marginfi-v2-docs February 24, 2025 15:37 Inactive
@vercel vercel bot temporarily deployed to Preview – marginfi-landing-page February 24, 2025 15:37 Inactive
@vercel vercel bot temporarily deployed to Preview – marginfi-v2-ui February 24, 2025 15:37 Inactive
@@ -25,7 +25,7 @@ export const PwaSignIn = ({ isLoading, isActiveLoading, setIsActiveLoading, setI
return (
<>
<OnboardHeader
title={process.env.NEXT_PUBLIC_APP_ID === "marginfi-v2-ui" ? "# to marginfi" : "Enrter The Arena"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noice hahah

@k0beLeenders k0beLeenders merged commit 5c63bb5 into develop Feb 24, 2025
6 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants