-
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
Disable dapp cors with envs #1219
Closed
Closed
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
F 980 implement qf round
fix refreshuserScore and add tests for estimated matching
F 980 implement qf round
add field decorator to qfround entity
…ed of users related to Giveth/giveth-dapps-v2#3386
…in_total_donations Add sent matching fund to total donations of project and total received of users
Removed snapshot block number
Feat/solana support
* Initial add solana address support to project address * Added chaintype to graphql validator and project verification form * Added chainType to token Refactored project filter query builder Added tests * Fixed issue in test graphql query Added some tests * Fixed issues with tests * Revert unwanted changes happend after merge * Fixed issues happend after merge * Fixed an issue in setting chainType in projectUpdate
* modify create donation resolver to handle solana token * fix backward compatible tests * add tests to solana donation creation * add tests for solana resolvers (wip) * fix solana donation tests and logic * handle multiple solana tokens (future) * fix some qfround tests * add solana native token migration * Update test/testUtils.ts solana token address Co-authored-by: Amin Latifi <[email protected]> * Update migration/data/seedTokens.ts Decimals in Token Co-authored-by: Amin Latifi <[email protected]> * Update migration/data/seedTokens.ts Co-authored-by: Amin Latifi <[email protected]> * Update src/resolvers/donationResolver.test.ts Co-authored-by: Amin Latifi <[email protected]> * solana feedback * fix seed tokens * fix solana donation flow and apply code feedback * remove unnecesary code and improve migration --------- Co-authored-by: Amin Latifi <[email protected]>
Co-authored-by: Carlos <[email protected]>
* Changed address invalid message * Removed unused queries * Fixed solana address verification problem
* Add test cases for verifying solana transactions related to #1171 * Fix build problems * Refactor verifying solana transfer transactions
CarlosQ96
requested review from
mohammadranjbarz and
aminlatifi
and removed request for
mohammadranjbarz
December 28, 2023 04:04
@mohammadranjbarz I think we must first merge the changes to staging to be sure it works fine |
Ok we can merge to staging then. |
It's merged via #1221 |
Can close this since we are making a release to master from staging |
closing |
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.
Issue: #1217
Moved the callback to it's own file, we should probably look into separating code from the bootstrap.ts, to prevent it from growing too much. Better separation of concerns.