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

Remove exit payload length check #96

Merged
merged 2 commits into from
Sep 20, 2021
Merged

Conversation

itzmeanjan
Copy link
Contributor

@itzmeanjan itzmeanjan commented Sep 20, 2021

Why ?

Sometime ago I added check for decoded exit payload length ( assert length == 10 ), in PR #85. After that we merged PR #89, which added an wrapper around proof reader library. During merge, proof length check was misplaced, added before decoding, resulting into failing exit payload length check with BAD_PAYLOAD.

I'm removing this length check, it doesn't cause any major problem because anyway if some one submits proof of wrong length, if will be failing during decoding.

@jdkanani jdkanani merged commit 88dbf0a into master Sep 20, 2021
@jdkanani jdkanani deleted the fix-exit-payload-length-check branch September 20, 2021 13:08
@KK68HK
Copy link

KK68HK commented Aug 27, 2023

Hej jag vet inte om jag är hackad håller på med försöker att få allt att fungera på denna enhet till jag har råd att köpa en ny dator.tack en en gång

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.

None yet

4 participants