Skip to content

Conversation

@feyyazcigim
Copy link
Contributor

@feyyazcigim feyyazcigim commented Jan 16, 2026

Summary

This PR prepares the production release for PI-14, incorporating significant new features, token additions, and critical bug fixes. The release includes the new referral system with reward tracking, wstETH integration across the platform, and various UX improvements.

Key Features

🎁 Referral System (Commits: a9bc946 - 5c06e1c, a326ccf)

  • Implemented complete referral link generation feature with analytics tracking
  • Added referral rewards info to Swap rewards tooltip
  • Enhanced referral link UX with real-time copy feedback
  • Improved referral page styling with progress bar showing qualification status
  • Separated referral stats and leaderboard into distinct cards
  • Updated referral bonus to 10% and clarified reward mechanics
  • Reordered navigation to place Referral after Pod Market
  • Updated referral layout for better user experience

🪙 wstETH Integration (Commits: 36c851f - df925cd)

  • Added wstETH token support across the platform
  • Integrated PINTOwstETH LP token
  • Updated Silo page to include wstETH deposits
  • Fixed dev page keys and updated PINTOwstETH contract address
  • Added new token icons for wstETH and related pairs
  • Updated Silo convert quoting to support wstETH conversions
  • Implemented market performance charts for wstETH
  • Fixed incorrect selected value display in market charts

🔧 Technical Improvements

  • Updated Silo convert cache to use multicall instead of advpipe (880ec07)
  • Added invalid well swap strategizer for improved swap routing (9f01c00)
  • Fixed critical division by zero bug in swaps (b9d3d0a)
  • Applied Biome formatting across referral components (ea9872e)
  • Updated Silo convert implementation for better performance (aeabe09)

fr1jo and others added 30 commits October 4, 2025 01:01
- Update page layout to use consistent design system (variant="lg" container)
- Replace all typography with Pinto design system classes
- Add Separator component for consistent visual hierarchy
- Replace text-based warning with visual horizontal progress bar
- Show qualification progress with animated gradient bar
- Display remaining beans needed to unlock referral link
- Update all color classes to use design system tokens
- Improve mobile responsiveness with responsive padding

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Add min-w-0 to input to allow proper flexbox shrinking
- Add text-sm to input for better URL readability
- Add whitespace-nowrap to Copy button to prevent text wrapping
- Ensure input takes maximum available space in flex container

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Remove "How it works" section from ReferralLinkGenerator (redundant with main page)
- Replace all instances of "Beans" with "Pinto" for brand consistency
- Update progress bar labels to show "Pinto" instead of "Beans"
- Update Twitter share text to reference "Pinto"
- Update FAQ text to use "Pinto" terminology

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Split "Your Referral Stats" and "Referral Leaderboard" into separate cards
- Move leaderboard section above "How It Works" component
- Update referral stats to show specific metrics:
  - Total Pods Earned (placeholder: 0)
  - Successful Referrals (placeholder: 0)
- Improve visual hierarchy with dedicated sections
- Add better spacing and layout for stats display

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Update all instances of 1% to 10% referral bonus
- Clarify that only the referrer earns the bonus, not both parties
- Update Twitter share text to reflect accurate mechanics
- Update hero description and all "How It Works" copy
- Remove misleading "you both earn" language

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Capitalize all instances of "sow/sows" to "Sow/Sows" for brand consistency
- Remove "Ready to Start Earning?" CTA card (redundant)
- Change stats layout from 2 rows to 2 columns in 1 row (grid-cols-2)
- Update all copy across both referral components

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Move referral link input to always be visible at top
- Disable input and copy button when threshold not met (grayed out)
- Reorder UI: link input first, then qualification progress, then active state
- Better visual hierarchy showing link is locked until qualified
- Input adapts to full width with flex-1 min-w-0

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
- Reorder navigation items in home tab
- New order: Overview, Silo, Field, Swap, Pod Market, Referral, sPinto, Collection
- Referral now appears after Pod Market and before Collection

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Improves UX by showing users the progress they need to make before
displaying the locked referral link input.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
fr1jo and others added 21 commits January 15, 2026 12:19
…ferral-address

hotfix: Update sow blueprint referral contract address
…ferral-address

Hotfix/update sow blueprint referral address
- Skip sortDeposits if deposits are already sorted on-chain
- Check getSortedDeposits and compare with actual deposit order
- Only add sortDeposits call when stems don't match or have combine calls
- Fix single-deposit groups from being "combined" (filter > 1 instead of > 0)
- Skip sortDeposits entirely for accounts with only germinating deposits

This optimization saves gas by avoiding unnecessary sortDeposits calls
when deposits are already in the correct order on-chain.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Optimize deposit sorting and combining for blueprint publishing
omit 0 sow events (i.e from bonus referrals)
Updated the bonus pods calculation to match the UI text that was already showing "5% more Pods"

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
fix: reduce referral bonus pods from 10% to 5%
Refactor deposit sorting optimization and add SOW referral blueprint …
…fuscation

feature: add address name generator for referral leaderboard
@netlify
Copy link

netlify bot commented Jan 16, 2026

Deploy Preview for pintomoney ready!

Name Link
🔨 Latest commit 1fa7ebc
🔍 Latest deploy log https://app.netlify.com/projects/pintomoney/deploys/696ecd43e9d6ab0008e29306
😎 Deploy Preview https://deploy-preview-397.preview.pinto.money
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@feyyazcigim feyyazcigim added the wip This issue or PR is under active development and may change frequently label Jan 16, 2026
feyyazcigim and others added 4 commits January 18, 2026 03:37
Update the balance retrieval logic to prioritize provided token maps and
specify the deposits mode within the Sow action component.
fix: update ComboInputField to support balances from custom maps
@fr1jo fr1jo merged commit c780bdb into main Jan 20, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wip This issue or PR is under active development and may change frequently

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants