-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
## Changes - The `NodeInfo` format has changed (streamr-dev/network#2738, streamr-dev/network#2790) - we normalize the info in `NetworkNodeFacade` - the type of `NormalizedNodeInfo` is quite complex, but it will be simpler when we export new helper types from `trackerless-network` (streamr-dev/network#2822, not yet released) - Using renamed converted functions, e.g. `getNodeIdFromPeerDescriptor` to `toNodeId` ## Future improvements - Use these types: streamr-dev/network#2822
- Loading branch information
Showing
12 changed files
with
304 additions
and
445 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,23 +12,24 @@ | |
"author": "Streamr Network AG <[email protected]>", | ||
"dependencies": { | ||
"@streamr/config": "^5.3.7", | ||
"@streamr/dht": "101.1.2", | ||
"@streamr/sdk": "101.1.2", | ||
"@streamr/trackerless-network": "101.1.2", | ||
"@streamr/utils": "101.1.2", | ||
"@streamr/dht": "102.0.0-beta.0", | ||
"@streamr/sdk": "102.0.0-beta.0", | ||
"@streamr/trackerless-network": "102.0.0-beta.0", | ||
"@streamr/utils": "102.0.0-beta.0", | ||
"@types/node-fetch": "^2.6.3", | ||
"class-validator": "^0.14.1", | ||
"cors": "^2.8.5", | ||
"eventemitter3": "^5.0.1", | ||
"express": "^4.18.2", | ||
"graphql": "^16.8.1", | ||
"geoip-lite": "^1.4.10", | ||
"graphql": "^16.8.1", | ||
"graphql-http": "^1.22.0", | ||
"lodash": "^4.17.21", | ||
"mysql2": "^3.9.2", | ||
"node-fetch": "^2.6.7", | ||
"p-limit": "3.1.0", | ||
"reflect-metadata": "^0.2.1", | ||
"semver": "^7.6.3", | ||
"ts-essentials": "^9.4.1", | ||
"type-graphql": "^2.0.0-beta.6", | ||
"typedi": "^0.10.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.