Skip to content

fix(explorer): Proof stats endpoint should return an array of verified proofs #1719

@JulianVentura

Description

@JulianVentura

Instead of returning the number of proofs and average fee per proof in the last 24 hours, the following json format should be returned:

{
  [
    {"id": "<merkle_root>", "number_of_proofs": "<n_proofs>", "timestamp": "<response_timestamp>"},
  ]
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions