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

Integrate full relay with existing utils #287

Open gregdhill opened 1 month ago

gregdhill commented 1 month ago

I also think for next steps it could be good to integrate this code with BitcoinTx.sol and WitnessTx.sol (specifically validateWitnessProof) since I think that will let projects do some interesting things with Ordinals in the future.

Originally posted by @gregdhill in https://github.com/bob-collective/bob/pull/273#pullrequestreview-2166564231

Depends on https://github.com/bob-collective/bob/issues/285

nakul1010 commented 3 weeks ago

Using FullRelay instead of LightRelay in BitcoinTx.sol and WitnessTx.sol will break all the marketplace contracts, as they depend on LightRelay. Would you prefer to:

OR