gradido/docu/other/node/FileFormat.txt
Ulf Gebhardt 610971f5d3
included existing docu
transformed a lot of odt & txt files to md format
2021-04-16 22:08:51 +02:00

28 lines
824 B
Plaintext

group.index // txt file poco propertie format
group hash = folder name (group_1 -> ...) uint32
group_folder
// binary, konto hash = kto index uint32 (first in transaction, getting 1), sorted by hash
// hash at end of file
// sort in memory, file is unordered, maybe for small files linear search is faster
// put last used in cache
pubkeys_<first hash byte hex>
_<second hash byte hex>.index
// contain group states
// like last kto index
// using leveldb
.state
// lowest kto index, highest kto index
// kto index = count, [file positions where transaction which contain kto starts]
// sorted
// write out after block finished, until than exist only in memory
// hash at end
blk0000000X.index
// size, serialized transaction [loop]
// hash at end
blk0000000X.data