js-multiaddr icon indicating copy to clipboard operation
js-multiaddr copied to clipboard

JavaScript implementation of multiaddr

Results 9 js-multiaddr issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Multiple issues across the JS ecosystem when new protocols are added. https://github.com/multiformats/js-multiaddr/blob/6cfb7add2e3a8048a20d44ca76393371ebf4e121/src/protocols-table.ts#L4-L55 **To Reproduce** Steps to reproduce the behavior: 1. pull down repo ipfs/ipfs-webui 2. `git checkout...

kind/bug
need/triage

Bumps [aegir](https://github.com/ipfs/aegir) from 43.0.3 to 44.1.0. Release notes Sourced from aegir's releases. v44.1.0 44.1.0 (2024-07-29) Features move tsc linter rules to eslint (#1513) (f78c9ac) v44.0.3 44.0.3 (2024-07-29) Bug Fixes unpin...

dependencies

Bumps [sinon](https://github.com/sinonjs/sinon) from 18.0.1 to 19.0.2. Changelog Sourced from sinon's changelog. 19.0.2 4eb4c4bc Use fix 13.0.2 version of fake-timers to get Date to pass instanceof checks (Carl-Erik Kopseng) a5b03db3 Add...

dependencies

related: #310 In golang, can register a protocol, but js has no way to use its own protocol. Implement registerProtocol.

Bumps [sinon](https://github.com/sinonjs/sinon) from 19.0.2 to 20.0.0. Changelog Sourced from sinon's changelog. 20.0.0 b6daed26 chore!: remove usingPromise (Morgan Roderick) Everyone should be using native promises by now, or should know how...

dependencies
javascript

Bumps [aegir](https://github.com/ipfs/aegir) from 45.0.9 to 45.1.4. Release notes Sourced from aegir's releases. v45.1.4 45.1.4 (2025-03-19) Bug Fixes update dictionary (07eeb7b) v45.1.3 45.1.3 (2025-03-10) Bug Fixes do not spell check string...

dependencies
javascript

Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 17.0.3 to 17.0.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/sinon&package-manager=npm_and_yarn&previous-version=17.0.3&new-version=17.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

This PR adds a retrieval code as draft to hint what kind of retrieval protocols one host may run. e.g. `/ip4/.../p2p/qmfoo/tag/bitswap/tag/http` as discussed This enables us to be able to...