-
Notifications
You must be signed in to change notification settings - Fork 10
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
Showing delegated DRep Id after delegation is slow #1089
Comments
Need to decide what timeout length is acceptable. |
Transaction might be on In Progress even up to 3 minutes. @Ryun1 could you please verify if that is true? |
Yup |
@spannercode Should anything be fixed then in the code? Perhaps on the test itself? |
It is due to a null reference error in the function null (reading 'dRepHash')
at lKe (index-98ec2c1b.js:398:27075)
at async u0 (index-98ec2c1b.js:398:28410)
lKe @ index-98ec2c1b.js:398
o4507027845021696.ingest.us.sentry.io/api/4507101527277568/envelope/?sentry_key=69300ede4a476619986b4f6c4f3193d4&sentry_version=7&sentry_client=sentry.javascript.react%2F7.116.0:1 This error prevents the transaction status from being updated. Source code from where the error is generated: @MSzalowski Could you please have a look on this? |
@bosko-m It should be fixed in the code. |
Linking the PR to address this issue: CC: @MSzalowski |
Will be handled after DBSync 5.1.0 issue is resolved. |
@spannercode @MSzalowski Is this resolved? |
User story:
2A. Should show delegated DRep Id (on Dashboard, and DRep Directory) after delegation
Description:
After delegation on Dashboard, DRep Directory, the DRep Id is reflected after a lag. This is causing test to timeout.
Related other stories which fail because of the slow UI response:
2F. Should change delegated DRep
The text was updated successfully, but these errors were encountered: