hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merkle tree serialization to protobuf

artemananiev opened this issue · comments

One of the aspects of public merkle tree APIs feature is that all platform inputs and outputs should be in protobuf. In particular, platform state is saved to disk every 15 minutes, and these snapshots are currently just binary files with no clear schema. These files should be changed to protobuf.