We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As part of the silk solver service, we need to stream evm event logs from the inbox contract.
Implement xchain.Provider::StreamEventLogs following the same pattern as StreamBlocks
xchain.Provider::StreamEventLogs
StreamBlocks
The text was updated successfully, but these errors were encountered:
feat(lib/xchain): support streaming event logs (#2366)
d00a986
Add support for streaming event logs to xprovider. issue: #2363
corverroos
No branches or pull requests
Problem to Solve
As part of the silk solver service, we need to stream evm event logs from the inbox contract.
Proposed Solution
Implement
xchain.Provider::StreamEventLogs
following the same pattern asStreamBlocks
The text was updated successfully, but these errors were encountered: