-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
One proof instance per batch number per TEE type
- Loading branch information
Showing
9 changed files
with
123 additions
and
99 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
core/lib/dal/migrations/20240325133100_add_tee_verifier_input_producer_jobs_table.down.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
core/lib/dal/migrations/20240523085604_add_tee_proof_generation_details_table.down.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
DROP INDEX IF EXISTS idx_proofs_number_per_batch_number_and_tee_type; | ||
DROP INDEX IF EXISTS idx_tee_proofs_status_prover_taken_at; | ||
|
||
DROP TABLE IF EXISTS tee_attestations; | ||
DROP TABLE IF EXISTS tee_proofs; | ||
|
||
DROP TYPE IF EXISTS tee_proofs_job_status; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.