-
Notifications
You must be signed in to change notification settings - Fork 18
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
v1.23.2 2024-02-25 Ortto, Arbitrum #1342
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
Implement recurringDonationsByUserId web service
jainkrati
approved these changes
Feb 20, 2024
* Added arbitrum secret keys * Added arbitrum seed tokens * Fixed test issue * Added acceptFunOnArbitrumFilter * Removed .only attribute from a test had remained by mistake * Added token verification tests * Updated validators to support arbitrum * Fixed coingecko id of TrueUsd * Changed a test description
Add and Update user in Ortto
…Made Update user profile on donation made
…oints fix Ortto totalDonated decimal points
Add userId to all email calls
Giveth/giveth-dapps-v2#3779 Co-authored-by: Krati Jain <kratijain88@gmail.com>
…ByUserId_webservice Return qfRounds in projectByUserId response
* Remove all things about user_passport_score * Bring back user_passport_score migrations
This reverts commit c7695ea.
mohammadranjbarz
changed the title
v1.23.2 2024-02-19
v1.23.2 2024-02-25 Ortto, Arbitrum
Feb 25, 2024
jainkrati
approved these changes
Feb 25, 2024
mohammadranjbarz
added a commit
that referenced
this pull request
Feb 27, 2024
* Hotfix/image upload (#1351) * Fixed pinata image upload issue Giveth/giveth-dapps-v2#3779 * Fixed test issue * v1.23.2 2024-02-25 Ortto, Arbitrum (#1342) * Write test cases for recurringDonationsByUserId * Add recurringDonationsByUserId codes * Write test cases for updateRecurringDonationStatus * add updateOrttoUser * remove Segment * add update user using Ortto * revert cors * prevent updating Ortto user on staging * Remove start date for fetch users and rounds needing passport score * Fix query on addNewUserPassportScoreWithGitcoinData * Fix query on findPassportScoreByUserIdAndQfRoundId * Change type of passportScore from integer to float with migration * Fix userPassportScore test cases * 1.23.2 * add updateOrttoUser to syncDonationStatusWithBlockchainNetwork * add updateOrttoUser to importLostDonations * add getUserDonationStats * rename sendSegmentEventForDonation * add donation fields to updateOrttoUser * add donation fields to updateOrttoUser req * Feat/arbitrum (#1341) * Added arbitrum secret keys * Added arbitrum seed tokens * Fixed test issue * Added acceptFunOnArbitrumFilter * Removed .only attribute from a test had remained by mistake * Added token verification tests * Updated validators to support arbitrum * Fixed coingecko id of TrueUsd * Changed a test description * rebuild * Add userId to all notification center calls * fix Ortto totalDonated decimal points * turn of Ortto calls on staging * change ortto merge strategy on staging * fix env var name * Fixed pinata image upload issue (#1350) Giveth/giveth-dapps-v2#3779 Co-authored-by: Krati Jain <kratijain88@gmail.com> * Made tests compatible with new pinFile output format * fix assigning user in donationReceived * add email address of project owner to donationReceived * Return qfRounds in projectByUserId response Giveth/giveth-dapps-v2#3283 (comment) * Add recurringDonationTab in admin panel to fix donation page (#1355) related #1353 * remove .only from projectsByUserId test case * Prettify codes * Remove all things about user_passport_score (#1348) * Remove all things about user_passport_score * Bring back user_passport_score migrations * add qfRound join to findDonationById * Revert "add qfRound join to findDonationById" This reverts commit c7695ea. * Add qfRound join to findDonationById funciton (#1358) * add Ortto to example.env (#1359) --------- Co-authored-by: Ramin <raminramazanpour@gmail.com> Co-authored-by: Krati Jain <kratijain88@gmail.com> Co-authored-by: Amin Latifi <a.latifi.al@gmail.com> * call NotificationAdapter in verifyVerificationForms --------- Co-authored-by: Krati Jain <kratijain88@gmail.com> Co-authored-by: Amin Latifi <a.latifi.al@gmail.com> Co-authored-by: mohammadranjbarz <mranjbar.z2993@gmail.com>
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.
related to Giveth/giveth-dapps-v2#3719