-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
As a Project Owner, I want to add a Solana address to receive donations to #3393
Comments
For adding the Addresses on the front end we have 2 views that should work:
|
@RamRamez To add a Solana address to a project note these:
|
@aminlatifi This error is coming from "walletAddressIsValid" endpoint. I suggest replacing "Eth address" with "Address" to contain Solana addresses as well. |
Which mutation are you calling? with which parameters? |
I already sent the mutation here. If you call this endpoint and query a wallet address that is already being used for a project, you will see that error. |
I tested the endpoint with some random address, it works fine curl --location 'https://impact-graph.serve.giveth.io/graphql' \
--header 'Content-Type: application/json' \
--data '{"query":"# Write your query or mutation here\nquery {\n walletAddressIsValid(address:\"2axeaEqsJe9HPrK8QZWD2y9Y3zzdRRQXd9q5qVuuM3Pt\") \n}","variables":{}}' |
@RamRamez can we make it today? |
I even worked on it on my weekend (Friday and Saturday) and sent a draft PR. |
Great, Thanks @RamRamez |
I can't submit Solana addresses with "updateProjectVerificationForm" endpoint. @aminlatifi Please check it. |
I sent the PR. |
It will be fixed by Giveth/impact-graph#1210 |
Adding Solana to managing addresses in My projects in done. I think we need to update backend as well. |
@CarlosQ96 can you take a look, please? |
@mohammadranjbarz is on it :)) |
@RamRamez Do you send |
Yes, I'm sending it. |
@RamRamez Can you change this line giveth-dapps-v2/src/apollo/gql/gqlProjects.ts Line 447 in 2d9e499
and replace |
Thanks @mohammadranjbarz , it's fixed |
1- |
I haven't seen this error again, maybe it's about my connection and item 2 have been resolved |
Thanks @maryjaf, I tested these two issues with different browsers and couldn't reproduce the bugs either. |
|
This issue is still in code review, shall I put it in QA? |
it is the last status |
@jainkrati |
Is this still in code review state? |
I'm not sure this bug be related to incomplete implementation of this part or not however I describe this to be checked. Screen.Recording.2024-01-08.at.3.12.52.PM.mov |
Good catch @maryjaf |
@maryjaf to QA add solana in manage address modal (my project list) again please |
last changes aren't on stg, maybe it hasn't been reviewed yet. |
Screen.Recording.2024-01-09.at.2.35.15.PM.movThe user has a same address on one or more ETH chain and one address on solana , in this situation by tapping on other eth chain the default address isn't set, is it accepted? @MoeNick |
If user has set an eth address before and want to set another eth, we should suggest the same eth address to user. This was according to @GriffGreen requirement once and we applied it. But however if it's too complicated to implement, I think its fine. |
@RamRamez has refactored that part. Ramin, can you look at this issue? |
In PR #3605, I excluded non EVM chains. So, we won't suggest anything for non EVM chains and will only have address suggestion for ETH addresses |
@RamRamez so in this case, user get some suggestions for eth addresses? |
@MoeNick Yes, we should suggest |
Plz check this @RamRamez Screen.Recording.2024-01-11.at.1.22.56.PM.mov |
Thanks @RamRamez this problem has been resolved |
A Project Owner should be able to simply add a solana address to their project page that defines the recipient address of donations made on Solana
Should consider any changes in #3078
The text was updated successfully, but these errors were encountered: