network icon indicating copy to clipboard operation
network copied to clipboard

Monorepo containing all the main components of Streamr Network.

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

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

dht
sdk

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

network

## Summary Add basic diagnostis to the NetworkNode. Binding to the sdk included ## Future improvements - Add diagnostic measurements between neighors in layer2. The current problem is tha measuring...

network
dht

## Summary Add diagnostics info to layer0

network
dht

## Summary Removed unused EventEmitter from the RpcCommunicator

network
dht
proto-rpc

Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies
javascript

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Changelog Sourced from micromatch's changelog. [4.0.8] - 2024-08-22 backported CVE-2024-4067 fix (from v4.0.6) over to 4.x branch [4.0.7] - 2024-05-22 this is basically v4.0.5,...

dependencies
javascript

# How to run ``` npm run bootstrap cd packages/sdk ./loop-run.sh ``` ## Measurements (2024-08-16) - Each run is 30 trials - Websocket server has been disabled to mimic browser...

sdk

Bumps the dependencies group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.20.0` |...

network
dht
proto-rpc
dependencies
javascript
sdk
node

Refactored `ChainEventPoller` to support multiple contracts simultaneously. Now the class is a singleton and we can define contract methods as a listener parameter. This optimizes log fetching as there needs...

sdk