N-03 Document LogPoller Replay#435
Conversation
|
👋 dhaidashenko, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
📊 API Diff Results
|
There was a problem hiding this comment.
Pull request overview
This PR documents the behavior and expectations of Replay for the LogPoller and the legacy EVM chain wrapper, clarifying how callers should use replay after modifying filters.
Changes:
- Added API documentation to
LogPoller.Replayin theLogPollerinterface. - Added matching documentation to the legacy EVM chain
Replaywrapper method.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| pkg/logpoller/log_poller.go | Adds interface-level documentation for LogPoller.Replay semantics. |
| pkg/chains/legacyevm/chain.go | Adds documentation to the chain wrapper’s Replay method delegating to the log poller. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.