Skip to content

Commit

Permalink
neo-cli 2.8.0 (#57)
Browse files Browse the repository at this point in the history
* neo-cli 2.7.5

* updated configs

* neo-cli 2.8.0
  • Loading branch information
metachris committed Oct 9, 2018
1 parent 3ec7313 commit 44b83b7
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 59 deletions.
35 changes: 20 additions & 15 deletions configs/config1.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
{
"ApplicationConfiguration": {
"Paths": {
"Chain": "Chain",
"Notifications": "Notifications"
},
"P2P": {
"Port": 20333,
"WsPort": 10333
},
"RPC": {
"Port": 30333,
"SslCert": "",
"SslCertPassword": ""
"ApplicationConfiguration": {
"Paths": {
"Chain": "Chain_{0}",
"ApplicationLogs": "ApplicationLogs_{0}"
},
"P2P": {
"Port": 20333,
"WsPort": 10333
},
"RPC": {
"Port": 30333,
"SslCert": "",
"SslCertPassword": ""
},
"UnlockWallet": {
"Path": "",
"Password": "",
"StartConsensus": false,
"IsActive": false
}
}
}
}

34 changes: 20 additions & 14 deletions configs/config2.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
{
"ApplicationConfiguration": {
"Paths": {
"Chain": "Chain",
"Notifications": "Notifications"
},
"P2P": {
"Port": 20334,
"WsPort": 10334
},
"RPC": {
"Port": 30334,
"SslCert": "",
"SslCertPassword": ""
"ApplicationConfiguration": {
"Paths": {
"Chain": "Chain_{0}",
"ApplicationLogs": "ApplicationLogs_{0}"
},
"P2P": {
"Port": 20334,
"WsPort": 10334
},
"RPC": {
"Port": 30334,
"SslCert": "",
"SslCertPassword": ""
},
"UnlockWallet": {
"Path": "",
"Password": "",
"StartConsensus": false,
"IsActive": false
}
}
}
}
34 changes: 20 additions & 14 deletions configs/config3.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
{
"ApplicationConfiguration": {
"Paths": {
"Chain": "Chain",
"Notifications": "Notifications"
},
"P2P": {
"Port": 20335,
"WsPort": 10335
},
"RPC": {
"Port": 30335,
"SslCert": "",
"SslCertPassword": ""
"ApplicationConfiguration": {
"Paths": {
"Chain": "Chain_{0}",
"ApplicationLogs": "ApplicationLogs_{0}"
},
"P2P": {
"Port": 20335,
"WsPort": 10335
},
"RPC": {
"Port": 30335,
"SslCert": "",
"SslCertPassword": ""
},
"UnlockWallet": {
"Path": "",
"Password": "",
"StartConsensus": false,
"IsActive": false
}
}
}
}
36 changes: 21 additions & 15 deletions configs/config4.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
{
"ApplicationConfiguration": {
"Paths": {
"Chain": "Chain",
"Notifications": "Notifications"
},
"P2P": {
"Port": 20336,
"WsPort": 10336
},
"RPC": {
"Port": 30336,
"SslCert": "",
"SslCertPassword": ""
"ApplicationConfiguration": {
"Paths": {
"Chain": "Chain_{0}",
"ApplicationLogs": "ApplicationLogs_{0}"
},
"P2P": {
"Port": 20336,
"WsPort": 10336
},
"RPC": {
"Port": 30336,
"SslCert": "",
"SslCertPassword": ""
},
"UnlockWallet": {
"Path": "",
"Password": "",
"StartConsensus": false,
"IsActive": false
}
}
}
}
}
2 changes: 1 addition & 1 deletion docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

# To use a newer neo-cli version, just update this variable:
NEO_CLI_VERSION="2.7.4"
NEO_CLI_VERSION="2.8.0"

function usage {
echo "Usage: $0 [--no-cache] [--neo-cli <zip-fn>]"
Expand Down

0 comments on commit 44b83b7

Please sign in to comment.