File tree Expand file tree Collapse file tree 6 files changed +80
-4
lines changed
Expand file tree Collapse file tree 6 files changed +80
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ internal class MainService : ConsoleServiceBase
2323 private ConsensusWithPolicy consensus ;
2424
2525 protected LocalNode LocalNode { get ; private set ; }
26- protected override string Prompt => "ant " ;
26+ protected override string Prompt => "neo " ;
2727 public override string ServiceName => "neo-cli" ;
2828
2929 private void ImportBlocks ( Stream stream )
Original file line number Diff line number Diff line change 1+ {
2+ "ApplicationConfiguration" : {
3+ "DataDirectoryPath" : " Chain" ,
4+ "NodePort" : 10333 ,
5+ "WsPort" : 10334 ,
6+ "UriPrefix" : [ " http://*:10332" ],
7+ "SslCert" : " " ,
8+ "SslCertPassword" : " "
9+ }
10+ }
Original file line number Diff line number Diff line change 1+ {
2+ "ApplicationConfiguration" : {
3+ "DataDirectoryPath" : " ChainTestNet" ,
4+ "NodePort" : 20333 ,
5+ "WsPort" : 20334 ,
6+ "UriPrefix" : [ " http://*:20332" ],
7+ "SslCert" : " " ,
8+ "SslCertPassword" : " "
9+ }
10+ }
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Copyright >2016-2017 The Neo Project</Copyright >
55 <AssemblyTitle >Neo.CLI</AssemblyTitle >
6- <Version >2.0.0 </Version >
6+ <Version >2.0.1 </Version >
77 <Authors >The Neo Project</Authors >
88 <TargetFramework >netcoreapp1.0</TargetFramework >
99 <AssemblyName >neo-cli</AssemblyName >
2323 </PropertyGroup >
2424
2525 <ItemGroup >
26- <None Update =" config.json;protocol.json" >
26+ <None Update =" config.json;config.mainnet.json;config.testnet.json; protocol.json;protocol.mainnet.json;protocol.testnet .json" >
2727 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
2828 <CopyToPublishDirectory >PreserveNewest</CopyToPublishDirectory >
2929 </None >
3030 </ItemGroup >
3131
3232 <ItemGroup >
3333 <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 1.0.2" />
34- <PackageReference Include =" Neo" Version =" 2.0.0 " />
34+ <PackageReference Include =" Neo" Version =" 2.0.1 " />
3535 </ItemGroup >
3636
3737</Project >
Original file line number Diff line number Diff line change 1+ {
2+ "ProtocolConfiguration" : {
3+ "Magic" : 7630401 ,
4+ "AddressVersion" : 23 ,
5+ "StandbyValidators" : [
6+ " 03b209fd4f53a7170ea4444e0cb0a6bb6a53c2bd016926989cf85f9b0fba17a70c" ,
7+ " 02df48f60e8f3e01c48ff40b9b7f1310d7a8b2a193188befe1c2e3df740e895093" ,
8+ " 03b8d9d5771d8f513aa0869b9cc8d50986403b78c6da36890638c3d46a5adce04a" ,
9+ " 02ca0e27697b9c248f6f16e085fd0061e26f44da85b58ee835c110caa5ec3ba554" ,
10+ " 024c7b7fb6c310fccf1ba33b082519d82964ea93868d676662d4a59ad548df0e7d" ,
11+ " 02aaec38470f6aad0042c6e877cfd8087d2676b0f516fddd362801b9bd3936399e" ,
12+ " 02486fd15702c4490a26703112a5cc1d0923fd697a33406bd5a1c00e0013b09a70"
13+ ],
14+ "SeedList" : [
15+ " seed1.neo.org:10333" ,
16+ " seed2.neo.org:10333" ,
17+ " seed3.neo.org:10333" ,
18+ " seed4.neo.org:10333" ,
19+ " seed5.neo.org:10333"
20+ ],
21+ "SystemFee" : {
22+ "EnrollmentTransaction" : 1000 ,
23+ "IssueTransaction" : 500 ,
24+ "PublishTransaction" : 500 ,
25+ "RegisterTransaction" : 10000
26+ }
27+ }
28+ }
Original file line number Diff line number Diff line change 1+ {
2+ "ProtocolConfiguration" : {
3+ "Magic" : 1953787457 ,
4+ "AddressVersion" : 23 ,
5+ "StandbyValidators" : [
6+ " 0327da12b5c40200e9f65569476bbff2218da4f32548ff43b6387ec1416a231ee8" ,
7+ " 026ce35b29147ad09e4afe4ec4a7319095f08198fa8babbe3c56e970b143528d22" ,
8+ " 0209e7fd41dfb5c2f8dc72eb30358ac100ea8c72da18847befe06eade68cebfcb9" ,
9+ " 039dafd8571a641058ccc832c5e2111ea39b09c0bde36050914384f7a48bce9bf9" ,
10+ " 038dddc06ce687677a53d54f096d2591ba2302068cf123c1f2d75c2dddc5425579" ,
11+ " 02d02b1873a0863cd042cc717da31cea0d7cf9db32b74d4c72c01b0011503e2e22" ,
12+ " 034ff5ceeac41acf22cd5ed2da17a6df4dd8358fcb2bfb1a43208ad0feaab2746b"
13+ ],
14+ "SeedList" : [
15+ " seed1.neo.org:20333" ,
16+ " seed2.neo.org:20333" ,
17+ " seed3.neo.org:20333" ,
18+ " seed4.neo.org:20333" ,
19+ " seed5.neo.org:20333"
20+ ],
21+ "SystemFee" : {
22+ "EnrollmentTransaction" : 10 ,
23+ "IssueTransaction" : 5 ,
24+ "PublishTransaction" : 5 ,
25+ "RegisterTransaction" : 100
26+ }
27+ }
28+ }
You can’t perform that action at this time.
0 commit comments