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

refactor(relayer): Factor out common listener utils #1841

Merged
merged 10 commits into from
Sep 30, 2024
Merged

Conversation

pxrl
Copy link
Contributor

@pxrl pxrl commented Sep 26, 2024

This is a pre-emptive change made to make it easier to reuse common components in alternative listener implementations. Examples for a viem-based listener, as well as an eventual Solana listener.

There are subsequent changes in the pipeline to factor out evm-specific parts.

This is a pre-emptive change made to make it easier to reuse common
components in alternative listener implementations. Examples for a
viem-based listener, as well as an eventual Solana listener.
src/libexec/util.ts Outdated Show resolved Hide resolved
src/libexec/util/evm/util.ts Outdated Show resolved Hide resolved
src/libexec/util/evm/util.ts Outdated Show resolved Hide resolved
@pxrl pxrl requested a review from bmzig September 26, 2024 22:22
Copy link
Member

@nicholaspai nicholaspai left a comment

Choose a reason for hiding this comment

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

I like the evm/svm distinction

@pxrl pxrl merged commit 4a39db4 into master Sep 30, 2024
4 checks passed
@pxrl pxrl deleted the pxrl/listenerFactor branch September 30, 2024 12:44
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.

3 participants