Bài viết
Chia sẻ kiến thức của bạn.
mssoni30
Jun 11, 2025
Hỏi đáp Chuyên Gia
What happens to data after the 'end epoch' in Wal framework?
I was learning about the Wal framework's 'writeBlob' function which requires setting a 'start epoch' and 'end epoch'. I'm curious, what happens to the stored data after the 'end epoch' is reached? Does it get deleted automatically, or does something else happen to ensure data continuity?
- Walrus
- blob
0
1
Chia sẻ
Bình luận
Câu trả lời
1Jun 12 2025, 18:08
When the end epoch of a blob is reached, the data is not guaranteed to remain on the Walrus network. Nodes are only paid to store the data until the end epoch, so they will likely drop the data at that point. To ensure continuity, you may need to extend the storage period through additional epochs.
0
Bình luận
Bạn có biết câu trả lời không?
Hãy đăng nhập và chia sẻ nó.