neoneo-go/pkg/core/native/native_test
Roman Khimov 236e633ee4 native: make management compatible with C# node 3.5.0
It doesn't store id->hash mappings for native contracts. We need blockchain's
GetContractScriptHash to serve both anyway, so it was changed a bit. The only
other direct user of native.GetContractScriptHash is the VM CLI, but I doubt
anyone will use it for native contracts (they have ~zero VM code anyway).
2022-12-07 15:13:17 +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 *: use uint*Size and SignatureLen constants where appropriate 2022-10-05 10:45:52 +03:00
ledger_test.go core: make GetHeaderHash accept uint32 2022-11-25 14:30:51 +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 *: use uint*Size and SignatureLen constants where appropriate 2022-10-05 10:45:52 +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