o1-labs / Archive-Node-API

This is a GraphQL server that is built with the intention of exposing information from Mina's Archive Node
17 stars 4 forks source link

Archive Node API POS Testing #82

Closed MartinMinkov closed 1 year ago

MartinMinkov commented 1 year ago

This epic aims to ensure the consistent implementation of the proof of stake selection algorithm for blocks at the highest tip across both our main Mina client and the Archive Node API server. The ongoing work referenced in this pull request represents a small segment of this process.

The concern is keeping both implementations synchronized and compatible, which we plan to validate through a differential test comparing both software pieces. This epic captures the sequence of tasks necessary to reach this objective.

Tasks Involved

By following this plan, we aim to maintain a synchronized and effective implementation of our algorithm across all relevant platforms.

This work is required for https://github.com/o1-labs/Archive-Node-API/pull/80 to land.