Sukun
301a197a76
examples: fix flaky multipro TestMain ( #2289 )
...
* examples: fix flaky multipro TestMain
* better to synchronise
2023-05-15 00:03:15 -07:00
Marten Seemann
e6ac836f87
examples: update go-libp2p to v0.23.x ( #1803 )
2022-10-06 13:04:44 -07:00
web3-bot
eff72c4afa
sync: update CI config files ( #1678 )
...
* bump go.mod to Go 1.18 and run go fix
* bump go.mod to Go 1.18 and run go fix
* bump go.mod to Go 1.18 and run go fix
* bump go.mod to Go 1.18 and run go fix
* run gofmt -s
* update .github/workflows/go-test.yml
* update .github/workflows/go-check.yml
* stop using the deprecated io/ioutil package
Co-authored-by: web3-bot <web3-bot@users.noreply.github.com >
Co-authored-by: Marten Seemann <martenseemann@gmail.com >
2022-08-17 01:05:51 -07: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
Lasse Johnsen
af49ef4b87
Error assignment fix
2021-07-02 16:05:08 +01:00
Steven Allen
1c2abee4fb
fix: fix example import paths
2021-05-07 17:59:04 -07: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
67fb60d95b
switch to google's uuid library
2018-07-12 13:25:02 +02:00
Steven Allen
6e3c94f943
switch multipro example to a different UUID package
...
We already have this one imported into GX. Saves the effort of importing a
different one.
2018-02-21 15:07:55 -08:00
Steven Allen
6297f79d77
fix example import
...
(need to use the canonical repository location for everything to work)
2018-02-21 15:01:21 -08:00
Steven Allen
64a0735718
gx-go unrewrite
2018-02-21 15:01:21 -08:00
Aviv Eyal
05928a9417
Make sendProtoMessage a method
2018-02-21 15:01:21 -08:00
Aviv Eyal
9f7564448d
Refactoring
2018-02-21 15:01:21 -08:00
Aviv Eyal
7702e9b8be
Minor code cleanup
2018-02-21 15:01:21 -08:00
Aviv Eyal
efdab23082
Use pointers for methods to avoid copying
2018-02-21 15:01:21 -08:00
Aviv Eyal
8d6313d195
Go frmt proj
2018-02-21 15:01:21 -08:00
Aviv Eyal
4b231df997
log.Fatal() -> log.Println()
2018-02-21 15:01:21 -08:00
Aviv Eyal
bf7f80c30a
Refactoring
2018-02-21 15:01:21 -08:00
Aviv Eyal
0b1ed3936a
Authenticate ping protocol messages
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
f1dd3185b4
Formatting
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
380ae70ddc
Added multi-protocol using protobufs example
2018-02-21 15:01:21 -08:00