-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
difficulty-easyenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
For one reason or another Justifications aren't stored in the Postgres Database.
Justification is present on the SignedBlock
field of Block
though, so it would be nice to store it if it exists. This requires a new SQL migration that creates a Justification
column as a bytea
field. It is possible for justification to be null for a block, so the columns should reflect this.
The SQL Inserts should be modified to add the justification as well:
impl<B> Insert for Block<B> |
emostov
Metadata
Metadata
Assignees
Labels
difficulty-easyenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers