forked from MarcelRaschke/js-ipfs
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from MarcelRaschke:master #148
Open
pull
wants to merge
25
commits into
47-studio-org:master
Choose a base branch
from
MarcelRaschke:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
If we specify the return type of the `getIt` util, tsc will know what type `this` is in the test context so we can remove the error overrides.
) `multiformats@11.x.x` shipped with a [breaking change](multiformats/js-multiformats#230) so update all deps using multiformats to the latest version.
Lerna is required for monorepo prereleases
Updates to latest version with new multiformats dependency
Use the new `release-rc` command in aegir to publish release candidates instead of lerna.
Recent node versions ship with a global fetch which requires the duplex option to be set when sending readable streams as the request body so ensure we have the latest ipfs-utils that sets that option.
Updates to version with latest multiformats dep
Use the default gossipsub behaviour of not allowing publishing message to zero peers. If a user publishes a message they may be surprised to find it's not been recieved by anyone, so instead an error should be thrown when there are no peers that will receive a message.
If you write to an MFS directory with `rawLeaves: true`, it'll error out when doing a read saying `Error: /example-0/example.txt was not a file`. This accounts for that case by handling the `raw` type the same as a file. Co-authored-by: Mauve Signweaver <RangerMauve@mauve.moe> Co-authored-by: Alex Potsides <alex@achingbrain.net>
Update to release version of libp2p
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update deps to use latest multiformats
Update readme badges and align dep versions
Build file is `test.yml` not `js-test-and-release.yml`
Removes out of date link
FYI: js-ipfs is being deprecated in favor of [Helia](https://github.com/ipfs/helia). You can learn more about this deprecation and the corresponding migration guide [here](ipfs#4336). Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
Adds a notice to every readme advising of deprecation and containing pointers to docs that help with the upgrade to Helia.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )