2019-01-22 12:14:52 +00:00
|
|
|
ProtocolConfiguration:
|
2020-06-14 19:40:52 +00:00
|
|
|
Magic: 42
|
2020-11-05 19:01:12 +00:00
|
|
|
MaxTraceableBlocks: 200000
|
2022-12-02 16:26:10 +00:00
|
|
|
TimePerBlock: 15s
|
2020-01-22 14:28:02 +00:00
|
|
|
MemPoolSize: 50000
|
2020-08-03 14:07:24 +00:00
|
|
|
StandbyCommittee:
|
Implement rpc server method: sendrawtransaction (#174)
* Added new config attributes: 'SecondsPerBlock','LowPriorityThreshold'
* Added new files:
* Added new method: CompareTo
* Fixed empty Slice case
* Added new methods: LessThan, GreaterThan, Equal, CompareTo
* Added new method: InputIntersection
* Added MaxTransactionSize, GroupOutputByAssetID
* Added ned method: ScriptHash
* Added new method: IsDoubleSpend
* Refactor blockchainer, Added Feer interface, Verify and GetMemPool method
* 1) Added MemPool
2) Added new methods to satisfy the blockchainer interface: IsLowPriority, Verify, GetMemPool
* Added new methods: RelayTxn, RelayDirectly
* Fixed tests
* Implemented RPC server method sendrawtransaction
* Refactor getrawtransaction, sendrawtransaction in separate methods
* Moved 'secondsPerBlock' to config file
* Implemented Kim suggestions:
1) Fixed data race issues
2) refactor Verify method
3) Get rid of unused InputIntersection method due to refactoring Verify method
4) Fixed bug in https://github.com/CityOfZion/neo-go/pull/174#discussion_r264108135
5) minor simplications of the code
* Fixed minor issues related to
1) space
2) getter methods do not need pointer on the receiver
3) error message
4) refactoring CompareTo method in uint256.go
* Fixed small issues
* Use sync.RWMutex instead of sync.Mutex
* Refined (R)Lock/(R)Unlock
* return error instead of bool in Verify methods
2019-03-20 12:30:05 +00:00
|
|
|
- 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
|
|
|
|
- 02103a7f7dd016558597f7960d27c516a4394fd968b9e65155eb4b013e4040406e
|
|
|
|
- 03d90c07df63e690ce77912e10ab51acc944b66860237b608c4f8f8309e71ee699
|
|
|
|
- 02a7bc55fe8684e0119768d104ba30795bdcc86619e864add26156723ed185cd62
|
2020-08-27 14:42:19 +00:00
|
|
|
- 02c429b3ea1aa486cb2edfd6e99d8055c1f81f1a9206664e2c40a586d187257557
|
|
|
|
- 02c4de32252c50fa171dbe25379e4e2d55cdc12f69e382c39f59a44573ecff2f9d
|
2020-08-03 12:00:27 +00:00
|
|
|
ValidatorsCount: 4
|
2019-01-22 12:14:52 +00:00
|
|
|
SeedList:
|
2023-10-18 14:20:23 +00:00
|
|
|
- 127.0.0.1:20334
|
|
|
|
- 127.0.0.1:20335
|
|
|
|
- 127.0.0.1:20336
|
2019-10-11 14:46:47 +00:00
|
|
|
VerifyTransactions: true
|
2020-11-18 08:59:34 +00:00
|
|
|
P2PSigExtensions: true
|
2022-05-06 12:27:07 +00:00
|
|
|
Hardforks:
|
2022-06-03 08:38:03 +00:00
|
|
|
Aspidochelone: 25
|
2019-01-22 12:14:52 +00:00
|
|
|
|
|
|
|
ApplicationConfiguration:
|
2022-12-06 15:13:40 +00:00
|
|
|
SkipBlockVerification: false
|
2019-11-05 12:22:07 +00:00
|
|
|
# LogPath could be set up in case you need stdout logs to some proper file.
|
|
|
|
# LogPath: "./log/neogo.log"
|
2019-09-10 14:22:21 +00:00
|
|
|
DBConfiguration:
|
2021-08-18 12:39:12 +00:00
|
|
|
Type: "inmemory" #other options: 'inmemory','boltdb'
|
2019-09-10 14:22:21 +00:00
|
|
|
# DB type options. Uncomment those you need in case you want to switch DB type.
|
2019-09-10 20:21:26 +00:00
|
|
|
# LevelDBOptions:
|
|
|
|
# DataDirectoryPath: "./chains/unit_testnet"
|
2019-09-14 07:28:43 +00:00
|
|
|
# BoltDBOptions:
|
|
|
|
# FilePath: "./chains/unit_testnet.bolt"
|
2022-12-06 19:35:37 +00:00
|
|
|
P2P:
|
|
|
|
Addresses:
|
|
|
|
- ":20333" # in form of "[host]:[port][:announcedPort]"
|
|
|
|
DialTimeout: 3s
|
|
|
|
ProtoTickInterval: 2s
|
|
|
|
PingInterval: 30s
|
|
|
|
PingTimeout: 90s
|
|
|
|
MaxPeers: 50
|
|
|
|
AttemptConnPeers: 5
|
|
|
|
MinPeers: 0
|
2019-01-22 12:14:52 +00:00
|
|
|
Relay: true
|
2019-11-01 10:23:46 +00:00
|
|
|
RPC:
|
2020-12-16 13:11:12 +00:00
|
|
|
MaxGasInvoke: 15
|
2019-11-01 10:23:46 +00:00
|
|
|
Enabled: true
|
2022-11-25 10:20:53 +00:00
|
|
|
Addresses:
|
2023-10-18 14:20:23 +00:00
|
|
|
- "127.0.0.1:0" # let the system choose port dynamically
|
2019-11-01 10:23:46 +00:00
|
|
|
EnableCORSWorkaround: false
|
2022-06-15 18:23:29 +00:00
|
|
|
SessionEnabled: true
|
|
|
|
SessionExpirationTime: 2 # enough for tests as they run locally.
|
2023-08-22 16:00:43 +00:00
|
|
|
MaxFindStoragePageSize: 2 # small value to test server-side paging
|
2019-12-04 06:48:32 +00:00
|
|
|
Prometheus:
|
2019-10-29 17:51:17 +00:00
|
|
|
Enabled: false #since it's not useful for unit tests.
|
2022-11-25 10:20:53 +00:00
|
|
|
Addresses:
|
|
|
|
- ":2112"
|
2019-12-04 06:48:32 +00:00
|
|
|
Pprof:
|
|
|
|
Enabled: false #since it's not useful for unit tests.
|
2022-11-25 10:20:53 +00:00
|
|
|
Addresses:
|
|
|
|
- ":2113"
|