Skip to content
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

Chunk cache reimplementation #697

Open
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

shizzard
Copy link
Collaborator

Chunk cache is reimplemented in a separate module.
Mining worker utilizes new chunk cache.

@shizzard shizzard force-pushed the df/chunk-cache-reimplementation branch from 10af80d to 75f6f18 Compare January 29, 2025 16:16
Adds `ar_chunk_cache` module.
`ar_mining_worker` module utilizes the new cache.
@shizzard shizzard force-pushed the df/chunk-cache-reimplementation branch from 75f6f18 to d35b15e Compare February 2, 2025 12:09
@shizzard shizzard force-pushed the df/chunk-cache-reimplementation branch from 2244e57 to 9f9adbb Compare February 2, 2025 13:10
%% This is a no-op to handle "slow" response from peers that were queried by `fetch_poa_from_peers`
%% Only the first peer to respond with a PoA will be handled, all other responses will fall through to here
%% an be ignored.
{noreply, State};

handle_info(Message, State) ->
?LOG_WARNING([{event, unhandled_info}, {module, ?MODULE}, {message, Message}]),
?LOG_ERROR([{event, unhandled_info}, {module, ?MODULE}, {message, Message}]),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant