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

Multiformats interface (multihash, multicodec, multibase and CID)

Results 40 js-multiformats issues
Sort by recently updated
recently updated
newest added

I want to be able to use async functions in my Block encode/decode.

Make a note about who the owners/maintainers are and where they gather. This helps fix https://github.com/multiformats/js-multiformats/issues/273 This should be merged after: - [ ] https://github.com/multiformats/github-mgmt/pull/83 - [x] https://github.com/libp2p/js-libp2p/pull/2082

Proposal for the #260

Attempt to fix #141 I like that this patch gets rid of `UnibaseDecoder` all together which simplifies things a bit. However I do not like silly `composed` getter it introduces...

need/author-input

If I try to simply include microformats using the script tag provided in the readme, I can only get `CID`, `bytes`, `digest`, `hasher` and `varint`: ```html console.log(Multiformats); ``` ![image](https://github.com/multiformats/js-multiformats/assets/5802849/04fd08bb-80b3-49a3-997a-632a122807f6) Either...

## Background The lack of unified consensus of https://github.com/multiformats/js-multiformats/issues/249 highlighted that there is a lack of clarity on the ownership of this repo. CODEOWNERS isn't defined, and there isn't an...

I just want to decode, but it's not clear how to do it: ```js const decodedBytes = multibase.decode(bytes) ``` ???

We need more docs. The new CID and Block interface aren’t documented at all.

help wanted
good first issue
exp/beginner

## Rational Current `MultihashHasher` API is really simple and a great fit for most cases, however it has certain drawbacks that make it a bad fit for more low-level use...

This bug affects nodejs/test-environments Excerpt from [block.js](https://github.com/multiformats/js-multiformats/blob/4a36fb7ee49edb4300267b90301ef0e4300cbc46/src/block.js#L182C38-L182C38) ```js const bytes = codec.encode(value) //