neo-go/pkg/core/native/native_test
Anna Shaleva 762a8da76a core: remove contract script check on deploy/update
This check is good and was present here since #1729, but it was
accidently removed from the reference implementation (see the
discussion in https://github.com/neo-project/neo/issues/2848). The
removal of this check from the C# node leaded to the T5 testnet state
diff since 1670095 heigh which causes inability to process new blocks
since 2272533 height (see #3049). This check was added back to the
C# node in https://github.com/neo-project/neo/pull/2849, but it is
planned to be the part of the upcoming 3.6.0 C# node release.

We need to keep our testnet healthy, thus, strict contract script
check will be temporary removed from the node code and is planned
to be added back to be a part of the next 3.6.0-compatible release.

Close #3049.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
2023-07-08 11:49:31 +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 core: remove contract script check on deploy/update 2023-07-08 11:49:31 +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