coinbase / chainstorage

The File System For a Multi-Blockchain World
https://time-wilderness-a70.notion.site/ChainStorage-5c173d1cafd842ceb9e38c26bfbd6265?pvs=4
Apache License 2.0
68 stars 24 forks source link

feat: include block timestamp in BlockFile from api #98

Closed bestmike007 closed 4 months ago

bestmike007 commented 4 months ago

What changed? Why?

Include block timestamp in BlockFile returning from chainstorage api, so that the replicator can restore BlockMetadata without decompressing and deserializing block data.

How did you test the change?

GitHub Actions