tari-project / tari-launchpad

A node, wallet and miner for Tari focusing on ease of use
BSD 3-Clause "New" or "Revised" License
8 stars 15 forks source link

feat: report session mining stats #259

Closed CjS77 closed 7 months ago

CjS77 commented 7 months ago

Continued simplifying UI:

Monitor wallet.transaction stream to get notifications about mined blocks.

Pro: It works with very little lift. Con: You wait until your block is confirmed before the UI picks up that it is mined. This should hopefully be very low lag since we're submitting to a local node that will validate it immediately.