Skip to content

Add normalized event caching #87

@ryangoree

Description

@ryangoree

Events are currently cached by their request parameters. Overlapping block ranges are considered separate cache entries resulting in the same event being cached multiple times if fetched with different parameters.

Ideally the cache would be aware of the range of events already cached and only fetch ranges it hasn't fetched yet, managing a single cached list of events for each event type.

https://hackmd.io/k90EXlNhRfGujuQgyb_hoQ

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions