We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When user creates vote operation from pure proxy it crash the app on Operations list
spektr-database.json
Successfully opened
Crash on Operations list
19bf20d
The text was updated successfully, but these errors were encountered:
The reason is that in getVotes put amount with wrong format:
nova-spektr/src/renderer/entities/governance/lib/voteTransactionService.ts
Line 94 in 37e9096
SplitAbstain: {abstain: "1,000,000,000,000”, aye: “0”, nay: “0”} vs SplitAbstain: {abstain: "1000000000000”, aye: “0”, nay: “0”,type: "SplitAbstain”}
Sorry, something went wrong.
Status verification: ✅
sokolova-an
Successfully merging a pull request may close this issue.
Description
When user creates vote operation from pure proxy it crash the app on Operations list
Test data
spektr-database.json
Steps to Reproduce
Expected Behavior
Successfully opened
Actual Behavior
Crash on Operations list
Kapture.2025-01-31.at.10.56.51.mp4
Environment
19bf20d
The text was updated successfully, but these errors were encountered: