network icon indicating copy to clipboard operation
network copied to clipboard

Monorepo containing all the main components of Streamr Network.

Results 54 network issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies
javascript

Bumps the npm_and_yarn group group in /docs with 3 updates: [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus), [@docusaurus/plugin-content-pages](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-content-pages) and [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic). Updates `@docusaurus/core` from 2.3.1 to 3.1.1 Release notes Sourced from @​docusaurus/core's releases. 3.1.1 (2024-01-26) :bug: Bug...

dependencies
javascript

Fix all hanging tests. Includes a protobuf change. * Bugfix: change gracefulDiconnect into notification (it was previously partly treated as a notification) * Bugfix: do not open new connections when...

ci
broker
network
client
test-utils
cli-tools
dht

## Summary Please provide a summary of the changes and a motivation if applicable. ## Changes Provide a bullet list of individual changes. Leave this section out if change set...

broker
client
utils
proto-rpc

## Summary Benchmark for inspection

network

Add memory leak test (TODO use `DhtNode` instead of `NetworkStack`) Also a draft fix for a memory leak problem: do this fix in a separate PR. Note that the fix...

network
dht
blocked

TODO: - implement inspect.test.ts - run the tests in CI - implement more end to end tests?

broker

We don't need to store a `connectionType` value for each `ManagedConnection` instance as the information can be queried by calling the `expectedConnectionType` helper function. The helper was introduced in https://github.com/streamr-dev/network/pull/2043....

dht
requires-discussion

## Summary Add default boolean value false for self signed in `ClientWebsocket#connect`

network
dht

Add Java-like type checking of method parameter types when implementing an interface, and when defining a callback. Usage of strict interface implementation: class MyClass implements strictly { ... } Results:...

dht
utils