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: truncate prover id #102

Merged
merged 1 commit into from
Aug 19, 2021
Merged

fix: truncate prover id #102

merged 1 commit into from
Aug 19, 2021

Conversation

noel2004
Copy link
Member

This PR purpose a way to fix issue #61 in which a too long prover_id assigned to client crash the request for assignment and submitting.

Long prover id seems to be inevitable when we start to made use of sophisticated deployment. Many schemes for automatic assignment of prover id, like a well formatted uuid, would exceed 30 chars limited in db. So currently the best way to resolve such problem is to truncate them if coordinator had received too long one.

@0xmountaintop 0xmountaintop changed the title fix #61: truncate prover id fix: truncate prover id Aug 19, 2021
@0xmountaintop 0xmountaintop merged commit cadfd87 into master Aug 19, 2021
@0xmountaintop 0xmountaintop deleted the truncate_prover_id branch August 26, 2021 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants