1. 14 Jul, 2021 1 commit
  2. 01 Apr, 2021 1 commit
  3. 12 Nov, 2020 1 commit
  4. 30 Jul, 2020 1 commit
  5. 03 Jun, 2020 2 commits
  6. 19 May, 2020 7 commits
  7. 01 May, 2020 2 commits
  8. 28 Apr, 2020 1 commit
  9. 23 Apr, 2020 2 commits
  10. 21 Apr, 2020 1 commit
  11. 20 Apr, 2020 3 commits
  12. 18 Apr, 2020 5 commits
  13. 24 Mar, 2020 4 commits
  14. 26 Feb, 2020 1 commit
  15. 05 Feb, 2020 1 commit
  16. 17 Jan, 2020 1 commit
  17. 16 Dec, 2019 1 commit
  18. 11 Dec, 2019 1 commit
  19. 06 Dec, 2019 1 commit
  20. 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
  21. 31 Oct, 2019 2 commits
    • 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
    • Adin Schmahmann's avatar
      dep: update go-libp2p · c837436c
      Adin Schmahmann authored
      c837436c