neo-go/pkg
Ekaterina Pavlova 75d12081bf core: fix too many nesting levels bug
The C# implementation only decrements the nesting depth once in the
parent composite condition (And, Or, or Not) and then passes that
already‐decremented value onto its subconditions without further
decrementing inside the loop.

Close #3809

Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
2025-02-13 16:48:03 +03:00
..
compiler smartcontract: support NEP-26 and NEP-27 2025-01-21 18:14:55 +03:00
config network: integrate state sync module with blockfetcher 2025-02-06 16:12:55 +03:00
consensus bqueue: make queue generic 2025-02-04 16:48:03 +03:00
core core: fix too many nesting levels bug 2025-02-13 16:48:03 +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 native: add callflag.AllowNotify to some methods to HFEchidna 2024-12-23 15:54:56 +01:00
io io: no need to do ValueOf() again, it's known 2024-11-15 22:29:06 +03:00
neorpc neorpc: rename BlockNotifications fields to follow triggers exactly 2025-02-11 16:06:15 +03:00
neotest neotest: Add 'ReadNEF' method 2024-12-20 16:03:03 +03:00
network network: integrate state sync module with blockfetcher 2025-02-06 16:12:55 +03:00
rpcclient rpc: implement getblocknotifications API 2025-02-11 15:40:15 +03:00
services neorpc: rename BlockNotifications fields to follow triggers exactly 2025-02-11 16:06:15 +03:00
smartcontract Merge pull request #3804 from nspcc-dev/toscparameter 2025-02-04 17:52:41 +03:00
util *: improve for loop syntax 2024-08-30 21:45:18 +03:00
vm vm: drop Dump*Slot methods from Context 2025-02-11 16:38:21 +03:00
wallet *: use slices.Index/slices.Contains where appropriate 2024-08-27 08:24:52 +03:00