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

Scionic merkle tree web socket transport not working #30

Open
f7f376a1fcd0d0e11a10ed1b6577c9 opened this issue Oct 5, 2024 · 1 comment
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@f7f376a1fcd0d0e11a10ed1b6577c9
Copy link
Member

The scionic merkle tree upload and download handlers have been abstracted so any transport can be used to securely transfer them over the network, however a bug has been introduced in the newer websocket implementation that stops them from transferring properly.

@f7f376a1fcd0d0e11a10ed1b6577c9 f7f376a1fcd0d0e11a10ed1b6577c9 added the bug Something isn't working label Oct 5, 2024
@f7f376a1fcd0d0e11a10ed1b6577c9 f7f376a1fcd0d0e11a10ed1b6577c9 added the wontfix This will not be worked on label Oct 30, 2024
@f7f376a1fcd0d0e11a10ed1b6577c9
Copy link
Member Author

This feature has been deprecated in light of fully using libp2p's transports that include web sockets anyway. It was originally intended as a way for those that wanted to avoid libp2p entirely but that's just making managing the transports harder when libp2p handles so much of this for us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant