chore(deps): upgrade to adder 0.33.0#464
Conversation
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
📝 WalkthroughWalkthroughThis pull request updates two main areas: dependency versions in go.mod are bumped (blinklabs-io/adder to v0.33.0 and SundaeSwap-finance/ogmigo/v6 to v6.2.0), and the indexer refactors event type handling to use generic event types instead of input_chainsync-specific types. Type assertions and context references in handleEventRollback and handleEventTransaction functions are updated to use the new event package types while maintaining existing control flow. Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Areas requiring attention:
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
🔇 Additional comments (6)
Comment |
Summary by CodeRabbit
Chores
Refactor