ChainObserver
supports retrieving the Chain Point of the tip of the chain
#1589
Closed
4 tasks done
Labels
Why
We need to retrieve the block number of the tip of the Cardano chain with the Chain observer to use it to create new types of beacons.
What
Add a new function in the
ChainObserver
trait:And a new entity type:
And implement this function for the:
PallasChainObserver
by using n2c mini-protocol to get access to itCardanoCLIChainObserver
by using thequery tip
command (already used for implementingget_current_epoch
)See
How
ChainObserver
trait (@jpraynaud)FakeChainObserver
(@jpraynaud)CardanoCliChainObserver
(@jpraynaud)PallasChainObserver
(@falcucci )The text was updated successfully, but these errors were encountered: