Commit Graph

9 Commits

Author SHA1 Message Date
Marten Seemann
ea8b36912f
fix staticcheck errors (#191)
* run go mod tidy

* omit receiver name if unused

* remove unused type testkey in tests

* fix duplicate import of go-multiaddr

* fix use of deprecated peer.IDB58{Encode,Decode}

* use bytes.Equal instead of bytes.Compare

* fix unnecessary assigments to blank identifier

* use time.Until instead of t.Sub(time.Now())

* fix use of deprecated go-multihash.ID

* add missing error check in envelope test

* fix error check in tests
2021-03-30 16:13:36 -07:00
vyzo
0d53a5522e
connmgr: add IsProtected interface (#158) 2020-06-03 22:08:48 +03:00
Raúl Kripalani
a1c90aa3df
decaying tags: support removal and closure. (#151) 2020-05-15 09:27:13 +01:00
Raúl Kripalani
e74305c1ec minor godoc fixes. 2020-05-14 17:24:23 +01:00
Raúl Kripalani
65c8515256 minor godoc fixes. 2020-05-14 17:22:11 +01:00
Raúl Kripalani
e5edab11ef
connmgr: introduce abstractions and functions for decaying tags. (#104) 2020-05-14 15:54:39 +01:00
Aarsh Shah
909c77480f
add connection gating interfaces and types. (#139) 2020-05-13 13:15:38 +01:00
Vasco Santos
43f10f2288 docs: uniform comment sentences 2020-03-03 18:16:38 +01:00
Raúl Kripalani
6e566d10f4
Absorb go-libp2p abstractions and core types into this module (#1) 2019-05-22 18:31:11 +01:00