Skip to content

Commit

Permalink
Change tests validators
Browse files Browse the repository at this point in the history
  • Loading branch information
nedobylskiy committed Feb 19, 2020
1 parent ca91e89 commit 3268129
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .tabnineignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
runtime
blocks
EcmaContracts
contractsRuntime
BigNet/test
Tests/*
8 changes: 7 additions & 1 deletion BigNet/test/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"initialPeers": [
],
"recieverAddress": "nodeOne",
"validators": [
"lcpoa",
"thrusted"
],
"blockHashFilter": {
"blockEndls": [
"f3c3",
Expand Down Expand Up @@ -32,5 +36,7 @@
"masterContract": 5
},
"signFunction": "NEWRSA",
"plugins": [ "iz3-basic-crypto" ]
"plugins": [
"iz3-basic-crypto"
]
}
4 changes: 4 additions & 0 deletions Tests/CustomDB/test/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"httpPort": 3015,
"initialPeers": [
],
"validators": [
"lcpoa",
"thrusted"
],
"recieverAddress": "nodeOne",
"blockHashFilter": {
"blockEndls": [
Expand Down
4 changes: 4 additions & 0 deletions Tests/HardSyncTest/test/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"httpPort": 3015,
"initialPeers": [
],
"validators": [
"lcpoa",
"thrusted"
],
"recieverAddress": "nodeOne",
"blockHashFilter": {
"blockEndls": [
Expand Down
4 changes: 4 additions & 0 deletions Tests/HardSyncTest/test/config2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"httpPort": 3016,
"initialPeers": [
],
"validators": [
"lcpoa",
"thrusted"
],
"recieverAddress": "nodeTwo",
"blockHashFilter": {
"blockEndls": [
Expand Down
4 changes: 4 additions & 0 deletions Tests/Network/test/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"httpPort": 3015,
"initialPeers": [
],
"validators": [
"lcpoa",
"thrusted"
],
"recieverAddress": "nodeOne",
"blockHashFilter": {
"blockEndls": [
Expand Down
4 changes: 4 additions & 0 deletions Tests/Network/test/config2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"httpPort": 3016,
"initialPeers": [
],
"validators": [
"lcpoa",
"thrusted"
],
"recieverAddress": "nodeTwo",
"blockHashFilter": {
"blockEndls": [
Expand Down
4 changes: 4 additions & 0 deletions Tests/PluginsTest/test/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"httpPort": 3015,
"initialPeers": [
],
"validators": [
"lcpoa",
"thrusted"
],
"recieverAddress": "nodeOne",
"blockHashFilter": {
"blockEndls": [
Expand Down
4 changes: 4 additions & 0 deletions Tests/WaterfallSpeedTest/test/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"httpPort": 3017,
"initialPeers": [
],
"validators": [
"lcpoa",
"thrusted"
],
"recieverAddress": "nodeOne",
"blockHashFilter": {
"blockEndls": [
Expand Down

0 comments on commit 3268129

Please sign in to comment.