Skip to content

Commit

Permalink
Merge pull request #2053 from OriginTrail/v6/prerelease/testnet
Browse files Browse the repository at this point in the history
OriginTrail 6.0.0-beta.2.2.1 Testnet Release
  • Loading branch information
zeroxbt authored Aug 24, 2022
2 parents 9ab42ca + 29ba595 commit c2eff49
Show file tree
Hide file tree
Showing 41 changed files with 32,342 additions and 25,564 deletions.
14 changes: 7 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ module.exports = {
'no-continue': 1,
'no-underscore-dangle': 0,
},
"overrides": [
overrides: [
{
"files": ["*.test.js", "*.spec.js"],
"rules": {
"no-unused-expressions": "off"
}
}
]
files: ['*.test.js', '*.spec.js'],
rules: {
'no-unused-expressions': 'off',
},
},
],
};
1 change: 1 addition & 0 deletions .github/workflows/TEST-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:
NODE_ENV: test
ARTIFACTS_DIR: artifacts
CUCUMBER_ARTIFACTS_DIR: artifacts/cucumber
REPOSITORY_PASSWORD: password
jobs:

test-release:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/TEST-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ env:
NODE_ENV: test
ARTIFACTS_DIR: artifacts
CUCUMBER_ARTIFACTS_DIR: artifacts/cucumber
JWT_SECRET: aTx13FzDG+85j9b5s2G7IBEc5SJNJZZLPLe7RF8hu1xKgRKj46YFRx/z7fJi7iF2NnL7SHcxTzq7TySuPKWkdg/AYKEMD2p1I++qPYFHqg8KQeLArGjCYiqtf43i1Fgtya8z9qJXyegogMz/jYori2BJ8v6b4K3GkAw3XxiO7VaaEYktOp8qsRDcN3b+bITMZqztDvZdWp4EnViGjoES7fRFhKm/d/2C8URnQyGm6xgTR3xTfAjy7+milGmoPA0KU0nu+GsZIhOfeVc9Z2nfxOK/1JQykpjeBhNDYTOr31yW/xdvoW0Kq0PZ6JmM+yezLoyQXcYjavZ+X7cXjbREQg==
jobs:

test-unit:
Expand Down
33 changes: 20 additions & 13 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,8 @@
"package": "./blockchain/implementation/ot-parachain/ot-parachain-service",
"config": {
"networkId": "otp::testnet",
"hubContractAddress": "0x6e002616ADf12D4Cc908976eB16a7646B6cD6596",
"rpcEndpoints": ["wss://parachain-tempnet-01.origin-trail.network"],
"evmManagementPublicKey": "0x1B420da5f7Be66567526E32bc68ab29F1A63765A"
"hubContractAddress": "0x256736AEb3f19AC6738E9F4D10C9B61da71CEB9F",
"rpcEndpoints": ["wss://lofar.origin-trail.network"]
}
},
"polygon": {
Expand All @@ -140,9 +139,11 @@
}
}
},
"minimumAckResponses": {
"publish": 5,
"get": 1
},
"commandExecutorVerboseLoggingEnabled": false,
"minimumReplicationFactor": 5,
"publishFindNodesCount": 20,
"appDataPath": "data",
"logLevel": "info",
"telemetry": {
Expand Down Expand Up @@ -246,9 +247,11 @@
}
}
},
"minimumAckResponses": {
"publish": 2,
"get": 1
},
"commandExecutorVerboseLoggingEnabled": false,
"minimumReplicationFactor": 5,
"publishFindNodesCount": 20,
"appDataPath": "data",
"logLevel": "trace",
"telemetry": {
Expand Down Expand Up @@ -301,7 +304,7 @@
"express-http-client": {
"package": "./http-client/implementation/express-http-client",
"config": {
"useSsl": true,
"useSsl": false,
"port": 8900,
"sslKeyPath": "/root/certs/privkey.pem",
"sslCertificatePath": "/root/certs/fullchain.pem",
Expand Down Expand Up @@ -400,9 +403,11 @@
}
}
},
"minimumAckResponses": {
"publish": 5,
"get": 1
},
"commandExecutorVerboseLoggingEnabled": false,
"minimumReplicationFactor": 5,
"publishFindNodesCount": 20,
"appDataPath": "data",
"logLevel": "trace",
"telemetry": {
Expand Down Expand Up @@ -437,7 +442,7 @@
"express-http-client": {
"package": "./http-client/implementation/express-http-client",
"config": {
"useSsl": true,
"useSsl": false,
"port": 8900,
"sslKeyPath": "/root/certs/privkey.pem",
"sslCertificatePath": "/root/certs/fullchain.pem",
Expand Down Expand Up @@ -531,8 +536,10 @@
}
}
},
"minimumReplicationFactor": 5,
"publishFindNodesCount": 20,
"minimumAckResponses": {
"publish": 5,
"get": 1
},
"signalingServerUrl": "http://devnet-signaling.origin-trail.network:3000/signal",
"commandExecutorVerboseLoggingEnabled": false,
"appDataPath": "data",
Expand Down
Loading

0 comments on commit c2eff49

Please sign in to comment.