Skip to content

Commit

Permalink
Merge pull request #772 from keep-network/pubsub-rework-validator-pip…
Browse files Browse the repository at this point in the history
…eline-update

Upgrade to inflight pubsub

This upgrade reworks the validator pipeline in pubsub. Testing shows that
this is far more reliable than the commit we're currently pinned to. This has the
unfortunate side-effect of pinning us to a commit that's currently under
PR (in libp2p). A subsequent PR will need to upgrade this commit we're pinned to,
to the latest go-libp2p-pubsub master.

See libp2p/go-libp2p-pubsub#176
  • Loading branch information
pdyraga authored May 3, 2019
2 parents 89fcffe + 994201b commit 4c4a7f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gopkg.lock

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

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ required = ["github.com/gogo/protobuf/protoc-gen-gogoslick", "github.com/ethereu

[[constraint]]
name = "github.com/libp2p/go-libp2p-pubsub"
revision = "f8276dc198de05a85607bd2f24f26fa61381a50e"
revision = "9f0263ae4ee591809366f5685e7fc1e5764a3280"

[[constraint]]
name = "github.com/libp2p/go-libp2p"
Expand Down

0 comments on commit 4c4a7f4

Please sign in to comment.