neoneo-go/pkg/core/native/native_test
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/policyhelper nativetest: migrate Policy contract tests to neotest 2022-01-14 16:34:33 +03:00
common_test.go core: don't reset NEO's gasPerBlock cache 2022-04-29 16:10:04 +03:00
designate_test.go core: keep Designation cache always valid and up-to-date 2022-04-29 16:10:04 +03:00
gas_test.go config: add a special Blockchain type to configure Blockchain 2022-12-07 17:35:53 +03:00
ledger_test.go config: add a special Blockchain type to configure Blockchain 2022-12-07 17:35:53 +03:00
management_test.go native: make management compatible with C# node 3.5.0 2022-12-07 15:13:17 +03:00
neo_test.go wallet: add ScriptHash() to Account 2022-09-02 14:43:34 +03:00
notary_test.go config: add a special Blockchain type to configure Blockchain 2022-12-07 17:35:53 +03:00
oracle_test.go *: don't get private key from account if just public one is needed 2022-09-02 14:43:28 +03:00
policy_test.go core: keep Policy cache always valid and up-to-date 2022-04-29 16:10:04 +03:00