neo-go/pkg
Anna Shaleva c3916ef2c3 mpt: introduce DummySTTempStoragePrefix
Use this constant as a dummy contract storage item prefix for those
situations when Billet is used as an MPT search wrapper. Otherwise it's
confusing to see `0` passed as a storage prefix to the billet
constructor and then panic inside the Billet's code if this prefix is
`0`.

Ref. https://github.com/nspcc-dev/neo-go/pull/2201.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
2025-03-06 16:01:14 +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 mpt: introduce DummySTTempStoragePrefix 2025-03-06 16:01:14 +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 rpcclient: fix getblocknotifications no filter case handling 2025-02-27 19:24:48 +08:00
services Merge pull request #3820 from nspcc-dev/getblocknotifications 2025-02-27 14:46:56 +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