noble-assets / noble-cctp-relayer

Apache License 2.0
15 stars 9 forks source link

feat: flush only mode #91

Closed joelsmith-2019 closed 6 months ago

joelsmith-2019 commented 7 months ago

Closes #67

This flush only mode is for running redundant secondary relayers. This mode will not have active listeners for each chain, but rather it will "lag" behind the primary relayer and double check transactions to ensure nothing was missed. Please see the updated README for configuration and implementation.