1. 08 Jul, 2021 1 commit
  2. 06 Mar, 2020 1 commit
  3. 31 May, 2019 1 commit
    • Steven Allen's avatar
      dep: switch to core (#80) · 0b5b3896
      Steven Allen authored
      * dep: switch to core
      
      Specifically, remove go-libp2p-{crypto,peer} deps.
      
      * catch a few more usages of deprecated packages.
      0b5b3896
  4. 16 Oct, 2018 1 commit
    • Steven Allen's avatar
      update to match new ExtractPublicKey API · 588ab36c
      Steven Allen authored
      This is a "more correct" API and we might as well fix this before it becomes
      used all over the place. The new API returns ErrNoPublicKey when there is no
      inlined key.
      
      This *also* fixes a bug where the datastore-backed keystore would panic if
      `ExtractPublicKey` returned `nil, nil`.
      588ab36c
  5. 07 Sep, 2018 2 commits
  6. 04 Sep, 2018 1 commit
  7. 02 Sep, 2018 2 commits
  8. 30 Aug, 2018 4 commits
  9. 29 Aug, 2018 1 commit
    • Raúl Kripalani's avatar
      refactor peerstore (+) · aeae9775
      Raúl Kripalani authored
      1. Create interface.go with abstract interfaces.
      2. Extract memory-based keybook into file.
      3. Spin off PeerMetadata interface.
      aeae9775