neo-go/pkg/core/native/native_test
Anna Shaleva 71bcb8bade native: allow to use EQUAL opcode for BLS12-381 points comparison
That's the way how C# node handles equality checks for stackitem.Interop types
for these points. Ref. https://github.com/nspcc-dev/neo-go/issues/3002#issuecomment-1591220501.

Along the way, add GT case for CryptoLib's bls12381Equal method. It should be there since #2940.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
2023-06-15 15:00:27 +03:00
..
helpers/policyhelper nativetest: migrate Policy contract tests to neotest 2022-01-14 16:34:33 +03:00
common_test.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
cryptolib_test.go native: allow to use EQUAL opcode for BLS12-381 points comparison 2023-06-15 15:00:27 +03:00
designate_test.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
gas_test.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +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 Revert "native: make management compatible with C# node 3.5.0" 2023-04-25 12:22:11 +03:00
neo_test.go native: optimize vote reward data (fix #2844) 2023-04-20 17:41:14 +08:00
notary_test.go vm: allow to emit convertible 2023-05-17 12:47:31 +03:00
oracle_test.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
policy_test.go core: keep Policy cache always valid and up-to-date 2022-04-29 16:10:04 +03:00