neoneo-go/pkg/rpc/server
Roman Khimov 5b470f14cc rpc: pass single Param to CreateFunctionInvocationScript
N3 contracts require method and array of arguments to function correctly, but
CreateFunctionInvocationScript can produce scripts that won't work correctly
if one is to pass anything but a single array parameter to it. This doesn't
make much sense, so we can always expect there to be an array of parameters in
the third positional invokefunction argument (the same way C# node does).
2021-11-20 21:57:41 +03:00
..
testdata rpc: implement findstates RPC handler 2021-10-13 11:41:05 +03:00
client_test.go core: add finalizer functions to interop context 2021-10-21 10:05:12 +03:00
prometheus.go rpc: reuse handlers map for prometheus metrics 2020-03-25 15:25:12 +03:00
server.go rpc: pass single Param to CreateFunctionInvocationScript 2021-11-20 21:57:41 +03:00
server_helper_test.go rpc/server: use dynamic port for P2P service 2021-11-15 12:19:27 +03:00
server_test.go rpc: add server-side NEP-11 tracking API 2021-11-19 12:58:46 +03:00
subscription.go rpc: move NotaryRequestEvent to the subscriptions pkg 2021-09-24 17:42:59 +03:00
subscription_test.go rpc/server: fix sporadic test failures 2021-07-08 10:40:54 +03:00
tokens.go rpc: add server-side NEP-11 tracking API 2021-11-19 12:58:46 +03:00
util.go rpc, internal: fix CodeQL int conversions warnings 2021-04-19 11:30:28 +03:00