neo-go/pkg/rpc/request
Anna Shaleva 867bb708fc rpc: add cache to basic parameters
Need to cache values of string, bool, int and array because they can be
reused multiple times by RPC handlers. Other values don't need to be
cached.
2021-11-10 14:42:40 +03:00
..
param.go rpc: add cache to basic parameters 2021-11-10 14:42:40 +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: *In parameters marshalling optimisation 2021-11-10 14:42:08 +03:00
txBuilder.go rpc: allow to pass null parameter to invoke* calls 2021-11-10 14:42:40 +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