Altalogy / tari

The Tari protocol
https://tari.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

feat: wallet backend communication #295

Closed tarnas14 closed 2 years ago

tarnas14 commented 2 years ago

Description

Motivation and Context

257

136

How Has This Been Tested?

image

balance update pending: image

ask for password in wallet settings: image

tarnas14 commented 2 years ago

@alex1307 I'm getting GRPC error: status: Unknown, message: "transport error", details: [], metadata: MetadataMap { headers: {} } when calling wallet_identity from frontend could you take a look at it?

EDIT: I think it's because I call it too early, I'll wait until we can wait for wallet to become responsive

tomaszantas commented 2 years ago

Found one more issue: I had to submit the WalletSetupBox twice:

https://user-images.githubusercontent.com/11715931/174791392-e89a397f-9388-4a81-8fe1-8ae524f5823d.mov

EDIT:

I see that it depends on the wallet identity and missing backend event integration marked as // TODO in the code. So we can ignore this.