Skip to content

feat(names): add auction bidding, watchlist, and settlement UI - #164

Open
Hallab7 wants to merge 1 commit into
wraith-protocol:developfrom
Hallab7:feat/names-auction-bidding-ui
Open

feat(names): add auction bidding, watchlist, and settlement UI#164
Hallab7 wants to merge 1 commit into
wraith-protocol:developfrom
Hallab7:feat/names-auction-bidding-ui

Conversation

@Hallab7

@Hallab7 Hallab7 commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds a complete UI for Wraith Names auctions, allowing users to bid, monitor, settle, claim, and refund auction positions without using
the CLI.

Changes

  • Adds the /names/auctions route for active auctions

  • Displays auction name, highest revealed bid, end time in the user’s locale, and the user’s bid

  • Adds a place-bid modal with client-side minimum-increment validation

  • Supports the contract’s sealed-bid commit/reveal flow

  • Reuses the shared unknown-recipient warning before funding bids

  • Adds post-auction settlement actions:

    • Claim the name for the winning bidder
    • Withdraw/refund eligible bids
  • Adds a persistent client-side auction watchlist

  • Shows a Names-page banner when watched auctions end within 24 hours

  • Persists bid recovery data across reloads

  • Supports overriding the names contract through VITE_WRAITH_NAMES_CONTRACT_ID

Testing

  • pnpm run build
  • pnpm exec tsc --noEmit
  • pnpm exec vitest run src/store/nameWatchlistStore.test.ts
  • Targeted Prettier validation
  • Verified /names/auctions renders without runtime errors

closes #153

@vercel

vercel Bot commented Aug 24, 2026

Copy link
Copy Markdown

@Hallab7 is attempting to deploy a commit to the truthixify's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Aug 24, 2026

Copy link
Copy Markdown

@Hallab7 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! 🚀

Learn more about application limits

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.

Wraith Names auction bidding UI

1 participant