Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

feat: sync with go-ipfs 0.5 #3013

Merged
merged 30 commits into from
Jun 4, 2020
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e230337
chore: update aegir, ctl and go-ipfs
hugomrdias Apr 29, 2020
22fbf54
fix: ipfs ls options
hugomrdias Apr 29, 2020
4c55786
fix: key.gen defaults, to rsa and 2048
hugomrdias Apr 29, 2020
5997b6e
fix: remove support for non stream responses
hugomrdias Apr 29, 2020
cfda600
fix: update deps and fix go-ipfs flag
hugomrdias May 5, 2020
2e1a45c
fix: fix dht get and put
hugomrdias May 18, 2020
4765446
fix: fix pubsub tests
hugomrdias May 18, 2020
80a1d0c
fix: skip broken bitswap test
hugomrdias May 18, 2020
157676c
fix: fix bootstrap rm test
hugomrdias May 18, 2020
562ed08
fix: fix dht get timeout test
hugomrdias May 18, 2020
e4f5d63
fix: add the gossipsub delay to the other tests
hugomrdias May 18, 2020
5ecc6ea
chore: update to 0.5.1
hugomrdias May 18, 2020
d5f018b
fix: add abort controller to interface-core
hugomrdias May 18, 2020
d19f1f5
fix: pubsub publish
hugomrdias May 18, 2020
a86ddef
fix: query validation for pubsub publish
hugomrdias May 18, 2020
7d1d781
fix: http server test
hugomrdias May 19, 2020
8e97aa2
fix: skip floodsub test in the browser
hugomrdias May 20, 2020
038bbb5
fix: allow empty publish and normalise error
hugomrdias May 20, 2020
65b665f
fix: pass controller to multiparRequest
hugomrdias May 20, 2020
fc07758
chore: lock
hugomrdias May 20, 2020
033df70
chore: use interop branch
hugomrdias May 21, 2020
2c44075
chore: upgrade interop
hugomrdias May 26, 2020
3270c77
Merge branch 'master' into feat/sync-with-go-ipfs-0.5
achingbrain May 27, 2020
20bbcb8
chore: remove lock files
achingbrain May 27, 2020
ae5150f
chore: try waiting for longer for ipns-pubsub
achingbrain May 27, 2020
e60a94f
chore: test against 0.4.23
achingbrain May 29, 2020
4b93ab1
chore: back to 0.5.x
achingbrain May 29, 2020
2c04be7
Merge remote-tracking branch 'origin/master' into feat/sync-with-go-i…
achingbrain Jun 1, 2020
ec2d02b
chore: use unidirectional pubsub
achingbrain Jun 3, 2020
550ced7
chore: use pubsub with unidirectional streams
achingbrain Jun 4, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/core-api/DHT.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ A great source of [examples][] can be found in the tests for this API.

| Name | Type | Description |
| ---- | ---- | ----------- |
| key | Buffer | The key associated with the value to find |
| key | `Buffer` or `string` | The key associated with the value to find |

### Options

Expand Down
1 change: 0 additions & 1 deletion docs/core-api/FILES.md
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,6 @@ An optional object which may have the following keys:

| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| sort | `boolean` | `false` | If true entries will be sorted by filename |
| timeout | `Number` | `undefined` | A timeout in ms |
| signal | [AbortSignal][] | `undefined` | Can be used to cancel any long running requests started as a result of this call |

Expand Down
2 changes: 1 addition & 1 deletion docs/core-api/KEY.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,4 @@ A great source of [examples][] can be found in the tests for this API.

[examples]: https://github.com/ipfs/js-ipfs/blob/master/packages/interface-ipfs-core/src/key
[cid]: https://www.npmjs.com/package/cids
[AbortSignal]: https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal
[AbortSignal]: https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal
Loading