Steven Allen
8d90b859ff
chore(dep): update go-ws-transport
* Fixes a concurrent write/panic bug.
* Adds WASM support.
5 years ago
dependabot-preview[bot]
ff532fae93
build(deps): bump github.com/libp2p/go-libp2p-core from 0.2.5 to 0.3.0
Bumps [github.com/libp2p/go-libp2p-core](https://github.com/libp2p/go-libp2p-core ) from 0.2.5 to 0.3.0.
- [Release notes](https://github.com/libp2p/go-libp2p-core/releases )
- [Commits](https://github.com/libp2p/go-libp2p-core/compare/v0.2.5...v0.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
dependabot-preview[bot]
7d77f3ed7b
build(deps): bump github.com/ipfs/go-cid from 0.0.3 to 0.0.4
Bumps [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid ) from 0.0.3 to 0.0.4.
- [Release notes](https://github.com/ipfs/go-cid/releases )
- [Commits](https://github.com/ipfs/go-cid/compare/v0.0.3...v0.0.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
dependabot-preview[bot]
d347a08e6a
build(deps): bump github.com/multiformats/go-multiaddr
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr ) from 0.1.2 to 0.2.0.
- [Release notes](https://github.com/multiformats/go-multiaddr/releases )
- [Commits](https://github.com/multiformats/go-multiaddr/compare/v0.1.2...v0.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
dependabot-preview[bot]
bea3a811a5
build(deps): bump github.com/libp2p/go-libp2p-discovery
Bumps [github.com/libp2p/go-libp2p-discovery](https://github.com/libp2p/go-libp2p-discovery ) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/libp2p/go-libp2p-discovery/releases )
- [Commits](https://github.com/libp2p/go-libp2p-discovery/compare/v0.1.0...v0.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
dependabot-preview[bot]
2262669b6b
build(deps): bump github.com/libp2p/go-libp2p-testing
Bumps [github.com/libp2p/go-libp2p-testing](https://github.com/libp2p/go-libp2p-testing ) from 0.1.0 to 0.1.1.
- [Release notes](https://github.com/libp2p/go-libp2p-testing/releases )
- [Commits](https://github.com/libp2p/go-libp2p-testing/compare/v0.1.0...v0.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
dependabot-preview[bot]
8e6e4dfe4a
build(deps): bump github.com/multiformats/go-multiaddr
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr ) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/multiformats/go-multiaddr/releases )
- [Commits](https://github.com/multiformats/go-multiaddr/compare/v0.1.1...v0.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
dependabot-preview[bot]
3998fd0696
build(deps): bump github.com/libp2p/go-libp2p-core from 0.2.4 to 0.2.5
Bumps [github.com/libp2p/go-libp2p-core](https://github.com/libp2p/go-libp2p-core ) from 0.2.4 to 0.2.5.
- [Release notes](https://github.com/libp2p/go-libp2p-core/releases )
- [Commits](https://github.com/libp2p/go-libp2p-core/compare/v0.2.4...v0.2.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years ago
vyzo
d65d0c4bf8
gomod: update go-libp2p-nat to v0.0.5
5 years ago
Steven Allen
94d7efc58e
chore(dep): update libp2p-core and protobuf
* Enforces 2048 bit RSA keys when using OpenSSL
* Updates go-multiaddr-dns for /dns support.
* Update gogo/protobuf and regenerate all protobufs.
5 years ago
Steven Allen
1e889e1867
dep: update
final dep updates before a release
5 years ago
Steven Allen
1938505f5a
dep: update go-multiaddr
for https://github.com/multiformats/go-multiaddr/issues/108
5 years ago
Steven Allen
2fc0af4c10
dep: update go-libp2p-circuit
5 years ago
Raúl Kripalani
a3c39ad62a
dep: upgrade eventbus to v0.1.0 ( #709 )
5 years ago
Steven Allen
1edd9dd300
dep: update go-libp2p-swarm
Fixes a race condition when a user modifies the address list returned by InterfaceListenAddresses.
5 years ago
Cole Brown
c385e71b52
Bump swarm version
5 years ago
Cole Brown
3e4400cc68
Bump secio
5 years ago
Cole Brown
c261182d50
Adjust test timings for Ed25519
5 years ago
Cole Brown
a80fc34f3a
Update deps, mocknet tests
5 years ago
vyzo
46b5513add
gomod: update go-libp2p-circuit
5 years ago
Raúl Kripalani
4a8d3557c0
upgrade peerstore.
5 years ago
Steven Allen
58fa778c37
dep: update go-libp2p-swarm to be less noisy
The noisy tests are getting annoying.
5 years ago
Raúl Kripalani
e69d17141c
integrate the event bus, handle protocol update events, make identify emit deltas ( #659 )
5 years ago
Steven Allen
0635f49abb
fix: update to non-coalescing yamux
6 years ago
Raúl Kripalani
d87f89314c
Consolidate abstractions and core types into go-libp2p-core ( #601 )
6 years ago
vyzo
6813fdd0d1
gomod: update go-ws-transport
6 years ago
vyzo
29d536740b
gomod: update go-libp2p-circuit
6 years ago
vyzo
d3fad322ee
gomod: update go-libp2p-discovery
6 years ago
vyzo
6f25e76e56
gomod: update go-libp2p-circuit@v0.0.8
6 years ago
vyzo
58ac4c8110
gomod: update go-ws-transport
6 years ago
vyzo
cad2c649ac
gomod: update go-libp2p-autonat
6 years ago
Steven Allen
26f880b899
dep: import go-smux-* into the libp2p org
0. I imported whyrusleeping/go-smux-* into go mod.
1. To handle post-1.0 tags, I renamed all of our "gx" tags to "gx/v..." as we
did with the rest of libp2p.
2. This broke _everything_ because `go mod` absolutely can't deal with deleted
tags if any transitive go.sum file mentions the tag.
3. To fix this, I first got rid of all mentions of these 2.x+incompatible tags.
4. Unfortunately, I realized this was still going to be a nightmare for
downstream users as a `go get github.com/libp2p/go-libp2p@latest` on a fresh
clone (no go mod cache) would fail. I didn't want to have to explain to all
of our downstream users "please delete your go.sum files!".
5. So I did what I should have done in the first place:
a. I restored those tags.
b. I forked all the whyrusleeping/go-smux-* repositories (and
whyrusleeping/yamux) into the libp2p org where.
c. I removed all tags but the _new_ go-mod tags on those new libp2p repos.
What does this mean for downstream users? If they manually import any of these
stream muxer repos, they'll have to fix their imports. Otherwise, it shouldn't
make a difference.
6 years ago
Steven Allen
dea021f127
dep: update go-smux-*
And friends. Emergency release to handle some tags I deleted.
6 years ago
vyzo
946aa0e70d
gomod: update go-mplex@v0.0.3
6 years ago
vyzo
661843a33b
gomod: update go-libp2p-interface-connmgr
6 years ago
vyzo
f3ed4cf7e8
gomod: update go-libp2p-peerstore@v0.0.6
6 years ago
vyzo
fc6f373465
gomod: update go-libp2p-discovery
6 years ago
vyzo
fb404b5c2a
gomod: update go-mplex
6 years ago
Steven Allen
708d17c2d0
dep: update goprocess
fixes a panic and has a few more perf improvements
6 years ago
Steven Allen
e8e29ddabc
dep: update multihash, multiaddr, and peer
Also updates our base58 library.
6 years ago
vyzo
d8fed21c5d
gomod: update go-multistream
6 years ago
Steven Allen
1b9cf3e2cb
test: disable flaky autorelay test in CI
This keeps breaking travis.
6 years ago
Steven Allen
26fe9dc6c9
dep: update goprocess
1. It now supports go modules.
2. It should spawn fewer goroutines, especially when used with contexts.
6 years ago
vyzo
b5b6230ded
gomod: update go-libp2p-circuit
6 years ago
vyzo
a1bae0a3ef
gomod: update go-libp2p-host, go-libp2p-interface-connmgr
6 years ago
vyzo
afd88c4dce
gomod: update go-libp2p-crypto
6 years ago
vyzo
b481650dbc
gomod: update go-libp2p-circuit
6 years ago
vyzo
273a5f2a9d
update go-multistream
6 years ago
Steven Allen
621aa0da19
dep: update peerstore and secio
Pull in a panic fix and a fix for https://github.com/libp2p/go-mplex/issues/43
6 years ago
vyzo
8e2547048f
gomod: update go-libp2p-peerstore
6 years ago