Skip to content

Commit

Permalink
Add hours to DA docs epoch (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
dndll authored Nov 9, 2023
1 parent 0e962c2 commit 0c939b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-availability/blob-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To limit the costs of NEAR storage even more, we don't store the blob data in th

It works by taking advantage of NEAR consensus around receipts.
When a chunk producer processes a receipt, there is consensus around the receipt.
However, once the chunk has been processed and included in the block, the receipt is no longer required for consensus and can be pruned. The pruning time is at least 3 NEAR epochs, where each epoch is 12; in practice, this is around five epochs.
However, once the chunk has been processed and included in the block, the receipt is no longer required for consensus and can be pruned. The pruning time is at least 3 NEAR epochs, where each epoch is 12 hours; in practice, this is around five epochs.
Once the receipt has been pruned, it is the responsibility of archival nodes to retain the transaction data, and we can even get the data from indexers.

We can validate that the blob was retrieved from ecosystem actors in the format submitted by checking the blob commitment.
Expand Down

0 comments on commit 0c939b5

Please sign in to comment.