neo-go/pkg
Roman Khimov 00e22b9751 rpcbindings: produce ToStackItem companion method
We need it for structs to be usable as function parameters, otherwise
they're not implementing stackitam.Convertible and they fail at transaction
script creation phase:

    2025/01/22 20:31:26 bootstrap error: could not invoke method (addNode): test invocation failed: unsupported operation: *netmap.NetmapNode2 type

Related to https://github.com/nspcc-dev/neofs-node/pull/3088.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2025-01-24 17:07:20 +03:00
..
compiler smartcontract: support NEP-26 and NEP-27 2025-01-21 18:14:55 +03:00
config Merge pull request #3750 from nspcc-dev/removeuntraceableheaders 2024-12-13 16:30:31 +03:00
consensus *: migrate onto simplified dbft.PublicKey interface 2024-11-29 18:33:19 +03:00
core native: add NEP-27 to Notary's supported standards 2025-01-21 19:41:45 +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 ws: allow filtering notification by parameters 2024-11-26 00:26:04 +03:00
neotest neotest: Add 'ReadNEF' method 2024-12-20 16:03:03 +03:00
network capability: add ArchivalNode, fix #3776 2024-12-28 10:51:40 +03:00
rpcclient ws: allow filtering notification by parameters 2024-11-26 00:26:04 +03:00
services native: add NEP-27 to Notary's supported standards 2025-01-21 19:41:45 +03:00
smartcontract rpcbindings: produce ToStackItem companion method 2025-01-24 17:07:20 +03:00
util *: improve for loop syntax 2024-08-30 21:45:18 +03:00
vm stackitem: split TryMake and Make 2025-01-24 17:07:20 +03:00
wallet *: use slices.Index/slices.Contains where appropriate 2024-08-27 08:24:52 +03:00