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(cli): fix segfault by reverting to boxed async traits #122

Closed
wants to merge 1 commit into from

Conversation

Einliterflasche
Copy link

@Einliterflasche Einliterflasche commented Oct 17, 2024

Closes #95.

We implemented the Request trait using a new but not completely finished rust feature in 1.79 which made async functions in traits possible. Reverting to the workaround used before seems to fix the segfault issue. It doesn't

@Einliterflasche
Copy link
Author

Realistically, we should prioritize upgrading libp2p, etc.

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.

Release build segfaults on quote request
1 participant