babylonchain / finality-provider

A peripheral program run by the finality providers
Other
16 stars 27 forks source link

refactor and fix FP e2e tests to properly support multi FPs #526

Closed bap2pecs closed 2 months ago

bap2pecs commented 2 months ago

Summary

after we merge dev into base (https://github.com/babylonchain/finality-provider/pull/518), our tests don't work anymore b/c the FP program no longer supports running multiple FP instances.

so we need major refactoring on our tests that depends on multiple FPs

Test Plan

make lint
make test-e2e-op