-
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.
- Loading branch information
Showing
6 changed files
with
37 additions
and
44 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...09a4a7a216a928a520705a1658bb1ede300c.json → ...203a62629904bc4956249e690a8ad7a48983.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
8 changes: 7 additions & 1 deletion
8
core/lib/dal/migrations/20240930110000_tee_add_permanently_ignored_state.up.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,2 +1,8 @@ | ||
-- there were manually added tee_proof_generation_details with status 'permanently_ignore' | ||
-- There were manually added tee_proof_generation_details entries with status 'permanently_ignore'. | ||
|
||
UPDATE tee_proof_generation_details SET status = 'permanently_ignored' WHERE status = 'permanently_ignore'; | ||
|
||
-- Entries with the status 'unpicked' were not used at all after the migration to the logic | ||
-- introduced in https://github.com/matter-labs/zksync-era/pull/3017. This was overlooked. | ||
|
||
DELETE FROM tee_proof_generation_details WHERE status = 'unpicked'; |
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