An open-source explorer developed for the Bitcoin community, focusing on the emerging transaction fee market to help our transition into a multi-layer ecosystem.
This PR introduces new Websocket notification from backend: oe-newest-confirmed-block : <BlockHeader>.
Frontend's state service in it's turn handles this notification by storing block header in the latestReceivedBlock$ ReplaySubject instance and by storing appropriate block height in the latestReceivedBlockHeight variable.
This allows OpEnergy-part of frontend services to use data provided by OpEnergy part of backend
This PR introduces new Websocket notification from backend:
oe-newest-confirmed-block
:<BlockHeader>
. Frontend's state service in it's turn handles this notification by storing block header in thelatestReceivedBlock$
ReplaySubject instance and by storing appropriate block height in thelatestReceivedBlockHeight
variable.This allows OpEnergy-part of frontend services to use data provided by OpEnergy part of backend