babylonchain / babylon-finality-gadget

3 stars 3 forks source link

add a execute msg to flip the finalize query #21

Closed bap2pecs closed 4 months ago

bap2pecs commented 4 months ago

this will be build on top of https://github.com/babylonchain/babylon-da-sdk/pull/20

the goal is when we are testing https://github.com/babylonchain/optimism/pull/7, we want to have a stub contact where the return value of QueryIsBlockBabylonFinalized can be flipped

so here are a few things to do:

still need to think about it