2020-08-29 11:41:33 +00:00
|
|
|
ProtocolConfiguration:
|
|
|
|
Magic: 42
|
2020-11-05 19:01:12 +00:00
|
|
|
MaxTraceableBlocks: 200000
|
2022-12-02 16:42:55 +00:00
|
|
|
TimePerBlock: 100ms
|
2020-08-29 11:41:33 +00:00
|
|
|
MemPoolSize: 100
|
|
|
|
StandbyCommittee:
|
|
|
|
- 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
|
|
|
|
ValidatorsCount: 1
|
|
|
|
VerifyTransactions: true
|
2021-04-16 13:21:25 +00:00
|
|
|
P2PSigExtensions: true
|
2021-03-11 11:39:51 +00:00
|
|
|
NativeActivations:
|
|
|
|
ContractManagement: [0]
|
|
|
|
StdLib: [0]
|
|
|
|
CryptoLib: [0]
|
|
|
|
LedgerContract: [0]
|
|
|
|
NeoToken: [0]
|
|
|
|
GasToken: [0]
|
|
|
|
PolicyContract: [0]
|
|
|
|
RoleManagement: [0]
|
|
|
|
OracleContract: [0]
|
2021-04-16 13:21:25 +00:00
|
|
|
Notary: [0]
|
2022-05-06 12:27:07 +00:00
|
|
|
Hardforks:
|
2022-06-03 08:38:03 +00:00
|
|
|
Aspidochelone: 25
|
2020-08-29 11:41:33 +00:00
|
|
|
|
|
|
|
ApplicationConfiguration:
|
2022-12-06 13:45:35 +00:00
|
|
|
VerifyBlocks: true
|
2020-08-29 11:41:33 +00:00
|
|
|
# LogPath could be set up in case you need stdout logs to some proper file.
|
|
|
|
# LogPath: "./log/neogo.log"
|
|
|
|
DBConfiguration:
|
2021-08-18 12:39:12 +00:00
|
|
|
Type: "inmemory" #other options: 'inmemory','boltdb'
|
2020-08-29 11:41:33 +00:00
|
|
|
# DB type options. Uncomment those you need in case you want to switch DB type.
|
|
|
|
# LevelDBOptions:
|
|
|
|
# DataDirectoryPath: "./chains/unit_testnet"
|
|
|
|
# BoltDBOptions:
|
|
|
|
# FilePath: "./chains/unit_testnet.bolt"
|
2022-12-06 19:35:37 +00:00
|
|
|
P2P:
|
|
|
|
Addresses:
|
|
|
|
- ":0" # in form of "[host]:[port][:announcedPort]"
|
|
|
|
DialTimeout: 3s
|
|
|
|
ProtoTickInterval: 2s
|
|
|
|
PingInterval: 30s
|
|
|
|
PingTimeout: 90s
|
|
|
|
MinPeers: 0
|
|
|
|
MaxPeers: 10
|
|
|
|
AttemptConnPeers: 5
|
2020-08-29 11:41:33 +00:00
|
|
|
Relay: true
|
2022-12-05 15:22:57 +00:00
|
|
|
Consensus:
|
|
|
|
Enabled: true
|
|
|
|
UnlockWallet:
|
2022-10-05 06:44:10 +00:00
|
|
|
Path: "../testdata/wallet1_solo.json"
|
2020-08-29 11:41:33 +00:00
|
|
|
Password: "one"
|
2021-02-15 16:20:18 +00:00
|
|
|
P2PNotary:
|
|
|
|
Enabled: false
|
|
|
|
UnlockWallet:
|
|
|
|
Path: "/notary_wallet.json"
|
|
|
|
Password: "pass"
|
2020-08-29 11:41:33 +00:00
|
|
|
RPC:
|
2020-12-16 13:11:12 +00:00
|
|
|
MaxGasInvoke: 15
|
2020-08-29 11:41:33 +00:00
|
|
|
Enabled: true
|
2022-11-25 10:20:53 +00:00
|
|
|
Addresses:
|
|
|
|
- "localhost:0" # let the system choose port dynamically
|
2020-08-29 11:41:33 +00:00
|
|
|
EnableCORSWorkaround: false
|
|
|
|
Prometheus:
|
|
|
|
Enabled: false #since it's not useful for unit tests.
|
2022-11-25 10:20:53 +00:00
|
|
|
Addresses:
|
|
|
|
- ":2112"
|
2020-08-29 11:41:33 +00:00
|
|
|
Pprof:
|
|
|
|
Enabled: false #since it's not useful for unit tests.
|
2022-11-25 10:20:53 +00:00
|
|
|
Addresses:
|
|
|
|
- ":2113"
|