1. 22 Aug, 2021 1 commit
  2. 14 Jul, 2021 1 commit
  3. 01 Apr, 2021 1 commit
  4. 12 Nov, 2020 1 commit
  5. 30 Jul, 2020 1 commit
  6. 03 Jun, 2020 2 commits
  7. 19 May, 2020 7 commits
  8. 01 May, 2020 2 commits
  9. 28 Apr, 2020 1 commit
  10. 23 Apr, 2020 2 commits
  11. 21 Apr, 2020 1 commit
  12. 20 Apr, 2020 3 commits
  13. 18 Apr, 2020 5 commits
  14. 24 Mar, 2020 4 commits
  15. 26 Feb, 2020 1 commit
  16. 05 Feb, 2020 1 commit
  17. 17 Jan, 2020 1 commit
  18. 16 Dec, 2019 1 commit
  19. 11 Dec, 2019 1 commit
  20. 06 Dec, 2019 1 commit
  21. 02 Dec, 2019 1 commit
    • Steven Allen's avatar
      chore(dep): update · ed444c08
      Steven Allen authored
      * Update go-libp2p-core and go-multiaddr.
      * Regenerate protobufs with the latest gogo protobuf.
      ed444c08
  22. 31 Oct, 2019 1 commit
    • Adin Schmahmann's avatar
      Added libp2p discovery capabilities to PubSub. · f9c26c2e
      Adin Schmahmann authored
      When the WithDiscovery option is passed to PubSub then PubSub will be able to search for more peers that are interested in our topics.
      
      This includes the ability for Publishes (via Topic.Publish()) to block until the router is ready to publish. When a router is ready is currently defined by a combination of a user defined MinTopicSize function (passed into topic.Publish via the WithReadiness publish option) and the properties of the pubsub router used. The discovery tests show example usage.
      f9c26c2e