Skip to content

Add a status endpoint

Benjamin Herman requested to merge feature/status-endpoint into main
  • Modularize the API.
    • Break API handlers into testable components.
  • Add "text/plain" responses for the GET /status handler.
  • Add a /status endpoint.
    • Responds with proof version, seconds until next publication, Tezos network ID, and contract address.
  • Add a seconds until publication field to the POST /stamp handler.
  • Merge aggregator and publisher internal classes.

Merge request reports