Open parketh opened 3 months ago
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)
finality-provider
This is a partial implementation. Some next steps:
bbolt
make lint make test
@parketh please create a new PR in https://github.com/babylonlabs-io/babylon-finality-gadget. we can continue the discussion from there
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:
refactor Postgres to embedded DB such asbbolt
Test plan