-
Notifications
You must be signed in to change notification settings - Fork 43
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
Claims Broken #205
Comments
Update: cleared my RPC cache and its fine. It must have selected a bad RPC. Perhaps the new module by Keyrxng handles this? Can you confirm @Keyrxng? |
# Issue was not closed as completed. Skipping. |
Update again: when starting from Ethereum mainnet, and having to switch, the RPC stays broken until localStorage is cleared. |
I'm pretty sure that #204 resolves this, I'll add specific QA into the PR shortly |
I've linked the because it relates to it but |
We can make an exception but I left a comment in my review explaining my preference. |
@gentlementlegen do you think you can push a fix for this before the conference? |
@pavlovcik Can have a look for sure. It was mentioned just above that another PR might solve it? How is this going? |
Its with another untested dependency thats not used currently in this repository. |
/start |
Tips:
|
@pavlovcik So far what I found it that it happens with only one specific RPC which is https://gnosis.api.onfinality.io/public . So it is actually not necessarily linked to switching networks but just happens if this specific one gets selected. It works fine with others like https://gnosis-mainnet.public.blastapi.io or https://rpc.ankr.com/gnosis I am not sure of the fix yet, maybe retry with other networks if it happens, or there is a way to check that prior to sending the requests. I'll test @Keyrxng PR just in case to see if it is resolved that way, otherwise will investigate for a fix. |
Before I made It got hastily removed without being replaced with another solution immediately, so yeah if you don't want to involve another package then could always use this approach considering the urgency and band-aid style solve that's needed const blacklist = ["https://xdai-archive.blockscout.com", "https://gnosis.api.onfinality.io/public"]; Are the two I had, reverting the below commit will solve the issue without trying to over-engineer something that'll be replaced by the |
+ Evaluating results. Please wait... |
ty :)) The original blacklist was required because any failed rpc calls was spazzing the UI which I believe you caught @pavlovcik when you redone things, can't see it happening anymore the way it was before |
@gentlementlegen just wanted to update and say that this is not reliable. I can't claim from my phone anymore, and when I refresh from desktop it seems to be about 50% chance of working. Can you try manually testing some more? |
@pavlovcik thanks for the logs. It seems that it keeps retrying with that network that was failing all the time somehow. Maybe a case where this network is always the quickest one and gets put back in the list first always, very annoying use case that I most likely didn't happen. Will fix. |
+ Evaluating results. Please wait... |
|
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Specification | 1 | 37 |
Issue | Comment | 7 | 30 |
Review | Comment | 4 | 35.4 |
Conversation Incentives
Comment | Formatting | Relevance | Reward |
---|---|---|---|
When starting from Ethereum mainnet, and having to switch, the R... | 37li: count: 1 score: "1" words: 21 code: count: 1 score: "1" words: 0 | 1 | 37 |
Update: cleared my RPC cache and its fine. It must have selected... | 5.4 | 0.81 | 5.4 |
Update again: when starting from Ethereum mainnet, and having to... | 3.8 | 0.885 | 3.8 |
We can make an exception but I left a comment in my review expla... | 3.2 | 0.615 | 3.2 |
@gentlementlegen do you think you can push a fix for this before... | 2.8 | 0.69 | 2.8 |
Its with another untested dependency thats not used currently in... | 2.4 | 0.725 | 2.4 |
@gentlementlegen just wanted to update and say that this is not ... | 8.4 | 0.73 | 8.4 |
> I sadly can only get a screenshot for the QA since there is no... | 10 | 0.86 | 10 |
I'm not sure if there are any pitfalls with the built in RPC pro... | 9.2 | 0.79 | 9.2 |
I think the api is standardized. It's like `window.ethereum.sign... | 11.2code: count: 2 score: "4" words: 7 | 0.785 | 11.2 |
@gentlementlegen just wanted to confirm that this fix works and ... | 5 | 0.915 | 5 |
[ 175.7 WXDAI ]
@gentlementlegen
Contributions Overview
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Task | 1 | 125 |
Issue | Comment | 3 | 0 |
Issue | Comment | 3 | 18.7 |
Review | Comment | 2 | 16 |
Review | Comment | 2 | 16 |
Conversation Incentives
Comment | Formatting | Relevance | Reward |
---|---|---|---|
@pavlovcik Can have a look for sure. It was mentioned just above... | - | 0.72 | - |
@pavlovcik So far what I found it that it happens with only one ... | - | 0.82 | - |
@pavlovcik thanks for the logs. It seems that it keeps retrying ... | - | 0.775 | - |
@pavlovcik Can have a look for sure. It was mentioned just above... | 2.2 | 0.72 | 2.2 |
@pavlovcik So far what I found it that it happens with only one ... | 11.1 | 0.82 | 11.1 |
@pavlovcik thanks for the logs. It seems that it keeps retrying ... | 5.4 | 0.775 | 5.4 |
I sadly can only get a screenshot for the QA since there is no t... | 6.6 | 0.75 | 6.6 |
> > I sadly can only get a screenshot for the QA since there is ... | 9.4 | 0.755 | 9.4 |
I sadly can only get a screenshot for the QA since there is no t... | 6.6 | 0.75 | 6.6 |
> > I sadly can only get a screenshot for the QA since there is ... | 9.4 | 0.755 | 9.4 |
[ 33.5 WXDAI ]
@Keyrxng
Contributions Overview
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Comment | 4 | 23.45 |
Review | Comment | 1 | 10.05 |
Conversation Incentives
Comment | Formatting | Relevance | Reward |
---|---|---|---|
I'm pretty sure that #204 resolves this, I'll add specific QA in... | 1.7 | 0.835 | 1.7 |
I've linked the because it relates to it but `204` resolves it, ... | 2.7code: count: 2 score: "0.5" words: 2 | 0.71 | 2.7 |
Before I made `rpc-handler`package, I had implemented a very rud... | 15.45code: count: 3 score: "0.75" words: 4 | 0.655 | 15.45 |
ty :))The original blacklist was required because any faile... | 3.6 | 0.665 | 3.6 |
it's standardized across providers and if multiple are used then... | 10.05code: count: 1 score: "0.25" words: 1 | 0.845 | 10.05 |
@rndquu the deploys seem to have an issue again https://github.com/ubiquity/pay.ubq.fi/actions/runs/8439604631/job/23114576421#step:2:142 I re-ran it and its okay so this seems to be some intermittent issue. |
When starting from Ethereum mainnet, and having to switch, the RPC stays broken until localStorage is cleared.
The text was updated successfully, but these errors were encountered: