-
Notifications
You must be signed in to change notification settings - Fork 7
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
sendtag checkout referral rewards #615
Merged
Merged
Conversation
This file contains 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
0xBigBoss
force-pushed
the
bb/sendtag-checkout-referral-rewards
branch
from
July 20, 2024 17:12
022177c
to
f241da3
Compare
0xBigBoss
force-pushed
the
bb/usdc-for-sendtags
branch
from
July 20, 2024 17:12
9fc9dd6
to
6a4debb
Compare
0xBigBoss
force-pushed
the
bb/sendtag-checkout-referral-rewards
branch
from
July 20, 2024 17:19
f241da3
to
6ad7d5e
Compare
0xBigBoss
force-pushed
the
bb/usdc-for-sendtags
branch
from
July 20, 2024 17:19
6a4debb
to
d91a527
Compare
0xBigBoss
force-pushed
the
bb/sendtag-checkout-referral-rewards
branch
from
July 21, 2024 20:57
6ad7d5e
to
c02ef12
Compare
0xBigBoss
force-pushed
the
bb/usdc-for-sendtags
branch
from
July 21, 2024 20:57
d91a527
to
5b202f4
Compare
0xBigBoss
force-pushed
the
bb/sendtag-checkout-referral-rewards
branch
from
July 21, 2024 21:15
c02ef12
to
e7e57ac
Compare
0xBigBoss
force-pushed
the
bb/usdc-for-sendtags
branch
from
July 21, 2024 21:15
5b202f4
to
77fdeb6
Compare
This commit marks the first part of transitioning our Sendtag registration process from Ethereum to USDC. It includes the following changes: - Replace ETH pricing with USDC pricing for Sendtags - Introduce new pricing structure and referral bonus system - Update UI components to reflect new USDC pricing - Refactor pricing logic into a separate module for better maintainability New Pricing Structure (Registration Fee / Referral Bonus): - 6+ characters: 7 USDC / 2 USDC - 5 characters: 15 USDC / 4 USDC - 4 characters: 30 USDC / 8 USDC - 1-3 characters: 60 USDC / 16 USDC Key changes: 1. Created new file 'app/data/sendtags.ts' to centralize pricing logic 2. Updated 'tagRouter' in 'api/src/routers/tag.ts' to use new pricing 3. Modified UI components to display USDC prices instead of ETH 4. Updated tests to reflect new USDC pricing
- confirm_tags to use transfers to sendtag checkout contract - update tag receipt activity - updates tests
0xBigBoss
force-pushed
the
bb/sendtag-checkout-referral-rewards
branch
from
July 21, 2024 21:49
e7e57ac
to
558e205
Compare
0xBigBoss
force-pushed
the
bb/usdc-for-sendtags
branch
from
July 21, 2024 21:49
77fdeb6
to
db58e8a
Compare
verify referrer and reward updates sendtag checkout contract address
Vercel Unique URL: https://sendapp-obfmzbrn7-0xsend.vercel.app |
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
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
deposit.onboarded.spec.tscan deposit USDC with web3 wallet
can deposit ETH with web3 wallet
home.onboarded.spec.tscan visit token detail 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.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
|
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.
No description provided.