neoneo-go/pkg/services
Roman Khimov 7589733017 config: add a special Blockchain type to configure Blockchain
And include some node-specific configurations there with backwards
compatibility. Note that in the future we'll remove Ledger's
fields from the ProtocolConfiguration and it'll be possible to access them in
Blockchain directly (not via .Ledger).

The other option tried was using two configuration types separately, but that
incurs more changes to the codebase, single structure that behaves almost like
the old one is better for backwards compatibility.

Fixes #2676.
2022-12-07 17:35:53 +03:00
..
helpers/rpcbroadcaster rpc/client: move to pkg/rpcclient 2022-07-21 22:39:53 +03:00
metrics services: allow multiple listen addresses for simple services 2022-12-07 11:23:01 +03:00
notary config: add a special Blockchain type to configure Blockchain 2022-12-07 17:35:53 +03:00
oracle config: add a special Blockchain type to configure Blockchain 2022-12-07 17:35:53 +03:00
rpcsrv config: add a special Blockchain type to configure Blockchain 2022-12-07 17:35:53 +03:00
stateroot config: add a special Blockchain type to configure Blockchain 2022-12-07 17:35:53 +03:00