neoneo-go/pkg/services/notary
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
..
testdata wallet: fix wallet version to conform to NEP-6 2022-08-07 22:41:40 +03:00
core_test.go config: add a special Blockchain type to configure Blockchain 2022-12-07 17:35:53 +03:00
node.go *: do not get private key from Account to check if it CanSign() 2022-09-02 14:43:34 +03:00
node_test.go *: don't get private key from account if just public one is needed 2022-09-02 14:43:28 +03:00
notary.go *: use uint*Size and SignatureLen constants where appropriate 2022-10-05 10:45:52 +03:00
notary_test.go *: use uint*Size and SignatureLen constants where appropriate 2022-10-05 10:45:52 +03:00
request_type.go [#2442] English Check 2022-05-04 19:48:27 +03:00