Confirm transaction details in Identity Approval screen #97
tijno
started this conversation in
Medium CIPs
Replies: 2 comments 2 replies
-
+1 to this. This brings more transparency during a transaction. Indeed a good solution to the problem I mentioned in my post. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Agree. One wrinkle - I'm wondering how Identity will resolve the BitClout address to a username. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@AdityaChaudhary0005 posted this valid risk on Bitclout
https://bitclout.com/posts/6c70ba45b334334ade3077766dea3e2342e680edc0bb238eecff77d45fc9294b
Problem
To somewhat address this it would make sense for Identity to show a summary of the transaction you are approving.
Currently it only shows the type of transaction but not the details.
Simple mockup
Implementation
Add details to this div:
https://github.com/bitclout/identity/blob/main/src/app/approve/approve.component.html#L7
Using the
description
variables in this Switch:https://github.com/bitclout/identity/blob/main/src/app/approve/approve.component.ts#L80
Beta Was this translation helpful? Give feedback.
All reactions