-
Notifications
You must be signed in to change notification settings - Fork 15
Merge libp2p-websocket-star-rendezvous into this repo #73
Comments
Unsure if that's a good idea dependency wise, since we'd be slamming the entirety of the socket.io-server (including uws, which is a native module) plus tons of other modules onto the machines of people who just want to use js-ipfs and the websocket-star client, thus wasting unnecessary disk space among other things. Otherwise this would be a great idea The question is rather why nobody has bothered yet to discontinue ws-star ^^ (https://github.com/libp2p/js-libp2p-stardust is still a thing and it's finished, besides some missing PRs, and has a ton less deps) |
@mkg20001 the server wouldn't get published to npm as a module. It would just live within this repo, minimizing maintaining two separate repos (docs, duplicated tests, etc)
It's a different question all together. Discontinuing means that there needs to be a transition plan. I'll leave that for the libp2p tech leading team to decide |
In that case we should move it there |
This has been discussed in #70 and I still haven't received a proper answer. It's been half a year now... (I heard something along the lines as "publish tutorials", but this doesn't address the reason why I created stardust: To fix the many problems of ws-star) Additionally nobody has helped me with this PR: libp2p/js-libp2p-crypto#125 |
Should git history be kept, or should it only be added as is? |
agreed, we want to keep git history :) |
Did, according to https://stackoverflow.com/a/21353836/3990041 |
@mkg20001 I appreciate you taking the initiative, however, please do not commit and push to master, it significantly erodes the trust that is deposited in you for having push access. That permission level does not grant you (or anyone with it) the right to push to master. Specially for this change which requires coordination with the Infra team to ensure that they know where to find the latest version of the server. Let's do it right. Please: //cc @jacobheun @vasco-santos |
maciej@mkg-pc:~/mr/ws-star$ git log | head -n 10
commit 0a4775c024cf87378c6b716a0930c2cad4fb88e7
Author: Maciej Krüger <mkg20001@gmail.com>
Date: Sun Jul 21 23:22:53 2019 +0200
misc: revert server/ merge
commit 0cdd57d2382b0c4fe79d8cd2a7f66e882fe96e5d
Merge: c843e9d f72cfb1
Author: Maciej Krüger <mkg20001@gmail.com>
Date: Sun Jul 21 12:53:03 2019 +0200
maciej@mkg-pc:~/mr/ws-star$ LC_ALL=C git merge f72cfb146d8b3fa6611ca134d04245fd8e96cfd4 --allow-unrelated-histories
Already up to date. I tried. I can't remerge them, since they are already part of the history. I'd have to rebase the rendezvous repo against a new commit initial commit to change the commit ids. The commits could also be removed by a force push. Also, sorry, I've made a mistake, ack'd. I've made sure this won't happen again, using a git hook. |
Following on ipfs/js-ipfs#2222
The text was updated successfully, but these errors were encountered: