We need to get the following information from Spade state - poll state of an aggregate (did a previous offered aggregate landed into a SP? did it fail?) - get details from the deals that exist for each aggregate previously submitted Schema can be seen https://raw.githubusercontent.com/ribasushi/fil-naive-marketwatch/master/misc/pg_schema_diagram.svg Open questions: - is it a PostgresDB? can we have credentials for a replica RO? - Is there any roadmap to expose this as an API rather than requiring all clients to connect to DB and do queries themselves? - Are there docs about queries we should make? - for instance, there is pieceCid in the schema above, but how can we query for an aggregate commD and see its state?
We need to get the following information from Spade state
Schema can be seen https://raw.githubusercontent.com/ribasushi/fil-naive-marketwatch/master/misc/pg_schema_diagram.svg
Open questions: