-
Notifications
You must be signed in to change notification settings - Fork 10
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: Send Earn #1085
base: dev
Are you sure you want to change the base?
feat: Send Earn #1085
Conversation
0xBigBoss
commented
Feb 16, 2025
- fix: StartEarning -> Deposit
- feat: add oliveDrab color
Playwright ReportSummary
Suitesaccount-rewards.onboarded.spec.tscan visit rewards page
account-sendtag-checkout.onboarded.spec.tscan visit checkout page
can add a pending tag
cannot add an invalid tag name
can confirm a tag
can refer a tag
can refer multiple tags in separate transactions
cannot confirm a tag without paying
cannot add more than 5 tags
account-settings-backup.onboarded.spec.tscan backup account
can remove a signer
account.logged-in.spec.tscan visit account page
can update profile
activity.onboarded.spec.tscan visit activity page and see correct activity feed
can search on activity page
earn.onboarded.spec.tscan deposit USDC into SendEarn
This could be due to any of the following:
Contract Call: Docs: https://viem.sh/docs/contract/readContract �[0m �[90m 43 |�[39m
Locator: getByText('Deposited successfully', { exact: true }) Call Log:
�[0m �[90m 72 |�[39m �[36mawait�[39m expect(�[36mthis�[39m�[33m.�[39mpage�[33m.�[39mgetByText(�[32m'Deposited successfully'�[39m�[33m,�[39m { exact�[33m:�[39m �[36mtrue�[39m }))�[33m.�[39mtoBeVisible()
home.onboarded.spec.tscan visit token detail page
leaderboard.logged-in.spec.tscan visit leaderboard page
onboarding.logged-in.spec.tscan visit onboarding page
profile.anon.spec.tsanon user can visit public profile
anon user cannot visit private profile
profile.logged-in.spec.tslogged in user needs onboarding before visiting profile
profile.onboarded.spec.tscan visit other user profile and send by tag
can visit my own profile
can visit private profile
can view activities between another profile
send-token-upgrade.onboarded.spec.tscan upgrade their Send Token V0 to Send Token V1
send.onboarded.spec.tscan send USDC starting from profile page
can send USDC using tag starting from home page
can send USDC using sendid starting from home page
can send USDC using address starting from home page
can send ETH starting from profile page
can send ETH using tag starting from home page
can send ETH using sendid starting from home page
can send ETH using address starting from home page
can send SEND starting from profile page
can send SEND using tag starting from home page
can send SEND using sendid starting from home page
can send SEND using address starting from home page
sign-in.anon.spec.tsredirect on sign-in
redirect to send confirm page on sign-in
sign-up.anon.spec.tscan sign up
country code is selected based on geoip
skip otp for existing user trying to sign up using already used phone number
user can sign in with passkey from backing up page
user can sign in as back up using otp from backing up page
|
handle terms acceptance and improve error handling logic
ensure defaultUserOp is treated as const and log userOpQueryOptions parameters for better debugging
enhanced error handling in DepositForm
use zeroAddress for default sender in useSendEarnDepositUserOp function
return null for invalid inputs in sanitizeAmount to prevent errors in WithdrawForm and SendAmountForm
validate deposit amount and clear errors accordingly in the form
…in useSendEarnAPY hook
…dling in DepositForm for better validation logic
fetching deposits, withdraws, and balances TODO deposit vault logic with referrer support
refactor sendEarnDepositVault logic for improved referrer support
…g with TypeScript validation
…, rewards, and withdrawal screens
…handling cases and extend functionality for ZodError
…nt and integration in the application
add comprehensive unit tests for formatting various coin amounts accurately
…ed error handling for coin data retrieval
types to enhance transaction tracking for deposits and withdrawals