feat: vault yield layer tests, surge-fee scaling, admin moderation dashboard & share tooling - #355
Merged
PeterOche merged 3 commits intoSep 1, 2026
Conversation
…shboard, share & OG metadata Implements: - SC-006: Phoenix-compatible vault yield layer tests (deposit on create/stake, withdraw on finalize, admin-auth guard, no-vault fallback) - SC-005: Surge-fee scaling to 200bps boundary & property tests (9/10/19/20/299/300/301) - FE-21: Admin moderation dashboard (flagged calls table, dispute queue) - FE-20: Share & deep-link with OG metadata generator Closes degenspot#319 Closes degenspot#318 Closes degenspot#269 Closes degenspot#268
|
@khalyaro Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
Contributor
|
@khalyaro your pr is failing checks, please fix |
…o fix frontend CI The Frontend CI build was failing because the new admin and share components imported Button, Card, and Tooltip from @/components/ui/ which did not exist in the repo. Changes: - Add components/ui/Button.tsx (CVA-based, supports ghost/outline/destructive/sm/icon variants) - Add components/ui/Card.tsx (Card, CardHeader, CardTitle, CardContent) - Add components/ui/Tooltip.tsx (Radix UI tooltip wrapper) - Remove unused imports from admin page, FlaggedTable, and DisputeQueue to keep the frontend build lint-clean.
khalyaro
force-pushed
the
feature/khalyaro-vault-surge-fee-admin-share
branch
from
August 31, 2026 14:57
09127c3 to
b280528
Compare
Merge branch 'main' (upstream) to resolve the merge conflict on the PR. Conflict resolution: - call_registry/src/test.rs: took upstream/main as the base and re-added the PR's unique SC-005 (surge-fee boundary/property tests) and SC-006 (vault yield layer with MockVault) tests, adapted to the current lib.rs API (set_outcome_manager + vault_rebalance bool on finalize_call). - components/ui/Button.tsx, Card.tsx, Tooltip.tsx: adopted upstream/main's canonical implementations (using cn from lib/utils) for consistency. Verified: cargo test --workspace (all pass), cargo fmt --check, wasm release build, and frontend next build all succeed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Stellar Contracts (tests)
Frontend
Verification
Closes #319
Closes #318
Closes #269
Closes #268