Implement relational store in aggregator #779
Labels
D-medium
Difficulty: medium
epic ⚔️
Epic that gathers related tasks
generic-data ⚡
Signing generic data
Issue
Implement the new relational design of the aggregator store to prepare strong foundations on which we will build the feature of signing generic data. In this phase, we will not need to modify the OpenAPI, which means that this modification must be transparent for the signer and client nodes
Here is the schema that needs to be implemented:
Note: At first, we will process open messages sequentially, but the system will be evolved to a parallel runtimes setup (one for each type of message) later
Methodology
To do
stake_pool
tables #787epoch_setting
table #813certificate
table #817signed_entity_type
table #815open_message
table #827signer_registration
table #828signed_entity
table #816signer
table #814single_signature
table #829The text was updated successfully, but these errors were encountered: