network
network copied to clipboard
Monorepo containing all the main components of Streamr Network.
## 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...
## 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...
## 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...
## Summary Removed unused EventEmitter from the RpcCommunicator
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...
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,...
# 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...
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` |...
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...