spacemeshos/poet

Consider migrating from XDR

オープン

#386 opened on 2023/09/12

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Go (15 件のフォーク)auto 404
area/poetgood first issueoptimizationrefactor

Repository metrics

Stars
 (24 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド