Skip to content
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

MacOS Ventura 13.5.2 #1374

Closed
HankFit247 opened this issue Sep 11, 2023 · 10 comments
Closed

MacOS Ventura 13.5.2 #1374

HankFit247 opened this issue Sep 11, 2023 · 10 comments

Comments

@HankFit247
Copy link

Crypto.com DeFi Desktop Wallet v 1.4.2
MacOS Ventura 13.5.2
Restaking Rewards does not populate, even after numerous refreshes.

I am able to Withdraw my CRO Rewards from the CRO App, and Delegate those CRO funds without issue.

@arimolo
Copy link

arimolo commented Sep 13, 2023

Yeap! Same problem here. Even after clearing data and restoring wallet. I'm using Ledger.

@HankFit247
Copy link
Author

HankFit247 commented Sep 13, 2023 via email

@HankFit247
Copy link
Author

Solution:

Hello HankFit247, found that the issue is due to the 400 return of this API: https://crypto.org/explorer/api/v1/validators?limit=100000.
This API has applied a new restriction on param limit, the maximum value is 1000 now. We used a larger number on Desktop Wallet.
It’s working normally with a lower limit. https://crypto.org/explorer/api/v1/validators?limit=1000
And we'll create a fixed batch for this. Thanks for finding this issue!

I tried to update:
Chain Indexing URL:
FROM:
https://crypto.org/explorer/api/v1/

TO:
https://crypto.org/explorer/api/v1/validators?limit=400
https://crypto.org/explorer/api/v1/validators?limit=1000
https://crypto.org/explorer/api/v1/validators?limit=4000
https://crypto.org/explorer/api/v1/validators?limit=10000

However none of them fixed the issue, so we have to wait for Crypto.org to fix it on their end.

@arimolo
Copy link

arimolo commented Sep 16, 2023

https://crypto.org/explorer/api/v1/validators?limit=1000 is working for me.

It's not clear... will they fix, building a new version of Desktop Wallet?

@HankFit247
Copy link
Author

I changed the Chain Indexing URL to:
https://crypto.org/explorer/api/v1/validators?limit=1000

I was able to Delegate Funds (but not Restake)
Then saw a NEW Amount; presumed to be my rewards: and was able to Delegate Funds again.

I can now see that my yet-to-be-claimed Rewards balance is less than 0.
https://crypto.org/explorer/account/croXXXXX

@crypto-matto
Copy link
Collaborator

crypto-matto commented Sep 18, 2023

Hello @HankFit247 @arimolo

Hello HankFit247, found that the issue is due to the 400 return of this API: https://crypto.org/explorer/api/v1/validators?limit=100000.
This API has applied a new restriction on param limit, the maximum value is 1000 now. We used a larger number on Desktop Wallet.
It’s working normally with a lower limit. https://crypto.org/explorer/api/v1/validators?limit=1000
And we'll create a fixed batch for this. Thanks for finding this issue!

As you suggested, there's a breaking change on this API param, which now could only pass limit maximum value as 1000, or it will return 400.

A PR #1375 has merged & just released v1.4.3 and fixed this issue. Please upgrade it. Thanks!

@arimolo
Copy link

arimolo commented Sep 18, 2023

Hello @HankFit247 @arimolo

Hello HankFit247, found that the issue is due to the 400 return of this API: https://crypto.org/explorer/api/v1/validators?limit=100000.
This API has applied a new restriction on param limit, the maximum value is 1000 now. We used a larger number on Desktop Wallet.
It’s working normally with a lower limit. https://crypto.org/explorer/api/v1/validators?limit=1000
And we'll create a fixed batch for this. Thanks for finding this issue!

As you suggested, there's a breaking change on this API param, which now could only pass limit maximum value as 1000, or it will return 400.

A PR #1375 has merged & just released v1.4.3 and fixed this issue. Please upgrade it. Thanks!

Hi @crypto-matto!
I just build from dev and it's working good! Thank you! Have a nice week!

@HankFit247
Copy link
Author

Autoupdate to v1.4.3 no change.

@crypto-matto
Copy link
Collaborator

Hi @HankFit247,

All the staking services are running properly on my side. Can you check if you're using this config settings on your side?
config

@HankFit247
Copy link
Author

From Discord "The Desktop wallet team suggested to restore the wallet once again with the same mnemonic seed works on your end, as v1.4.3 suppose to resolve the balance display issue.

I can confirm that the remove/restore did indeed fix the Restake Rewards issue. As I had 118 CRO before the remove, and 119 CRO after the restore.

Home Screen, Refresh, i.e. current rewards appears to be the only remaining issue now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants