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
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
Thanks a lot @hugomrdias. This will be super helpful in getting the next release of OrbitDB out |
2 tasks
2 tasks
This was referenced May 12, 2020
Just checking on this - |
yes |
hugomrdias
force-pushed
the
feat/sync-with-go-ipfs-0.5
branch
from
May 18, 2020 11:39
6f2d44b
to
f01a058
Compare
- ipfs.ls remove all options in core api, but keep `long` in http api and cli same as go-ipfs - remove sort from the cli and ignore go-ipfs `U` option - enable http api mfs tests
- rewrite dht get/put tests - unskip dht get and put tests in http client - dht get accepts string or buffer - dht put uses body to send data instead of query string - http-client dht get returns a buffer to match core api
- add test for floodsub - fix gossipsub test, needs a delay after seeing the peers to be able to delivers msgs to others
sort peers to be able to compare
- add undefined msg test - ipfs api supports msg in the body
1 task
SgtPooki
referenced
this pull request
in ipfs/js-kubo-rpc-client
Aug 18, 2022
New features: - `ipfs.dht.get` accepts string or buffer - http-client `ipfs.dht.get` returns a buffer to match core api Breaking changes: - ipfs.ls remove all options in core api, but keep `long` in http api and cli same as go-ipfs - remove sort from the cli and ignore go-ipfs `U` option - enable http api mfs tests - key.gen defaults, to rsa and 2048 - pin.list only supports streaming responses - -U argument to `files.ls` has been removed - dht put uses body to send data instead of query string Co-authored-by: Alex Potsides <alex@achingbrain.net>
This was referenced Jan 7, 2024
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.
long
in http api and cli same as go-ipfsU
optionU
args infiles.ls
doesn't seem to sort (ignore)needs:
ipfs/interop#113
Tracking issue #3030