neo-go/pkg
Roman Khimov 5431b31d84 core: fix extensible sender check
Looks like it was wrong since 9592f3e052 because
sort.Search can return an index that is not equal to the target.
slices.BinarySearchFunc can do that too, but it also return a very convenient
boolean status that can be used.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2024-08-27 12:29:44 +03:00
..
compiler *: use slices.Sort() where appropriate 2024-08-27 08:24:52 +03:00
config *: use slices.Sort() where appropriate 2024-08-27 08:24:52 +03:00
consensus consensus: don't do useless key sorting 2024-08-27 08:24:52 +03:00
core core: fix extensible sender check 2024-08-27 12:29:44 +03:00
crypto *: use slices.Index/slices.Contains where appropriate 2024-08-27 08:24:52 +03:00
encoding *: drop pkg/util/slice, use slices.Reverse 2024-08-24 22:41:48 +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 neotest: implement coverage collection 2024-08-19 14:39:18 +03:00
network network: rework insertion into sorting in tryInitStateSync 2024-08-27 12:29:44 +03:00
rpcclient *: use slices.Sort() where appropriate 2024-08-27 08:24:52 +03:00
services *: use slices.Index/slices.Contains where appropriate 2024-08-27 08:24:52 +03:00
smartcontract manifest: deduplicate duplicate-checking code 2024-08-27 08:24:52 +03:00
util util: add Compare to Uint160 2024-08-27 08:24:52 +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