Altalogy / tari

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

feat: stream new block mined events to front-end #246

Closed alex1307 closed 2 years ago

alex1307 commented 2 years ago

Description

Provide a new Tari event stream for:

When transaction's state is changed from Coinbase to Unmined then we have new block mined event. Read and forward the event to the Launchpad UI.

Motivation and Context This is an extention of ticket#155. The launchpad users want to see the actual mining progress and all mining relalted events on the UI. Hence we should forward the data/log streams from the underlying apps to the front-end.

How Has This Been Tested? Not tested. It is in progress.