-
Notifications
You must be signed in to change notification settings - Fork 106
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
Fetching shielded balance via SDK nor extension working #662
Comments
Close this asap if it's already a known issue. Don't wanna let the issues tab become bloated like the main |
Extension without balances is pretty useless, if i can't see own balance then i can't use shielded transactions. Don't work for me as well |
Now, SE network have 190k block and spend more than 2 day can shielded sync. So i tried reduce time fetching MASP. This is my PR: #667. And i still working on it |
Hello. To give you more context about the issue. The problem is that atm we have to query each block to produce shielded context which takes a long time. For SE, as of now, it means querying 160 000 blocks. If you use interface(namada.me) this won't work as we timeout query function after some time(there was a reason for that which is not really that important to this conversation :)). What is more:
Upsides:
|
Hey thanks for this update and thorough description! I'll check this out at the end of this week and see what I can do to get something working with the current state of the SDK! |
@zenodeapp Hello! Just FYI - I'm closing this issue as we're revamping shielded balances right now. Thanks! |
Hey,
Whenever I attempt to query a shielded balance for a viewing key via the SDK, I get just a lot of POST request to my rpc endpoint. This just continue to go on. While I don't mind to wait whether it will actually result in something, this will definitely not be feasible for a multiple user front-end.
The extension way gives a:
Error: No results have been found on Vault
-error.Again, this is probably due to the current shielded-sync approach and you guys are likely working at it. But wanted to express this as to see whether it's a me-problem or a common one amongst us all.
ZEN
The text was updated successfully, but these errors were encountered: