diff --git a/neo-cli/Shell/MainService.cs b/neo-cli/Shell/MainService.cs index e787ef712..f65161530 100644 --- a/neo-cli/Shell/MainService.cs +++ b/neo-cli/Shell/MainService.cs @@ -1160,7 +1160,7 @@ private bool OnShowStateCommand(string[] args) if (Program.Wallet != null) wh = (Program.Wallet.WalletHeight > 0) ? Program.Wallet.WalletHeight - 1 : 0; - WriteLineWithoutFlicker($"block: {wh}/{Blockchain.Singleton.Height}/{Blockchain.Singleton.HeaderHeight} connected: {LocalNode.Singleton.ConnectedCount} unconnected: {LocalNode.Singleton.UnconnectedCount}"); + WriteLineWithoutFlicker($"block: {wh}/{Blockchain.Singleton.Height}/{Blockchain.Singleton.HeaderHeight} state:{Blockchain.Singleton.StateHeight} connected: {LocalNode.Singleton.ConnectedCount} unconnected: {LocalNode.Singleton.UnconnectedCount}"); int linesWritten = 1; foreach (RemoteNode node in LocalNode.Singleton.GetRemoteNodes().Take(Console.WindowHeight - 2).ToArray()) { diff --git a/neo-cli/neo-cli.csproj b/neo-cli/neo-cli.csproj index 98dd305a1..02bdf154e 100644 --- a/neo-cli/neo-cli.csproj +++ b/neo-cli/neo-cli.csproj @@ -1,9 +1,9 @@  - 2016-2019 The Neo Project + 2016-2020 The Neo Project Neo.CLI - 2.10.3 + 2.11.0 The Neo Project netcoreapp2.1 neo-cli @@ -28,7 +28,7 @@ - + diff --git a/neo-cli/protocol.json b/neo-cli/protocol.json index f24d9cec8..a21faac4f 100644 --- a/neo-cli/protocol.json +++ b/neo-cli/protocol.json @@ -4,6 +4,7 @@ "AddressVersion": 23, "SecondsPerBlock": 15, "LowPriorityThreshold": 0.001, + "StateRootEnableIndex": 6016000, "StandbyValidators": [ "03b209fd4f53a7170ea4444e0cb0a6bb6a53c2bd016926989cf85f9b0fba17a70c", "02df48f60e8f3e01c48ff40b9b7f1310d7a8b2a193188befe1c2e3df740e895093", diff --git a/neo-cli/protocol.mainnet.json b/neo-cli/protocol.mainnet.json index f24d9cec8..a21faac4f 100644 --- a/neo-cli/protocol.mainnet.json +++ b/neo-cli/protocol.mainnet.json @@ -4,6 +4,7 @@ "AddressVersion": 23, "SecondsPerBlock": 15, "LowPriorityThreshold": 0.001, + "StateRootEnableIndex": 6016000, "StandbyValidators": [ "03b209fd4f53a7170ea4444e0cb0a6bb6a53c2bd016926989cf85f9b0fba17a70c", "02df48f60e8f3e01c48ff40b9b7f1310d7a8b2a193188befe1c2e3df740e895093", diff --git a/neo-cli/protocol.testnet.json b/neo-cli/protocol.testnet.json index c95f7b68a..5f01e5055 100644 --- a/neo-cli/protocol.testnet.json +++ b/neo-cli/protocol.testnet.json @@ -4,6 +4,7 @@ "AddressVersion": 23, "SecondsPerBlock": 15, "LowPriorityThreshold": 0.001, + "StateRootEnableIndex": 4380100, "StandbyValidators": [ "0327da12b5c40200e9f65569476bbff2218da4f32548ff43b6387ec1416a231ee8", "026ce35b29147ad09e4afe4ec4a7319095f08198fa8babbe3c56e970b143528d22",