babylonchain / babylon-finality-gadget

2 stars 2 forks source link

feat: verifier daemon #62

Open parketh opened 1 month ago

parketh commented 1 month ago

Summary

This PR implements the verifier daemon, a stateful program used to track consecutive quorum and query the latest BTC-finalized block.

Integration tests are seperately added in the finality-provider repo (see below)

This is a partial implementation. Some next steps:

Test plan

make lint
make test
bap2pecs commented 1 month ago

@parketh please create a new PR in https://github.com/babylonlabs-io/babylon-finality-gadget. we can continue the discussion from there