Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: flush only mode #91

Merged
merged 6 commits into from
May 21, 2024
Merged

feat: flush only mode #91

merged 6 commits into from
May 21, 2024

Conversation

joelsmith-2019
Copy link
Contributor

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.

@joelsmith-2019 joelsmith-2019 self-assigned this May 6, 2024
README.md Show resolved Hide resolved
Copy link
Contributor

@jtieri jtieri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

had a few comments

circle/attestation.go Show resolved Hide resolved
cmd/process.go Show resolved Hide resolved
cmd/process.go Outdated Show resolved Hide resolved
cmd/process.go Outdated Show resolved Hide resolved
ethereum/listener.go Outdated Show resolved Hide resolved
@joelsmith-2019 joelsmith-2019 marked this pull request as ready for review May 20, 2024 22:15
Copy link
Contributor

@jtieri jtieri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!!

cmd/process.go Outdated Show resolved Hide resolved
cmd/process.go Outdated Show resolved Hide resolved
cmd/process.go Outdated Show resolved Hide resolved
cmd/process.go Outdated Show resolved Hide resolved
cmd/process.go Outdated Show resolved Hide resolved
@joelsmith-2019 joelsmith-2019 merged commit 98c8a0a into main May 21, 2024
6 checks passed
@joelsmith-2019 joelsmith-2019 deleted the joel/flush-only-mode branch May 21, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

redundancy mode should allow for delayed relaying.
3 participants