Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Use libp2p's implementation of a wasm websocket transport #5089

Merged
merged 5 commits into from
Mar 10, 2020

Conversation

expenses
Copy link
Contributor

Builds on top of #5088.

@expenses expenses requested a review from tomaka February 28, 2020 14:39
@expenses expenses added this to the 2.0 milestone Feb 28, 2020
@tomaka
Copy link
Contributor

tomaka commented Feb 28, 2020

So... that's technically a breaking change.

@expenses
Copy link
Contributor Author

@tomaka oh yeah, I'll make a polkadot PR too.

utils/browser/src/lib.rs Outdated Show resolved Hide resolved
@expenses expenses requested a review from NikVolf March 2, 2020 12:28
bin/node/cli/src/browser.rs Outdated Show resolved Hide resolved
@gavofyork gavofyork added the A0-please_review Pull request needs code review. label Mar 4, 2020
@expenses expenses requested a review from NikVolf March 5, 2020 09:59
@expenses
Copy link
Contributor Author

expenses commented Mar 9, 2020

Hey, I'd like to get this reviewed and merged soon if possible.

@@ -26,25 +26,23 @@ use futures::{prelude::*, channel::{oneshot, mpsc}, future::{poll_fn, ok}, compa
use std::task::Poll;
use std::pin::Pin;
use sc_chain_spec::Extension;
use libp2p_wasm_ext::{ExtTransport, ffi};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(alphabetical ordering?)

@tomaka tomaka added A8-looksgood and removed A0-please_review Pull request needs code review. labels Mar 9, 2020
@gnunicorn
Copy link
Contributor

could you add the appropriate b-label?

@expenses expenses added the B0-silent Changes should not be mentioned in any release notes label Mar 9, 2020
@gavofyork gavofyork merged commit a184db4 into master Mar 10, 2020
@gavofyork gavofyork deleted the ashley-ws-transport branch March 10, 2020 10:14
General-Beck pushed a commit to General-Beck/substrate that referenced this pull request Mar 12, 2020
…h#5089)

* Update to libp2p 0.16.2

* Use libp2ps implementation of a wasm websocket transport

* Remove explicit Configuration type in node-cli

Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
General-Beck pushed a commit to General-Beck/substrate that referenced this pull request Mar 17, 2020
…h#5089)

* Update to libp2p 0.16.2

* Use libp2ps implementation of a wasm websocket transport

* Remove explicit Configuration type in node-cli

Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
B0-silent Changes should not be mentioned in any release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants