-
Notifications
You must be signed in to change notification settings - Fork 15
Comparing changes
Open a pull request
base repository: ipfs/interop
base: 4ebecb743231daf3f2ab5d7a6cb3fa5108f2f050
head repository: ipfs/interop
compare: 81e4063d95e9b5e88376ffe4fd78bbd2b0dda377
Commits on Jul 19, 2021
-
chore: update to new multiformats (#334)
BREAKING CHANGE: uses the new CID class from multiformats and supporting modules
Configuration menu - View commit details
-
Copy full SHA for baf06be - Browse repository at this point
Copy the full SHA baf06beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98ec924 - Browse repository at this point
Copy the full SHA 98ec924View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7457aef - Browse repository at this point
Copy the full SHA 7457aefView commit details
Commits on Aug 5, 2021
-
fix: use recursive ls instead of get to count files (#353)
`ipfs.get` is supposed to return tarballs, so use `ipfs.ls` to count files instead as that's what it's there for.
Configuration menu - View commit details
-
Copy full SHA for 0bfdf65 - Browse repository at this point
Copy the full SHA 0bfdf65View commit details -
Configuration menu - View commit details
-
Copy full SHA for fab39cb - Browse repository at this point
Copy the full SHA fab39cbView commit details
Commits on Aug 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 87f8a06 - Browse repository at this point
Copy the full SHA 87f8a06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3326802 - Browse repository at this point
Copy the full SHA 3326802View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a1ea78 - Browse repository at this point
Copy the full SHA 6a1ea78View commit details
Commits on Sep 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 60ab496 - Browse repository at this point
Copy the full SHA 60ab496View commit details -
Configuration menu - View commit details
-
Copy full SHA for aedcf0d - Browse repository at this point
Copy the full SHA aedcf0dView commit details
Commits on Sep 14, 2021
-
chore: upgrade to GitHub-native Dependabot (#283)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for de0b96b - Browse repository at this point
Copy the full SHA de0b96bView commit details
Commits on Sep 24, 2021
-
chore: update to new globsource api (#367)
Updates code as sig has changed. - removes redundant tests - switches to esm - updates deps - swaps travis for gh actions BREAKING CHANGE: requires the latest js-ipfs release
Configuration menu - View commit details
-
Copy full SHA for 0e41e90 - Browse repository at this point
Copy the full SHA 0e41e90View commit details -
Configuration menu - View commit details
-
Copy full SHA for e99eafe - Browse repository at this point
Copy the full SHA e99eafeView commit details
Commits on Sep 28, 2021
-
chore: switch to signalling server module (#371)
The webrtc signalling server has been split out of the transport module into it's own package so use that.
Configuration menu - View commit details
-
Copy full SHA for a036783 - Browse repository at this point
Copy the full SHA a036783View commit details -
Configuration menu - View commit details
-
Copy full SHA for d50c3c6 - Browse repository at this point
Copy the full SHA d50c3c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77894f2 - Browse repository at this point
Copy the full SHA 77894f2View commit details -
fix: use ipfs.addAll for directories (#373)
We need to use ipfs.add for single bits of content and ipfs.addAll for multiple bits of content.
Configuration menu - View commit details
-
Copy full SHA for 92c0f98 - Browse repository at this point
Copy the full SHA 92c0f98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 751d360 - Browse repository at this point
Copy the full SHA 751d360View commit details
Commits on Oct 14, 2021
-
fix: resolve bin using env var, then fall back to module (#383)
We were importing `'go-ipfs'` if `IPFS_GO_IPFS_MODULE` wasn't set in the env, but we only need `'go-ipfs'` to get the bin path, which should be settable using the `IPFS_GO_EXEC` env var, so if we have that, don't try to load `'go-ipfs'`.
Configuration menu - View commit details
-
Copy full SHA for d6674b8 - Browse repository at this point
Copy the full SHA d6674b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 048db38 - Browse repository at this point
Copy the full SHA 048db38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99502a7 - Browse repository at this point
Copy the full SHA 99502a7View commit details
Commits on Oct 25, 2021
-
fix: disable pubsub due to wire format changes (#388)
This temporarily disables pubsub tests as we are unable to test interop until both JS and GO changes land: - ipfs/kubo#8183 - ipfs/js-ipfs#3922 When we have that, we will re-enable skipped tests in #387
Configuration menu - View commit details
-
Copy full SHA for 344f692 - Browse repository at this point
Copy the full SHA 344f692View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee74b56 - Browse repository at this point
Copy the full SHA ee74b56View commit details -
Configuration menu - View commit details
-
Copy full SHA for b336024 - Browse repository at this point
Copy the full SHA b336024View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1390c70 - Browse repository at this point
Copy the full SHA 1390c70View commit details -
clarify that we dont use aegir and publish entire root, not just `./dist` to save time the next person :^)
Configuration menu - View commit details
-
Copy full SHA for 1d52b9e - Browse repository at this point
Copy the full SHA 1d52b9eView commit details
Commits on Nov 16, 2021
-
Add a description for how to run a particular test locally
Configuration menu - View commit details
-
Copy full SHA for b361f74 - Browse repository at this point
Copy the full SHA b361f74View commit details
Commits on Nov 17, 2021
-
feat: scripts/custom-runtime.sh
This extracts glue code that simplifies running interop against unreleased code of go-ipfs and js-ipfs packages from lerna monorepo. Makes it easier to demonstrate green CI and/or test end-to-end locally before submitting a PR.
Configuration menu - View commit details
-
Copy full SHA for f62da35 - Browse repository at this point
Copy the full SHA f62da35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69ded0b - Browse repository at this point
Copy the full SHA 69ded0bView commit details -
Merge pull request #397 from ipfs/feat/custom-runtime-script
feat: scripts/custom-runtime.sh
Configuration menu - View commit details
-
Copy full SHA for 9d36595 - Browse repository at this point
Copy the full SHA 9d36595View commit details
Commits on Nov 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 278e2a0 - Browse repository at this point
Copy the full SHA 278e2a0View commit details -
fix: use new go-ipfs sharding option to lower the threshold to the mi…
…nimum for compatibility with existing tests
Configuration menu - View commit details
-
Copy full SHA for 360deb9 - Browse repository at this point
Copy the full SHA 360deb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f111a - Browse repository at this point
Copy the full SHA e1f111aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3004b52 - Browse repository at this point
Copy the full SHA 3004b52View commit details -
Merge pull request #400 from ipfs/feat/go-libp2p-0.16-and-sharding-co…
…nfig-option feat: go-libp2p 0.16 and autosharding
Configuration menu - View commit details
-
Copy full SHA for 9562422 - Browse repository at this point
Copy the full SHA 9562422View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc7ce04 - Browse repository at this point
Copy the full SHA dc7ce04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ffe4d0 - Browse repository at this point
Copy the full SHA 1ffe4d0View commit details
Commits on Dec 16, 2021
-
feat: pubsub multibase and expanded dht (#410)
Updates `pubsub` interop tests with HTTP RPC wire format changes introduced in ipfs/js-ipfs#3922 and ipfs/kubo#8183 and runs against the code from mentioned PRs (js-ipfs from ipfs/js-ipfs#3922 + go-ipfs 0.11.0-rc1) to ensure things work end-to-end. Expands DHT tests. Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 7063e6f - Browse repository at this point
Copy the full SHA 7063e6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68c2a50 - Browse repository at this point
Copy the full SHA 68c2a50View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd43a59 - Browse repository at this point
Copy the full SHA dd43a59View commit details
Commits on Jan 26, 2022
-
fix: disable js dht during circuit tests (#430)
There aren't enough peers to use the DHT during circuit tests, so disable it for JS the same way it's disabled for Go.
Configuration menu - View commit details
-
Copy full SHA for 8a1bbd5 - Browse repository at this point
Copy the full SHA 8a1bbd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b6289a - Browse repository at this point
Copy the full SHA 0b6289aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7fff84 - Browse repository at this point
Copy the full SHA b7fff84View commit details -
chore: restore ci tests on default branch (#424)
Rationale: - we finished landing and releasing all the breaking changes around go-ipfs 0.10 and 0.11, and switched to stable release versions of js-ipfs and go-ipfs - running on master here will make it easy for us to determine if interop failures in js-ipfs/go-ipfs CI is upstream issue, or local. Closes #409
Configuration menu - View commit details
-
Copy full SHA for 037f902 - Browse repository at this point
Copy the full SHA 037f902View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd8767c - Browse repository at this point
Copy the full SHA bd8767cView commit details -
chore(release): 8.0.1 [skip ci]
### [8.0.1](v8.0.0...v8.0.1) (2022-01-26) ### Bug Fixes * disable js dht during circuit tests ([#430](#430)) ([8a1bbd5](8a1bbd5)) ### Trivial Changes * add auto-release ([b7fff84](b7fff84)) * restore ci tests on default branch ([#424](#424)) ([037f902](037f902)), closes [#409](#409) * update build config ([bd8767c](bd8767c)) * update lockfile ([0b6289a](0b6289a))
Configuration menu - View commit details
-
Copy full SHA for 14e8262 - Browse repository at this point
Copy the full SHA 14e8262View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2e7630 - Browse repository at this point
Copy the full SHA b2e7630View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcc706e - Browse repository at this point
Copy the full SHA fcc706eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4c783a - Browse repository at this point
Copy the full SHA f4c783aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f19a45 - Browse repository at this point
Copy the full SHA 9f19a45View commit details
There are no files selected for viewing
This file was deleted.