neoneo-go/pkg/services/rpcsrv
Roman Khimov 3c5a720e3a smartcontract: drop Params type and TryParse methods
They were first introduced in a058598ecc and
then carefully moved in 648e0bb242, but it looks
like they were never used by any external code. This code can be useful on the
server, but the server has its own params package to deal with
parameters. Clients usually create Parameters and then get results as
stackitem.Items, so they don't use this code either. So there is zero point in
keeping it.
2022-08-01 21:31:23 +03:00
..
params rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00
testdata rpc/server: move to services/rpcsrv 2022-07-21 22:14:12 +03:00
client_test.go smartcontract: drop Params type and TryParse methods 2022-08-01 21:31:23 +03:00
error.go rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00
prometheus.go rpc/server: move to services/rpcsrv 2022-07-21 22:14:12 +03:00
server.go blockchainer: drop the package completely 2022-07-25 11:58:13 +03:00
server_helper_test.go rpc/server: move to services/rpcsrv 2022-07-21 22:14:12 +03:00
server_test.go rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00
subscription.go neorpc/result: move NotaryRequestEvent to this package 2022-07-25 11:58:13 +03:00
subscription_test.go rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00
tokens.go rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00
util.go rpc/server: move to services/rpcsrv 2022-07-21 22:14:12 +03:00