This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: upgrade to the new multiformats #3556
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vmx
force-pushed
the
js-dag-pb
branch
2 times, most recently
from
March 12, 2021 18:08
f55e32d
to
8802324
Compare
Merged
This commits adds the BlockService directly to IPFS. It takes js-multiformats CIDs as input and also returns new style blocks and no longer IpldBlocks. It currently converts those CIDs and blocks into the legacy format, in order to be compatible with the current ipfs-repo and ipfs-bitswap implementations. In the future this kind of conversion will disappear, once the full stack is using js-multiformats.
20 tasks
achingbrain
changed the title
chore: upgrade unixfs
chore: upgrade to the new multiformats
Jun 21, 2021
Closed
achingbrain
changed the title
chore: upgrade to the new multiformats
feat: upgrade to the new multiformats
Jul 19, 2021
Since this changes the underlaying nodejs version supported which has consequences for various build tooling, will the major version be bumped when this is released? |
The supported node versions are Current and Active LTS which at the time of writing are CI is still run on these versions, the change you may be referring to here is switching what version the GH actions run on, which just do typechecking and report bundle size changes. Where modules are |
This was referenced Sep 13, 2021
This was referenced Oct 15, 2021
This was referenced Feb 7, 2022
SgtPooki
referenced
this pull request
in ipfs/js-kubo-rpc-client
Aug 18, 2022
- Replaces the old [interface-ipld-format](https://github.com/ipld/interface-ipld-format) stack with the new [multiformats](https://github.com/multiformats/js-multiformats) stack. - The Block API takes/returns `Uint8Array`s instead of [ipld-block](https://github.com/ipld/js-ipld-block) objects BREAKING CHANGE: ipld-formats no longer supported, use multiformat BlockCodecs instead Co-authored-by: Rod Vagg <[email protected]> Co-authored-by: achingbrain <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.