spacemeshos / post

Spacemesh POST protocol implementation
MIT License
20 stars 21 forks source link

Introduce PoST data versioning #210

Open fasmat opened 1 year ago

fasmat commented 1 year ago

Description

Some recent updates to PoST required changes to postdata_metadata.json file. Fortunately these changes were full backwards compatible such that implementing them didn't pose a big challenge.

In the future we will probably require updates to PoST that are not fully backwards compatible and may require migration of existing data to be used with newer versions. The goal of this issue is to lay the foundations of making this happen.

Acceptance criteria

Implementation hints