Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix bug in directory selection for proof image #616

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

raphael0202
Copy link
Contributor

Solves #615

When the proof image folder reached the limit of 1000, we created a new image dir and stored the image in it, but without the 0 padding. This directory was never used again.
That's why we had directories named 1, 2,... 10 in the image dir.

Solves #615

When the proof image folder reached the limit of 1000, we created
a new image dir and stored the image in it, but without the 0 padding.
This directory was never used again.
That's why we had directories named `1`, `2`,... `10` in the image dir.
@raphael0202
Copy link
Contributor Author

I've tested it locally, it works as expected.
I've cleaned the prod directory by manually moving proof images to their right locations.
I'm merging now, to prevent further cleaning!

@raphael0202 raphael0202 merged commit b32b5cf into main Dec 11, 2024
8 checks passed
@raphael0202 raphael0202 deleted the fix-image-dir-bug branch December 11, 2024 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant