Skip to content

Commit

Permalink
Thread safe Robonomics PubSub
Browse files Browse the repository at this point in the history
* Breaking changes in PubSub trait, methods rewriten for async.
* Gossipsub module rewriten for thread safe async code.
* Separated and generalized discovery module.
* Message dispatching bug fix.
  • Loading branch information
akru committed Apr 22, 2020
1 parent 505c841 commit c703e0b
Show file tree
Hide file tree
Showing 9 changed files with 423 additions and 191 deletions.
81 changes: 41 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion robonomics/protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "robonomics-protocol"
description = "Robonomics Network protocol on libp2p."
version = "0.3.0"
version = "0.4.0"
authors = ["Airalab <[email protected]>"]
edition = "2018"

Expand All @@ -13,6 +13,8 @@ sp-core = "2.0.0-alpha.6"
sp-runtime = "2.0.0-alpha.6"
pallet-indices = "2.0.0-alpha.6"
derive_more = "0.99"
futures-timer = "3.0"
futures = "0.3.4"
bincode = "1.2"
libp2p = "0.18"
log = "0.4"
Expand Down
Loading

0 comments on commit c703e0b

Please sign in to comment.