neoneo-go/pkg/config
Roman Khimov c2adbf768b config: add TimePerBlock to replace SecondsPerBlock
It's more generic and convenient than MillisecondsPerBlock. This setting is
made in backwards-compatible fashion, but it'll override SecondsPerBlock if
both are used. Configurations are specifically not changed here, it's
important to check compatibility.

Fixes #2675.
2022-12-02 19:52:14 +03:00
..
limits limits: new package with storage limits 2022-07-08 23:30:30 +03:00
netmode config: switch to T5 testnet 2022-05-04 10:22:27 +03:00
testdata config: add NativeUpdateHistory 2021-03-15 12:35:14 +03:00
application_config.go network: add BroadcastFactor to control gossip, fix #2678 2022-10-14 15:53:32 +03:00
application_config_test.go cli: also check new ApplicationConfiguration for consistency 2022-07-27 12:30:08 +03:00
basic_service.go config: move metrics.Config into config.BasicService 2022-07-08 23:30:30 +03:00
config.go rpc: move rpc.Config to pkg/config, remove pkg/rpc 2022-07-25 11:58:13 +03:00
config_test.go config: add NativeUpdateHistory 2021-03-15 12:35:14 +03:00
doc.go *: add more package-specific documentation 2021-03-19 16:18:45 +03:00
hardfork.go config: s/HF_Aspidochelone/Aspidochelone/ 2022-06-03 11:53:18 +03:00
hardfork_string.go config: s/HF_Aspidochelone/Aspidochelone/ 2022-06-03 11:53:18 +03:00
notary_config.go core, network: add Notary module 2021-02-02 22:01:20 +03:00
oracle_config.go oracle: check response Content-Type 2021-07-12 13:13:48 +03:00
protocol_config.go config: add TimePerBlock to replace SecondsPerBlock 2022-12-02 19:52:14 +03:00
protocol_config_test.go config: add TimePerBlock to replace SecondsPerBlock 2022-12-02 19:52:14 +03:00
rpc_config.go rpcsrv: make websocket client limit configurable 2022-11-23 12:19:49 +03:00
state_root.go stateroot: allow to sign new roots 2021-03-09 13:51:11 +03:00
wallet_config.go *: move wallet config from wallet to config package 2020-06-29 09:15:29 +03:00