neo-go/pkg/vm
Pavel Karpy 32f91dd726 .golangci.yml: add intrange linter
It checks that go 1.22's range-over-numbers feature is not skipped. Also,
fix some warnings it found.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
2024-09-04 14:15:32 +03:00
..
emit *: return errors.ErrUnsupported where appropriate 2024-08-27 12:51:12 +03:00
invocations vm: move InvocationTree into a package of its own 2022-07-08 23:30:30 +03:00
opcode *: improve for loop syntax 2024-08-30 21:45:18 +03:00
stackitem *: improve for loop syntax 2024-08-30 21:45:18 +03:00
testdata core: fix formatted error on transaction verification 2023-07-21 13:50:20 +03:00
vmstate vm: move State type into a package of its own 2022-07-08 18:34:52 +03:00
bench_test.go *: improve for loop syntax 2024-08-30 21:45:18 +03:00
context.go *: use slices.Clone instead of make/copy 2024-08-24 22:41:48 +03:00
contract_checks.go vm: optimize IsSignatureContract 2022-06-07 10:29:13 +03:00
contract_checks_test.go *: improve for loop syntax 2024-08-30 21:45:18 +03:00
debug_test.go *: use slices.Clone instead of make/copy 2024-08-24 22:41:48 +03:00
exception.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
fuzz_test.go *: drop go 1.18 support in doc and build targets 2023-10-12 17:59:42 +03:00
invocation_tree_test.go vm: don't use Stack for istack 2022-11-18 11:35:29 +03:00
iterator_test.go vm: Add tests for iterator unwrap scripts 2023-12-29 10:50:43 +03:00
json_test.go vm: update VM json tests path 2023-08-10 12:54:07 +03:00
opcodebench_test.go *: improve for loop syntax 2024-08-30 21:45:18 +03:00
ref_counter.go vm: optimize refcounter 2022-08-23 13:18:06 +03:00
ref_counter_test.go *: improve for loop syntax 2024-08-30 21:45:18 +03:00
slot.go vm: simplify (slot).Set code 2022-05-17 16:26:22 +03:00
slot_test.go vm: count initial Null slot variables as well 2022-05-16 17:42:57 +03:00
stack.go *: improve for loop syntax 2024-08-30 21:45:18 +03:00
stack_test.go *: improve for loop syntax 2024-08-30 21:45:18 +03:00
vm.go .golangci.yml: add intrange linter 2024-09-04 14:15:32 +03:00
vm_test.go *: fix copyloopvar warnings 2024-08-30 22:02:57 +03:00