public-gateway-checker
public-gateway-checker copied to clipboard
Checks which public gateways are online or not
Bumps [zod](https://github.com/colinhacks/zod) from 3.22.2 to 3.23.8. Release notes Sourced from zod's releases. v3.23.8 Commits: 0f4d403558ae0490c711e4c2bfcf6c200bd14e11 Add Bronze logos (#3470) 19687315b5b24bbd1ff6c346bfc2975700221748 Tweak tiers (#3471) eda7df314399929f7ed737423868a5a0780cd944 Change RefinementCtx to interface ca42965df46b2f7e2747db29c40a26bcb32a51d5 v3.23.8...
Bumps [eslint-config-ipfs](https://github.com/ipfs/eslint-config-ipfs) from 6.0.1 to 7.0.0. Release notes Sourced from eslint-config-ipfs's releases. v7.0.0 7.0.0 (2024-05-01) ⚠ BREAKING CHANGES eslint-config-love requires updated peer dependencies Dependencies upgrade deps, replace eslint-config-standard-with-typescript with eslint-config-love...
Bumps [aegir](https://github.com/ipfs/aegir) from 42.2.3 to 42.2.11. Release notes Sourced from aegir's releases. v42.2.11 42.2.11 (2024-05-01) Bug Fixes revert #1512 (eea2bd1) v42.2.10 42.2.10 (2024-05-01) Bug Fixes do not escape GitHub alerts...
Bumps the npm_and_yarn group with 1 update in the / directory: [ejs](https://github.com/mde/ejs). Updates `ejs` from 3.1.8 to 3.1.10 Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 v3.1.9 Version 3.1.9...
Bumps [workbox-window](https://github.com/googlechrome/workbox) from 7.0.0 to 7.1.0. Commits 9e69c42 v7.1.0 e09ea45 Dependencies update (#3311) a30d1aa Update README eb8a9c0 Bump @rollup/plugin-node-resolve (#3271) 2f38ba4 Create CODE_OF_CONDUCT.md (#3243) 70b1088 fix(rollup-plugin): replace package rollup-plugin-terser by...
Bumps [workbox-build](https://github.com/googlechrome/workbox) from 7.0.0 to 7.1.0. Commits 9e69c42 v7.1.0 e09ea45 Dependencies update (#3311) a30d1aa Update README eb8a9c0 Bump @rollup/plugin-node-resolve (#3271) 2f38ba4 Create CODE_OF_CONDUCT.md (#3243) 70b1088 fix(rollup-plugin): replace package rollup-plugin-terser by...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.4 to 5.4.5. Release notes Sourced from typescript's releases. TypeScript 5.4.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...
requests to w3s.link for an ipfs path are redirected to a cid subdomain. ```shell $ curl https://w3s.link/ipfs/bafybeih5vqf7w376d3qs3xse7kw4glsyoqmjkkxc622mtirafb7nguwzmu -I HTTP/2 301 date: Fri, 23 Feb 2024 16:45:00 GMT location: https://bafybeih5vqf7w376d3qs3xse7kw4glsyoqmjkkxc622mtirafb7nguwzmu.ipfs.w3s.link/ access-control-allow-origin:...
Hello, Even when a gateway is online, a specific file might not be available on it. Therefore, it would be nice to be able to input a `/ipfs/something` path to...
The [ipfs/gateway-conformance](https://github.com/ipfs/gateway-conformance) has reached a point where we should be able to generate most of the info needed by our public gateway checker. Reusing the project should reduce maintenance and...