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 `doParallelHandshakes` now takes in two `HandshakeRemoteRpc` objects as parameter instead of a list. This gets rid of the possibility of undefined values in promise handling

network

This is the fix-start-and-stop-of-autocertifier-client pull request moved to base upon streamr-1.0 instead of testnet-one * make test/end-to-end/RecoveryFromFailedAutoCertification.test.ts to stop the entrypoint last to prevent nodes from starting to reconnect through...

dht

When we receive `connection` event from transport, we have been checking if the connection is from this node. We check that fact both when we receive `connected` event from `ITransport`,...

dht

## Summary Test the WebSocket client recovery in 3 scenarios: - Normal hiccup where the WebSocket connection closes _randomly_ between sending messages. - Pre-handshake failure where the WebSocket connection closes...

dht

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.3.0 to 6.4.1. Release notes Sourced from docker/build-push-action's releases. v6.4.1 revert "Set repository and ghtoken attributes for GitHub Actions cache backend" by @​crazy-max in docker/build-push-action#1183 Full Changelog:...

ci

Bumps the dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [webpack](https://github.com/webpack/webpack) | `5.92.1` | `5.93.0` | | [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws)...

dht
utils
dependencies
javascript
sdk
node

## Summary Filter out expired items in the method `FifoMapWithTTL#values` otherwise messages older than `ttlInMs` (30 secs) could be returned. ## Checklist before requesting a review - [x] Is this...

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

network
client
protocol
docs
utils
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...

client
sdk

Should not allow both partition key and partition id at the same time. ## Summary Added partition id as possible parameter for publish command. ## Changes We'll check if partition...

cli-tools