Commit Graph

20 Commits

Author SHA1 Message Date
web3-bot
3a66ff89a1 sync: update CI config files (#2073)
* bump go.mod to Go 1.19 and run go fix

* stop using the deprecated io/ioutil package

* bump go.mod to Go 1.19 and run go fix

* bump go.mod to Go 1.19 and run go fix

* bump go.mod to Go 1.19 and run go fix

* stop using the deprecated io/ioutil package

* bump go.mod to Go 1.19 and run go fix

* stop using the deprecated io/ioutil package

* update .github/workflows/go-test.yml

* update .github/workflows/go-check.yml

* update .github/workflows/release-check.yml

* various fixes

* stop using deprecated math/rand.Read

---------

Co-authored-by: web3-bot <web3-bot@users.noreply.github.com>
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
2023-02-12 01:18:10 -08:00
Marten Seemann
e6ac836f87 examples: update go-libp2p to v0.23.x (#1803) 2022-10-06 13:04:44 -07:00
Marten Seemann
b7bee3855c remove the context from the libp2p and from the Host contructor 2021-09-18 14:06:56 +02:00
Steven Allen
8217b1f094 fix: deflake multipro echo test
Specifically, wait for the handlers to finish printing before exiting.
2021-08-03 13:36:29 -07:00
Ian Davis
0343b56ad5 chore: add tests for examples 2021-05-07 14:52:47 +01:00
Ian Davis
d340059a80 chore: bring examples back into repository 2021-05-05 10:57:48 +01:00
Steven Allen
0ee6c5a218 extract libp2p examples to go-libp2p-examples
Repo: https://github.com/libp2p/go-lib2p-examples
2018-07-27 11:41:28 -07:00
Steven Allen
41c6834850 refactor for transport changes
Also, make the libp2p constructor fully useful. There should now be no need to
manually construct a swarm/host.
2018-06-04 21:22:24 -07:00
Steven Allen
64a0735718 gx-go unrewrite 2018-02-21 15:01:21 -08:00
Aviv Eyal
3eb465bffe Remove protocol.go 2018-02-21 15:01:21 -08:00
Aviv Eyal
7702e9b8be Minor code cleanup 2018-02-21 15:01:21 -08:00
Aviv Eyal
bf7f80c30a Refactoring 2018-02-21 15:01:21 -08:00
Aviv Eyal
b3d54ab284 Sign all messages 2018-02-21 15:01:21 -08:00
Aviv Eyal
0874c5036e Refactoring 2018-02-21 15:01:21 -08:00
Aviv Eyal
c6bfb4d945 Update node type 2018-02-21 15:01:21 -08:00
Aviv Eyal
f0b185695a fixed typos 2018-02-21 15:01:21 -08:00
Aviv Eyal
3f926c52eb Apply go formatting 2018-02-21 15:01:21 -08:00
Aviv Eyal
54aa54a59a Updated comments 2018-02-21 15:01:21 -08:00
Aviv Eyal
01e1a19c3f updated readme and comments 2018-02-21 15:01:21 -08:00
Aviv Eyal
380ae70ddc Added multi-protocol using protobufs example 2018-02-21 15:01:21 -08:00