@streamr/node 100.0.0-rc.1 → 100.0.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": "100.0.0
|
|
3
|
+
"version": "100.0.0",
|
|
4
4
|
"description": "A full-featured node implementation for the Streamr Network",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"@inquirer/prompts": "^4.1.0",
|
|
33
33
|
"@streamr/config": "^5.2.1",
|
|
34
34
|
"@streamr/network-contracts": "^7.1.1",
|
|
35
|
-
"@streamr/protocol": "100.0.0
|
|
36
|
-
"@streamr/sdk": "100.0.0
|
|
37
|
-
"@streamr/utils": "100.0.0
|
|
35
|
+
"@streamr/protocol": "100.0.0",
|
|
36
|
+
"@streamr/sdk": "100.0.0",
|
|
37
|
+
"@streamr/utils": "100.0.0",
|
|
38
38
|
"aedes": "^0.51.0",
|
|
39
39
|
"ajv": "^8.8.2",
|
|
40
40
|
"ajv-formats": "^2.1.1",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@inquirer/testing": "^2.1.11",
|
|
61
|
-
"@streamr/dht": "100.0.0
|
|
62
|
-
"@streamr/test-utils": "100.0.0
|
|
61
|
+
"@streamr/dht": "100.0.0",
|
|
62
|
+
"@streamr/test-utils": "100.0.0",
|
|
63
63
|
"@types/cors": "^2.8.17",
|
|
64
64
|
"@types/express": "^4.17.21",
|
|
65
65
|
"@types/heap": "^0.2.34",
|
|
@@ -340,7 +340,7 @@ class ContractFacade {
|
|
|
340
340
|
const voteData = kick ? exports.VOTE_KICK : exports.VOTE_NO_KICK;
|
|
341
341
|
// typical gas cost 99336, but this has shown insufficient sometimes
|
|
342
342
|
// TODO should we set gasLimit only here, or also for other transactions made by ContractFacade?
|
|
343
|
-
await (await this.operatorContract.voteOnFlag(sponsorship, targetOperator, voteData, { ...this.getEthersOverrides(), gasLimit: '
|
|
343
|
+
await (await this.operatorContract.voteOnFlag(sponsorship, targetOperator, voteData, { ...this.getEthersOverrides(), gasLimit: '1300000' })).wait();
|
|
344
344
|
}
|
|
345
345
|
async closeFlag(sponsorship, targetOperator) {
|
|
346
346
|
// voteOnFlag is not used to vote here but to close the expired flag. The vote data gets ignored.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@streamr/node",
|
|
3
|
-
"version": "100.0.0
|
|
3
|
+
"version": "100.0.0",
|
|
4
4
|
"description": "A full-featured node implementation for the Streamr Network",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"@inquirer/prompts": "^4.1.0",
|
|
33
33
|
"@streamr/config": "^5.2.1",
|
|
34
34
|
"@streamr/network-contracts": "^7.1.1",
|
|
35
|
-
"@streamr/protocol": "100.0.0
|
|
36
|
-
"@streamr/sdk": "100.0.0
|
|
37
|
-
"@streamr/utils": "100.0.0
|
|
35
|
+
"@streamr/protocol": "100.0.0",
|
|
36
|
+
"@streamr/sdk": "100.0.0",
|
|
37
|
+
"@streamr/utils": "100.0.0",
|
|
38
38
|
"aedes": "^0.51.0",
|
|
39
39
|
"ajv": "^8.8.2",
|
|
40
40
|
"ajv-formats": "^2.1.1",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@inquirer/testing": "^2.1.11",
|
|
61
|
-
"@streamr/dht": "100.0.0
|
|
62
|
-
"@streamr/test-utils": "100.0.0
|
|
61
|
+
"@streamr/dht": "100.0.0",
|
|
62
|
+
"@streamr/test-utils": "100.0.0",
|
|
63
63
|
"@types/cors": "^2.8.17",
|
|
64
64
|
"@types/express": "^4.17.21",
|
|
65
65
|
"@types/heap": "^0.2.34",
|