network
network copied to clipboard
Monorepo containing all the main components of Streamr Network.
## Summary - Add new storage node cluster address constant `STREAMR_STORAGE_NODE_ADDRESS` - Deprecate existing constant `STREAMR_STORAGE_NODE_GERMANY` - Adjust docs to reflect this change ## Checklist before requesting a review -...
## Summary I switch to `URLSearchParams` for query param parsing and kill a dependency (`querystring`). `URLSearchParams` is - Widely supported by browsers (97%+). - Available in node (global scope) since...
## Summary The aim here is to improve DX for those who want to use the SDK in their apps (webpack, rollup, etc.). Moves the static SDK build (streamr-sdk.web.js) to...
Fix: Corrected typos in source files **Changes** Corrected typo in /CHANGELOG.md (Line 167) "susbcribe" → "subscribe" Corrected typo in /README.md (Line 171) "infront" → "in front" Corrected typo in /docs/docs/usage/streams/signature-verification.md...
Docker Desktop on Windows 11. This warning is coming up when I run Streamr Node. _2025-02-17 19:58:28 INFO [2025-02-17T19:58:27.718] (broker ): Start Streamr node version 102.0.0 2025-02-17 19:58:28 INFO [2025-02-17T19:58:28.013]...
## Summary Renamed references from source to remote in appropriate places. Using the source/target pattern makes sense if there is a need to indicate clearly who is sending and who...
## Summary Added constants for default configuration of the DiscoveryLayerNode. ## Future Improvements Add default configuration configs to the ControlLayerNode and DhtNode
## Summary Added constants for default configurations for Layer2 classes. ## Changes - Random node view count is now configured with the nodeViewSize config option ## Future improvements - Do...
## Summary Format all the codes using Prettier and its refreshed config from `prettier` branch. @teogeb, [attached is](https://github.com/user-attachments/files/18396471/post-prettier-eslint.log) the result of `npm run eslint` with `indent` enabled. I've tweaked the...