-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
good first issueGood for newcomersGood for newcomersrefactorIdeas to improve code usability or performance with little or no change to behaviorIdeas to improve code usability or performance with little or no change to behavior
Description
This should:
- Simplify pending blocks, making it more readable.
- Make the blob db more testable.
This PR should come with more unit tests.
Some example functions for the Blobs module would be:
Blob.present?
if a blob is downloadedBlob.missing_for_block(block)
, which returns blob identifiers that are missing for a single block.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersrefactorIdeas to improve code usability or performance with little or no change to behaviorIdeas to improve code usability or performance with little or no change to behavior
Type
Projects
Status
Done