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.3k
Feature: PubSub 🌟 #644
Merged
Merged
Feature: PubSub 🌟 #644
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
d6c6d12
fix cli test typo
gavinmcdermott 641fe1c
wip: floodsub now in api-routes, api-resources, and core-components
gavinmcdermott d3c4f02
Initial core tests pass
gavinmcdermott 9026a88
Merge with master
gavinmcdermott 9b7da97
feat(api, cli, core): add floodsub
gavinmcdermott adeccec
Merge branch 'master' into feature-floodsub
gavinmcdermott 94bbc43
refactor(api, cli, core): update floodsub to a full name API
gavinmcdermott 4ee7b5b
chore: merge upstream/master
gavinmcdermott 5031470
chore: address CR comments
gavinmcdermott 8084cb5
fix: fix lint issues
gavinmcdermott 3cdfcb0
Merge pull request #610 from gavinmcdermott/feature-floodsub
daviddias 3b365f7
update dep
daviddias faa6e33
Fix canceling subscription. Move subscription state to be local to th…
haadcode 6ba150c
fix: typo in bitswap core
gavinmcdermott 7d17a86
chore: update deps
daviddias ba12388
fix: no more infinite buffering of messages
daviddias 39db7df
fix: wip - cancel relevant subscribe events
gavinmcdermott d2e6f6e
fix: no dangling listeners, multiple subscribers. pass all the tests …
daviddias deb5fd6
test: get http tests passing (except subscribe)
gavinmcdermott a89301b
fix cli test typo
gavinmcdermott 9c82402
wip: floodsub now in api-routes, api-resources, and core-components
gavinmcdermott 7f1eca4
Initial core tests pass
gavinmcdermott 4233e53
feat(api, cli, core): add floodsub
gavinmcdermott 186c5d2
refactor(api, cli, core): update floodsub to a full name API
gavinmcdermott 093897b
chore: address CR comments
gavinmcdermott d4e9efa
fix: fix lint issues
gavinmcdermott 580313a
update dep
daviddias ca9c0ea
Fix canceling subscription. Move subscription state to be local to th…
haadcode 43045f5
fix: typo in bitswap core
gavinmcdermott 467a9a9
chore: update deps
daviddias a302b25
fix: no more infinite buffering of messages
daviddias 2d829f8
fix: wip - cancel relevant subscribe events
gavinmcdermott 5a5a810
fix: no dangling listeners, multiple subscribers. pass all the tests …
daviddias 82aba1e
chore: update deps
daviddias 8d855c2
fix: subscribe returns a valid stream
gavinmcdermott b32af31
fix: fix lint issues; comment out pubsub cli
gavinmcdermott c457bf7
update to the latest floodsub
dignifiedquire 65fe21c
Merge remote-tracking branch 'origin/master' into feat/pubsub
dignifiedquire ea458ee
simple cli and http tests passing
dignifiedquire 3e29f95
new events based api done and http-api with ipfs-interface-core testing
dignifiedquire 350a854
pubsub: fix peers implementation and test
dignifiedquire b5b4739
apply some cr
dignifiedquire 6465bb5
better error handling
dignifiedquire d19864a
Merge branch 'master' into feat/pubsub
daviddias 966b597
chore(deps): use interface-ipfs-core release
dignifiedquire c206800
chore: update deps
daviddias 249bca1
Merge remote-tracking branch 'origin/master' into feat/pubsub
dignifiedquire 9371b67
(wip) fix: pubsub closes its conns
daviddias 50ae06d
feat(pubsub): update to new floodsub
daviddias 9b1aea7
fix: let protocols initiate properly
daviddias aa29598
chore: update deps
daviddias 4495b3a
fix: remove delay
daviddias 3082c2f
chore: update deps
daviddias 0208504
fix: setImmediate erros as well, update interface-ipfs-core
daviddias 738c55c
Merge branch 'master' into feat/pubsub
daviddias File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update dep
- Loading branch information
commit 580313a793464b989bf78feafab9964dfaa958f9
There are no files selected for viewing
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this being skipped just for the sake of testing faster? Well, let's make sure every test passes before the merge, remove the
skip
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm I don't remember putting this here