mlabs-haskell / TuxedoDapp

Cryptokitties on Polkadot using UTXO
Apache License 2.0
2 stars 2 forks source link

CLI-Wallet: Transaction Confirmation #7

Open AltiMario opened 7 months ago

AltiMario commented 7 months ago

DApp implements a transaction confirmation mechanism to ensure that users are informed about the progress and finalization of UTXO and NFT-based transactions such as Trade and Breed.

This was in the proposal.

NadigerAmit commented 7 months ago

I think it should be same as : https://github.com/mlabs-haskell/Tuxedo/blob/4caa90a2cc88b70973427c55c154f5af224118b8/wallet/src/kitty.rs#L203-L205.

same as Issue https://github.com/mlabs-haskell/TuxedoDapp/issues/6. extra thing is we need to show the post txn status of Breed and Trade, Create , update name ,Update Price , ListKittyFor sale and DeListKitty_FromSale.

AltiMario commented 5 months ago

Considering the new architectural design this feature is not straightforward but it is also not mandatory to have. I would like to have it implemented when we are in a phase of tuning things.