Skip to content

Commit d06a60d

Browse files
dndlldndll
authored andcommitted
chore: add time unit to readme for epoch
1 parent 339e083 commit d06a60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To limit the costs of NEAR storage even more, we don't store the blob data in th
1818

1919
It works by taking advantage of NEAR consensus around receipts.
2020
When a chunk producer processes a receipt, there is consensus around the receipt.
21-
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.
21+
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.
2222
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.
2323

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

0 commit comments

Comments
 (0)