config: add default notary configuration

For a better user experience.
This commit is contained in:
Anna Shaleva 2021-02-15 19:20:18 +03:00
parent bcb82b457d
commit 717591afe8
10 changed files with 59 additions and 1 deletions

View file

@ -20,6 +20,7 @@ ProtocolConfiguration:
- seed5.neo.org:10333 - seed5.neo.org:10333
VerifyBlocks: true VerifyBlocks: true
VerifyTransactions: false VerifyTransactions: false
P2PSigExtensions: false
ApplicationConfiguration: ApplicationConfiguration:
# LogPath could be set up in case you need stdout logs to some proper file. # LogPath could be set up in case you need stdout logs to some proper file.
@ -50,6 +51,11 @@ ApplicationConfiguration:
MinPeers: 5 MinPeers: 5
Oracle: Oracle:
Enabled: false Enabled: false
P2PNotary:
Enabled: false
UnlockWallet:
Path: "/notary_wallet.json"
Password: "pass"
RPC: RPC:
Enabled: true Enabled: true

View file

@ -16,6 +16,7 @@ ProtocolConfiguration:
- 172.200.0.4:20336 - 172.200.0.4:20336
VerifyBlocks: true VerifyBlocks: true
VerifyTransactions: true VerifyTransactions: true
P2PSigExtensions: false
ApplicationConfiguration: ApplicationConfiguration:
# LogPath could be set up in case you need stdout logs to some proper file. # LogPath could be set up in case you need stdout logs to some proper file.
@ -55,6 +56,11 @@ ApplicationConfiguration:
UnlockWallet: UnlockWallet:
Path: "/wallet4.json" Path: "/wallet4.json"
Password: "four" Password: "four"
P2PNotary:
Enabled: false
UnlockWallet:
Path: "/notary_wallet.json"
Password: "pass"
RPC: RPC:
Enabled: true Enabled: true
MaxGasInvoke: 15 MaxGasInvoke: 15

View file

@ -16,6 +16,7 @@ ProtocolConfiguration:
- 172.200.0.4:20336 - 172.200.0.4:20336
VerifyBlocks: true VerifyBlocks: true
VerifyTransactions: true VerifyTransactions: true
P2PSigExtensions: false
ApplicationConfiguration: ApplicationConfiguration:
# LogPath could be set up in case you need stdout logs to some proper file. # LogPath could be set up in case you need stdout logs to some proper file.
@ -55,6 +56,11 @@ ApplicationConfiguration:
UnlockWallet: UnlockWallet:
Path: "/wallet1.json" Path: "/wallet1.json"
Password: "one" Password: "one"
P2PNotary:
Enabled: false
UnlockWallet:
Path: "/notary_wallet.json"
Password: "pass"
RPC: RPC:
Enabled: true Enabled: true
MaxGasInvoke: 15 MaxGasInvoke: 15

View file

@ -10,6 +10,7 @@ ProtocolConfiguration:
- 172.200.0.1:20333 - 172.200.0.1:20333
VerifyBlocks: true VerifyBlocks: true
VerifyTransactions: true VerifyTransactions: true
P2PSigExtensions: false
ApplicationConfiguration: ApplicationConfiguration:
# LogPath could be set up in case you need stdout logs to some proper file. # LogPath could be set up in case you need stdout logs to some proper file.
@ -46,6 +47,11 @@ ApplicationConfiguration:
UnlockWallet: UnlockWallet:
Path: "/wallet1_solo.json" Path: "/wallet1_solo.json"
Password: "one" Password: "one"
P2PNotary:
Enabled: false
UnlockWallet:
Path: "/notary_wallet.json"
Password: "pass"
RPC: RPC:
Enabled: true Enabled: true
EnableCORSWorkaround: false EnableCORSWorkaround: false

View file

@ -16,6 +16,7 @@ ProtocolConfiguration:
- 172.200.0.4:20336 - 172.200.0.4:20336
VerifyBlocks: true VerifyBlocks: true
VerifyTransactions: true VerifyTransactions: true
P2PSigExtensions: false
ApplicationConfiguration: ApplicationConfiguration:
# LogPath could be set up in case you need stdout logs to some proper file. # LogPath could be set up in case you need stdout logs to some proper file.
@ -55,6 +56,11 @@ ApplicationConfiguration:
UnlockWallet: UnlockWallet:
Path: "/wallet3.json" Path: "/wallet3.json"
Password: "three" Password: "three"
P2PNotary:
Enabled: false
UnlockWallet:
Path: "/notary_wallet.json"
Password: "pass"
RPC: RPC:
Enabled: true Enabled: true
MaxGasInvoke: 15 MaxGasInvoke: 15

View file

@ -16,6 +16,7 @@ ProtocolConfiguration:
- 172.200.0.4:20336 - 172.200.0.4:20336
VerifyBlocks: true VerifyBlocks: true
VerifyTransactions: true VerifyTransactions: true
P2PSigExtensions: false
ApplicationConfiguration: ApplicationConfiguration:
# LogPath could be set up in case you need stdout logs to some proper file. # LogPath could be set up in case you need stdout logs to some proper file.
@ -55,6 +56,11 @@ ApplicationConfiguration:
UnlockWallet: UnlockWallet:
Path: "/wallet2.json" Path: "/wallet2.json"
Password: "two" Password: "two"
P2PNotary:
Enabled: false
UnlockWallet:
Path: "/notary_wallet.json"
Password: "pass"
RPC: RPC:
Enabled: true Enabled: true
MaxGasInvoke: 15 MaxGasInvoke: 15

View file

@ -16,6 +16,7 @@ ProtocolConfiguration:
- 127.0.0.1:20336 - 127.0.0.1:20336
VerifyBlocks: true VerifyBlocks: true
VerifyTransactions: true VerifyTransactions: true
P2PSigExtensions: false
ApplicationConfiguration: ApplicationConfiguration:
# LogPath could be set up in case you need stdout logs to some proper file. # LogPath could be set up in case you need stdout logs to some proper file.
@ -44,6 +45,11 @@ ApplicationConfiguration:
MaxPeers: 10 MaxPeers: 10
AttemptConnPeers: 5 AttemptConnPeers: 5
MinPeers: 3 MinPeers: 3
P2PNotary:
Enabled: false
UnlockWallet:
Path: "/notary_wallet.json"
Password: "pass"
RPC: RPC:
Enabled: true Enabled: true
MaxGasInvoke: 15 MaxGasInvoke: 15

View file

@ -20,6 +20,7 @@ ProtocolConfiguration:
- seed5t.neo.org:20333 - seed5t.neo.org:20333
VerifyBlocks: true VerifyBlocks: true
VerifyTransactions: false VerifyTransactions: false
P2PSigExtensions: false
ApplicationConfiguration: ApplicationConfiguration:
# LogPath could be set up in case you need stdout logs to some proper file. # LogPath could be set up in case you need stdout logs to some proper file.
@ -50,7 +51,11 @@ ApplicationConfiguration:
MinPeers: 5 MinPeers: 5
Oracle: Oracle:
Enabled: false Enabled: false
P2PNotary:
Enabled: false
UnlockWallet:
Path: "/notary_wallet.json"
Password: "pass"
RPC: RPC:
Enabled: true Enabled: true
MaxGasInvoke: 15 MaxGasInvoke: 15

View file

@ -8,6 +8,7 @@ ProtocolConfiguration:
ValidatorsCount: 1 ValidatorsCount: 1
VerifyBlocks: true VerifyBlocks: true
VerifyTransactions: true VerifyTransactions: true
P2PSigExtensions: false
ApplicationConfiguration: ApplicationConfiguration:
# LogPath could be set up in case you need stdout logs to some proper file. # LogPath could be set up in case you need stdout logs to some proper file.
@ -39,6 +40,11 @@ ApplicationConfiguration:
UnlockWallet: UnlockWallet:
Path: "testdata/wallet1_solo.json" Path: "testdata/wallet1_solo.json"
Password: "one" Password: "one"
P2PNotary:
Enabled: false
UnlockWallet:
Path: "/notary_wallet.json"
Password: "pass"
RPC: RPC:
Address: 127.0.0.1 Address: 127.0.0.1
MaxGasInvoke: 15 MaxGasInvoke: 15

View file

@ -46,6 +46,11 @@ ApplicationConfiguration:
MaxPeers: 50 MaxPeers: 50
AttemptConnPeers: 5 AttemptConnPeers: 5
MinPeers: 1 MinPeers: 1
P2PNotary:
Enabled: false
UnlockWallet:
Path: "/notary_wallet.json"
Password: "pass"
RPC: RPC:
Address: 127.0.0.1 Address: 127.0.0.1
MaxGasInvoke: 15 MaxGasInvoke: 15