@streamr/node 103.1.2 → 103.2.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamr/node",
|
|
3
|
-
"version": "103.
|
|
3
|
+
"version": "103.2.0-rc.0",
|
|
4
4
|
"description": "A full-featured node implementation for the Streamr Network",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@inquirer/prompts": "^7.9.0",
|
|
41
41
|
"@streamr/config": "^5.9.2",
|
|
42
|
-
"@streamr/dht": "103.
|
|
43
|
-
"@streamr/sdk": "103.
|
|
44
|
-
"@streamr/utils": "103.
|
|
42
|
+
"@streamr/dht": "103.2.0-rc.0",
|
|
43
|
+
"@streamr/sdk": "103.2.0-rc.0",
|
|
44
|
+
"@streamr/utils": "103.2.0-rc.0",
|
|
45
45
|
"aedes": "^0.51.3",
|
|
46
46
|
"ajv": "^8.17.1",
|
|
47
47
|
"ajv-formats": "^3.0.1",
|
|
@@ -60,16 +60,16 @@
|
|
|
60
60
|
"qs": "^6.14.0",
|
|
61
61
|
"uuid": "^11.1.0",
|
|
62
62
|
"ws": "^8.18.3",
|
|
63
|
-
"zod": "^4.1.
|
|
63
|
+
"zod": "^4.1.13"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@inquirer/testing": "^2.1.51",
|
|
67
67
|
"@streamr/network-contracts": "^9.1.0",
|
|
68
|
-
"@streamr/test-utils": "103.
|
|
68
|
+
"@streamr/test-utils": "103.2.0-rc.0",
|
|
69
69
|
"@types/cors": "^2.8.19",
|
|
70
70
|
"@types/express": "^5.0.1",
|
|
71
71
|
"@types/heap": "^0.2.35",
|
|
72
|
-
"@types/lodash": "^4.17.
|
|
72
|
+
"@types/lodash": "^4.17.21",
|
|
73
73
|
"@types/merge2": "^1.4.4",
|
|
74
74
|
"@types/qs": "^6.14.0",
|
|
75
75
|
"@types/stream-to-array": "^2.3.3",
|
|
@@ -19,7 +19,7 @@ const logger = new utils_1.Logger(module);
|
|
|
19
19
|
const MIN_SPONSORSHIP_TOTAL_PAYOUT_PER_SECOND = 1000000000000n;
|
|
20
20
|
const ACTION_SUBMIT_RETRY_COUNT = 5;
|
|
21
21
|
const ACTION_SUBMIT_RETRY_DELAY_MS = 5000;
|
|
22
|
-
const ACTION_GAS_LIMIT =
|
|
22
|
+
const ACTION_GAS_LIMIT = 750000n;
|
|
23
23
|
const TRANSACTION_TIMEOUT = 180 * 1000;
|
|
24
24
|
const fetchMinStakePerSponsorship = async (theGraphClient) => {
|
|
25
25
|
const queryResult = await theGraphClient.queryEntity({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamr/node",
|
|
3
|
-
"version": "103.
|
|
3
|
+
"version": "103.2.0-rc.0",
|
|
4
4
|
"description": "A full-featured node implementation for the Streamr Network",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@inquirer/prompts": "^7.9.0",
|
|
41
41
|
"@streamr/config": "^5.9.2",
|
|
42
|
-
"@streamr/dht": "103.
|
|
43
|
-
"@streamr/sdk": "103.
|
|
44
|
-
"@streamr/utils": "103.
|
|
42
|
+
"@streamr/dht": "103.2.0-rc.0",
|
|
43
|
+
"@streamr/sdk": "103.2.0-rc.0",
|
|
44
|
+
"@streamr/utils": "103.2.0-rc.0",
|
|
45
45
|
"aedes": "^0.51.3",
|
|
46
46
|
"ajv": "^8.17.1",
|
|
47
47
|
"ajv-formats": "^3.0.1",
|
|
@@ -60,16 +60,16 @@
|
|
|
60
60
|
"qs": "^6.14.0",
|
|
61
61
|
"uuid": "^11.1.0",
|
|
62
62
|
"ws": "^8.18.3",
|
|
63
|
-
"zod": "^4.1.
|
|
63
|
+
"zod": "^4.1.13"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@inquirer/testing": "^2.1.51",
|
|
67
67
|
"@streamr/network-contracts": "^9.1.0",
|
|
68
|
-
"@streamr/test-utils": "103.
|
|
68
|
+
"@streamr/test-utils": "103.2.0-rc.0",
|
|
69
69
|
"@types/cors": "^2.8.19",
|
|
70
70
|
"@types/express": "^5.0.1",
|
|
71
71
|
"@types/heap": "^0.2.35",
|
|
72
|
-
"@types/lodash": "^4.17.
|
|
72
|
+
"@types/lodash": "^4.17.21",
|
|
73
73
|
"@types/merge2": "^1.4.4",
|
|
74
74
|
"@types/qs": "^6.14.0",
|
|
75
75
|
"@types/stream-to-array": "^2.3.3",
|