-
Notifications
You must be signed in to change notification settings - Fork 117
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
[IND-481] Delete price cache in ender. #815
Conversation
More clean-up before migration to SQL based block processor.
IND-481 Update ender block handler with a single SQL handler that delegates to sub-handlers
Update |
WalkthroughThe changes across various files in the Changes
TipsChat with CodeRabbit Bot (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (5)
- indexer/services/ender/tests/caches/block-cache.test.ts (5 hunks)
- indexer/services/ender/tests/handlers/funding-handler.test.ts (2 hunks)
- indexer/services/ender/tests/handlers/markets/market-price-update-handler.test.ts (3 hunks)
- indexer/services/ender/src/caches/block-cache.ts (2 hunks)
- indexer/services/ender/src/handlers/markets/market-price-update-handler.ts (2 hunks)
Files skipped from review due to trivial changes (4)
- indexer/services/ender/tests/caches/block-cache.test.ts
- indexer/services/ender/tests/handlers/funding-handler.test.ts
- indexer/services/ender/src/caches/block-cache.ts
- indexer/services/ender/src/handlers/markets/market-price-update-handler.ts
Changelist
[IND-481] Delete price cache in ender.
More clean-up before migration to SQL based block processor.
Test Plan
Updated existing tests.
Author/Reviewer Checklist
state-breaking
label.PrepareProposal
orProcessProposal
, manually add the labelproposal-breaking
.feature:[feature-name]
.backport/[branch-name]
.refactor
,chore
,bug
.