spacemeshos/poet

Consider migrating from XDR

开放

#386 创建于 2023年9月12日

 (0 条评论) (0 个反应) (0 位负责人)Go (15 个派生)auto 404
area/poetgood first issueoptimizationrefactor

仓库指标

星标
 (24 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

The github.com/nullstyle/go-xdr/xdr is used for:

  • serializing state (server and rounds in-progress)
  • serializing values to store in leveldb

XDR usefulness is questionable. We could migrate the state files to something like JSON for easier maintainability (it's human-readable and easily editable). The DBs could be migrated to https://github.com/spacemeshos/go-scale which should be faster.

贡献者指南