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

docs
sdk

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

dht

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

network
test-utils
dht
utils
sdk

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

docs
dht

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

network
dht

## Summary Added constants for default configuration of the DiscoveryLayerNode. ## Future Improvements Add default configuration configs to the ControlLayerNode and DhtNode

network

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

network

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

network
test-utils
cli-tools
dht
utils
proto-rpc
sdk
node