-
Notifications
You must be signed in to change notification settings - Fork 30
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
multi: retire load.WalletLoad #235
Conversation
bee2a57
to
e37e87f
Compare
95a2bfc
to
4a30d1f
Compare
7cf232e
to
b9b3512
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Got this panic when I visited the politia page:
2023-11-10 21:04:18.616 [ERR] UI: No rate information available
2023-11-10 21:04:19.671 [INF] POLT: Politeia sync: started
panic: interface conversion: wallet.Asset is *ltc.Asset, not *dcr.Asset
goroutine 2159 [running]:
github.com/crypto-power/cryptopower/ui/page/components.LoadPolicies(0x10004611c?, {0x101ac5390?, 0xc003366240?}, {0xc003b6c370?, 0x1007fda25?})
/Users/philemon/Desktop/osp/cryptopower/ui/page/components/treasury_list.go:101 +0x377
github.com/crypto-power/cryptopower/ui/page/governance.(*TreasuryPage).FetchPolicies.func1()
/Users/philemon/Desktop/osp/cryptopower/ui/page/governance/treasury_page.go:160 +0x35
created by github.com/crypto-power/cryptopower/ui/page/governance.(*TreasuryPage).FetchPolicies in goroutine 13
/Users/philemon/Desktop/osp/cryptopower/ui/page/governance/treasury_page.go:159 +0x58
exit status 2
That appears to be the same error reported in #229 and it happens when visiting the treasury page. Please confirm. I'll fix the treasury page issue in this PR and close that issue. |
d316d24
to
328c8e3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes looks straightforward. Just for this one change.
328c8e3
to
4d5eaa0
Compare
c9eede9
to
078b56e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
078b56e
to
05bd29a
Compare
05bd29a
to
b56523e
Compare
b56523e
to
9d7a5a6
Compare
clicking on a dcr wallet causes a crash
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall i think the changes look good.
however my concerns is in testing app functionality to ensure nothing got broken
9d7a5a6
to
f7b2419
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's reported here #297 |
f7b2419
to
b111150
Compare
Resolves #229.