virtualchain icon indicating copy to clipboard operation
virtualchain copied to clipboard

Store block headers in the `.snapshots` database.

Open jcnelson opened this issue 7 years ago • 0 comments

As of the upcoming 0.18.x series, the .snapshots file is a full-fledged Sqlite3 database that stores the set of accepted transactions and Merkle paths that link them to block headers. However, the block headers are stored in a separate file. Ideally, we'd keep them all in the same place.

jcnelson avatar Jan 22 '18 01:01 jcnelson