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

yw: fix unintensional recursion in hash_into #4824

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

widlarizer
Copy link
Collaborator

IdPath is an std::vector<IdString> with extra methods and should be hashed as std::vector<IdString>. That was the intention behind this implementation but it ended up creating unintential recursion

@widlarizer widlarizer requested a review from mmicko December 19, 2024 10:51
@widlarizer widlarizer force-pushed the emil/fix-witness-stack-overflow branch from 908d2c2 to a6bd8ff Compare December 19, 2024 14:29
@widlarizer
Copy link
Collaborator Author

To trigger SBY tests, I had to push a commit to change the actions criteria. The SBY tests passed, so I force pushed it away again and we're good to merge

@widlarizer widlarizer merged commit 301d967 into main Dec 19, 2024
79 checks passed
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.

1 participant