neo-go/pkg
Roman Khimov 97506fb48d keys: rework nep-2/wif encoding without bytes.Buffer
It doesn't make any sense here and the length check was just a dead code.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2024-08-27 12:29:44 +03:00
..
compiler *: use slices package for sorting and searching 2024-08-27 12:29:44 +03:00
config *: use slices package for sorting and searching 2024-08-27 12:29:44 +03:00
consensus consensus: don't do useless key sorting 2024-08-27 08:24:52 +03:00
core *: don't use CompareTo name for three-way comparison functions 2024-08-27 12:29:44 +03:00
crypto keys: rework nep-2/wif encoding without bytes.Buffer 2024-08-27 12:29:44 +03:00
encoding *: don't use CompareTo name for three-way comparison functions 2024-08-27 12:29:44 +03:00
interop *: bump min Go to 1.21, use 1.23 by default 2024-08-23 19:11:06 +03:00
io *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
neorpc rpcsrv: add seedlist and standbycommittee to getversion 2024-08-09 12:53:31 +03:00
neotest *: use slices package for sorting and searching 2024-08-27 12:29:44 +03:00
network *: don't use CompareTo name for three-way comparison functions 2024-08-27 12:29:44 +03:00
rpcclient *: use slices package for sorting and searching 2024-08-27 12:29:44 +03:00
services *: use slices package for sorting and searching 2024-08-27 12:29:44 +03:00
smartcontract *: use slices package for sorting and searching 2024-08-27 12:29:44 +03:00
util *: don't use CompareTo name for three-way comparison functions 2024-08-27 12:29:44 +03:00
vm *: use slices.Index/slices.Contains where appropriate 2024-08-27 08:24:52 +03:00
wallet *: use slices.Index/slices.Contains where appropriate 2024-08-27 08:24:52 +03:00