Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-08-22 | 3.8 kB | |
v0.1.0 source code.tar.gz | 2024-08-22 | 126.0 kB | |
v0.1.0 source code.zip | 2024-08-22 | 133.5 kB | |
Totals: 3 Items | 263.3 kB | 1 |
First release of IPFS Check, a debugging tool for checking the retrievability of CID from an IPFS peer
What's Changed
- add timing information to bitswap check by @whyrusleeping in https://github.com/ipfs/ipfs-check/pull/1
- make website more user-friendly by @mishmosh in https://github.com/ipfs/ipfs-check/pull/2
- feat: spruced website by @olizilla in https://github.com/ipfs/ipfs-check/pull/3
- fix: add form validation and mobile friendly scaling by @olizilla in https://github.com/ipfs/ipfs-check/pull/4
- fix: a typo by @lidel in https://github.com/ipfs/ipfs-check/pull/5
- Point people towards the Accelerated DHT Client by @aschmahmann in https://github.com/ipfs/ipfs-check/pull/7
- Loop through found addrs manually & insert newlines by @momack2 in https://github.com/ipfs/ipfs-check/pull/10
- chore: update deps by @aschmahmann in https://github.com/ipfs/ipfs-check/pull/12
- docs: explain how to find a peer's multiaddr by @aschmahmann in https://github.com/ipfs/ipfs-check/pull/11
- fix libp2p initialization errors by @aschmahmann in https://github.com/ipfs/ipfs-check/pull/14
- Query by peerID rather than full multiaddr by @aschmahmann in https://github.com/ipfs/ipfs-check/pull/15
- feat: encode formdata in url query for much share by @olizilla in https://github.com/ipfs/ipfs-check/pull/21
- feat: add dockerfile by @alanshaw in https://github.com/ipfs/ipfs-check/pull/20
- feat: add telemetry by @SgtPooki in https://github.com/ipfs/ipfs-check/pull/30
- fix: fix typo by @achingbrain in https://github.com/ipfs/ipfs-check/pull/32
- chore: extract daemon & update to go 1.19 by @laurentsenta in https://github.com/ipfs/ipfs-check/pull/33
- Update Dependencies & Go by @hacdias in https://github.com/ipfs/ipfs-check/pull/35
- fix context timout by @2color in https://github.com/ipfs/ipfs-check/pull/37
- fix: enable hole punching for test host by @2color in https://github.com/ipfs/ipfs-check/pull/39
- fix: update go-libp2p and other deps by @2color in https://github.com/ipfs/ipfs-check/pull/41
- ci: uci/copy-templates by @web3-bot in https://github.com/ipfs/ipfs-check/pull/36
- Improve docs, ux, and improve output with new connection maddr field that was used for the connection by @2color in https://github.com/ipfs/ipfs-check/pull/38
- fix: return all check connection maddrs by @2color in https://github.com/ipfs/ipfs-check/pull/45
- fix: tests by @2color in https://github.com/ipfs/ipfs-check/pull/46
- fix: improve mobile view by making overflown output scrollable by @2color [#49] https://github.com/ipfs/ipfs-check/pull/49
New Contributors
- @whyrusleeping made their first contribution in https://github.com/ipfs/ipfs-check/pull/1
- @mishmosh made their first contribution in https://github.com/ipfs/ipfs-check/pull/2
- @olizilla made their first contribution in https://github.com/ipfs/ipfs-check/pull/3
- @lidel made their first contribution in https://github.com/ipfs/ipfs-check/pull/5
- @aschmahmann made their first contribution in https://github.com/ipfs/ipfs-check/pull/7
- @momack2 made their first contribution in https://github.com/ipfs/ipfs-check/pull/10
- @alanshaw made their first contribution in https://github.com/ipfs/ipfs-check/pull/20
- @SgtPooki made their first contribution in https://github.com/ipfs/ipfs-check/pull/30
- @achingbrain made their first contribution in https://github.com/ipfs/ipfs-check/pull/32
- @laurentsenta made their first contribution in https://github.com/ipfs/ipfs-check/pull/33
- @hacdias made their first contribution in https://github.com/ipfs/ipfs-check/pull/35
- @2color made their first contribution in https://github.com/ipfs/ipfs-check/pull/37
- @web3-bot made their first contribution in https://github.com/ipfs/ipfs-check/pull/36
Full Changelog: https://github.com/ipfs/ipfs-check/commits/v0.1.0