neoneo-go/pkg/rpc/request
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
..
param.go rpc: refactor GetUint160FromHex helper 2021-11-10 14:54:18 +03:00
param_test.go rpc: *In parameters marshalling optimisation 2021-11-10 14:42:08 +03:00
params.go rpc: *In parameters marshalling optimisation 2021-11-10 14:42:08 +03:00
tx_builder_test.go rpc: pass single Param to CreateFunctionInvocationScript 2021-11-20 21:57:41 +03:00
txBuilder.go rpc: pass single Param to CreateFunctionInvocationScript 2021-11-20 21:57:41 +03:00
types.go rpc: *In parameters marshalling optimisation 2021-11-10 14:42:08 +03:00
types_test.go rpc/request: add unmarshal benchmark 2021-11-01 17:21:04 +03:00