Steven Allen
2dedcd0f22
test: disable flaky upstream testing
4 years ago
Steven Allen
209d901fd0
ci: only run upstream/interop tests on master/PRs
These are pretty expensive so there's no need to run them on push.
4 years ago
Steven Allen
911ef85959
ci: action names
4 years ago
Steven Allen
47ce6e52c4
feat: add upstream & interop tests
Add tests to link in new libp2p release in upstream repos and interop
tests. This way, we'll very quickly know if something is broken.
4 years ago
Steven Allen
7dc0e1112e
Merge pull request #1100 from libp2p/remove-codecov
remove Codecov config
4 years ago
Marten Seemann
b6cef7f407
remove Codecov config
4 years ago
Steven Allen
579ab30ab5
Merge pull request #1099 from libp2p/doc/document-default-connmgr
doc: document standard connection manager
4 years ago
Steven Allen
46b0ec92ff
doc: document standard connection manager
Otherwise, it's completely undiscoverable.
4 years ago
Steven Allen
9996dd3df2
Merge pull request #1096 from libp2p/doc/update-release-process
doc: update the release process after running through it
4 years ago
Marten Seemann
fcf3b61705
Merge pull request #1098 from libp2p/go-mod-tidy
run go mod tidy in the examples
4 years ago
Marten Seemann
cb45a3df61
run go mod tidy in the examples
4 years ago
Steven Allen
18387b02df
Merge pull request #1097 from libp2p/chore/fixup-examples
Cleanup some remaining examples nits
4 years ago
Steven Allen
bffc18861f
doc(examples): remove incorrect readme
The described command depends on the user's environment and is unlikely
to be portable. Remove it so as not to confuse users.
4 years ago
Steven Allen
1c7f26e08c
doc(examples): remove unecessary header info
This is already covered in the project readme.
4 years ago
Steven Allen
10c163ba09
doc(examples): remove outdated troubleshooting
All hail go modules. Go path issues like this are no longer an issue.
4 years ago
Marten Seemann
52d3e89ea4
Merge pull request #1092 from iand/test-examples
chore: bring examples back into repository and add tests
4 years ago
Steven Allen
eee730bd80
doc: update the release process after running through it
1. Don't bother with making a release branch. We don't have enough
changes being merged to master to need one.
2. Remove preload, hydra, filecoin, etc. infra testing. This really
isn't necessary for a libp2p release.
3. Note that the release process should be updated post release.
4 years ago
Steven Allen
035edd3a80
Merge pull request #1095 from libp2p/fix/mkreleasenotes
fix(mkreleasenotes): handle first commit
4 years ago
Steven Allen
0b23836472
fix(mkreleasenotes): handle first commit
It has no parents.
4 years ago
Steven Allen
e6be34b41e
Merge pull request #1093 from libp2p/chore/update-yamux
chore: update yamux
4 years ago
Steven Allen
45cbfc1fdf
chore(deps): update yamux
4 years ago
Ian Davis
d18fa0f710
Add .gitignore for each example
4 years ago
Ian Davis
42923d210d
Cleanup some references to old examples repo
4 years ago
Ian Davis
c58256dfd9
Delete examples license and obsolete CI configs
4 years ago
Steven Allen
127b58b758
fix: remove deprecated pubsub calls in examples
4 years ago
Steven Allen
9243a830cb
chore: fix staticcheck errors
4 years ago
Steven Allen
141f163d72
chore: remove broken example
This example doesn't actually work.
4 years ago
Steven Allen
1c2abee4fb
fix: fix example import paths
4 years ago
Ian Davis
0343b56ad5
chore: add tests for examples
4 years ago
Ian Davis
76e1ce667e
Fix up example readmes, submodules and gitignore
4 years ago
Ian Davis
d340059a80
chore: bring examples back into repository
4 years ago
Steven Allen
2deeabd72b
Merge pull request #1080 from libp2p/feat/release-process
doc: add a basic release process
4 years ago
Steven Allen
121cd00346
doc(release): update to reflect automated tests
4 years ago
Steven Allen
164a011f1d
doc(release): document dep update process
4 years ago
Steven Allen
79871ee3c6
Merge pull request #1089 from libp2p/chore/update-deps
chore: update yamux
4 years ago
Steven Allen
b7e0282037
test: rewrite backpressure test
We just want to make sure we don't keep writing forever if the other
side isn't reading.
4 years ago
Steven Allen
4fa48655bb
chore: update yamux
4 years ago
Steven Allen
3e5c305456
Merge pull request #1088 from libp2p/feat/expose-autonat
fix: re-expose AutoNAT service on BasicHost
4 years ago
Steven Allen
e482b45c66
fix: re-expose AutoNAT service on BasicHost
Unfortunately, lotus relies on this and we don't have a good alternative
at the moment.
1. The "correct" way to get the status is to subscribe to the
"discoverability" events and read the first event (you're guaranteed to
see a "current status" event). However, this is a bit annoying.
2. Ideally, you'd call host.Addrs() to get the list of "good" addresses.
Unfortunately, we don't feed enough information back into the Host from
AutoNAT for this to be truly useful (yet).
4 years ago
Steven Allen
a8e8215edc
Merge pull request #1087 from libp2p/chore/update-deps
chore: update deps
4 years ago
Steven Allen
7ab7b978b7
chore: update deps
4 years ago
Steven Allen
47266240e5
Merge pull request #1086 from libp2p/remove-news
remove NEWS.md
4 years ago
Marten Seemann
03e57a24fd
remove NEWS.md
Latest meaningful change to this file was in June 2018. That's pretty old news.
4 years ago
Steven Allen
a461447ecb
Merge pull request #1084 from libp2p/fix/deflake-proto-change
test: deflake TestProtoDowngrade
4 years ago
Steven Allen
c7902333be
test: deflake TestProtoDowngrade
1. Don't write "nil". Not all writers handle this well.
2. Write/read an entire string.
3. Improve debuggability.
4. Move the sleep. We _don't_ need to wait for disconnect notifications.
We _do_ need to wait for the protocol event change to propagate.
4 years ago
Steven Allen
4ca9ecd8de
Merge pull request #1083 from libp2p/web3-bot/sync
sync: update CI config files (and fix tests)
4 years ago
Steven Allen
a6747e5b72
test: deflake tests
4 years ago
Steven Allen
0a1044392a
chore: update go-libp2p-peerstore
Fixes an issue where, when using peerstore.UpdateAddrs to set the "TTL"
to 0, the specified addresses might subsequently be returned from
peerstore.Addrs.
4 years ago
web3-bot
2e491cb451
add .github/workflows/go-check.yml
4 years ago
web3-bot
bc82ad32d0
add .github/workflows/go-test.yml
4 years ago