bob-collective / bob

BOB is a hybrid L2 that combines the security of Bitcoin with the versatility of Ethereum.
https://app.gobob.xyz/
71 stars 35 forks source link

Build relayer for full relay #286

Open gregdhill opened 1 month ago

gregdhill commented 1 month ago

Once https://github.com/bob-collective/bob/issues/285 is completed we will need some client-side code to relay block headers from Bitcoin to the smart contract.

Additional context Review the previous code we had here: https://github.com/interlay/interbtc-clients/blob/bfae54cf9a37246a98d6fc0137aaf911436b86ab/vault/src/relay/mod.rs#L35

May depend on https://github.com/bob-collective/bob/issues/154