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

## Summary Updated node-datachannel to v0.7.0

dht

## Summary Refactored ping related logic by removing duplicate logic in pruneOfflineNeighbors and pruneOfflineRingContacts.

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
test-utils
cli-tools

* Add EsmLoader for loading esm modules into our CommonJS project * Use EsmLoader to load the latest node-datachannel library * Remove externals definitions from browser tests to make them...

broker
network
client
cli-tools
dht

Improve `WebsocketServer` cleanup. When we explicitly remove `httpServer` listeners, the instance doesn't leak memory immediately after `WebsocketServer#stop` is called. There wasn't a permanent memory leak: e.g. `await wait(100)` before the...

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...

client
sdk

## Summary Added a new debug scripts package to the monorepo. This package comes with scripts to use for debugging issues in the production network.

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies
javascript

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies
javascript

This reverts commit 89b21da5439707ad8edd9166eb19a8b0e7aa4681. ## Summary Please provide a summary of the changes and a motivation if applicable. ## Changes Provide a bullet list of individual changes. Leave this section...

ci
broker
client