neo-go/internal
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
..
basicchain rpcclient: fix WS-client unsubscription process 2022-11-16 23:44:30 +03:00
contracts config: add a special Blockchain type to configure Blockchain 2022-12-07 17:35:53 +03:00
fakechain config: add a special Blockchain type to configure Blockchain 2022-12-07 17:35:53 +03:00
keytestcases core: rename Neo.Crypto.CheckSig interop 2021-05-11 18:37:55 +03:00
random pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
testchain core: make GetHeaderHash accept uint32 2022-11-25 14:30:51 +03:00
testcli config: add a special Blockchain type to configure Blockchain 2022-12-07 17:35:53 +03:00
testserdes config: unify BasicService config within existing services 2022-12-06 16:35:09 +03:00