neo-go/pkg
Pavel Karpy f8549a4fb8 mpt: refactor lcp to be possible to use range
It took some time to understand why changing a regular `for` to a `range`
one leads to behavior changes; let it be more clear and explicit. Also, a
correct code is always better than a correct code with `nolint`.

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
2024-09-04 14:15:44 +03:00
..
compiler *: improve for loop syntax 2024-08-30 21:45:18 +03:00
config *: use slices package for sorting and searching 2024-08-27 12:29:44 +03:00
consensus *: improve for loop syntax 2024-08-30 21:45:18 +03:00
core mpt: refactor lcp to be possible to use range 2024-09-04 14:15:44 +03:00
crypto *: improve for loop syntax 2024-08-30 21:45:18 +03:00
encoding *: improve for loop syntax 2024-08-30 21:45:18 +03:00
interop go.mod: update to Go 1.22+ 2024-08-30 17:00:11 +03:00
io *: improve for loop syntax 2024-08-30 21:45:18 +03:00
neorpc *: improve for loop syntax 2024-08-30 21:45:18 +03:00
neotest *: improve for loop syntax 2024-08-30 21:45:18 +03:00
network *: fix copyloopvar warnings 2024-08-30 22:02:57 +03:00
rpcclient *: improve for loop syntax 2024-08-30 21:45:18 +03:00
services *: improve for loop syntax 2024-08-30 21:45:18 +03:00
smartcontract *: improve for loop syntax 2024-08-30 21:45:18 +03:00
util *: improve for loop syntax 2024-08-30 21:45:18 +03:00
vm .golangci.yml: add intrange linter 2024-09-04 14:15:32 +03:00
wallet *: use slices.Index/slices.Contains where appropriate 2024-08-27 08:24:52 +03:00