neoneo-go/pkg/services
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
..
helpers/rpcbroadcaster rpc/client: move to pkg/rpcclient 2022-07-21 22:39:53 +03:00
metrics metrics: move package to services 2022-07-21 23:38:23 +03:00
notary *: add some comments to service Start/Shutdown methods 2022-07-04 23:03:50 +03:00
oracle rpc/client: move to pkg/rpcclient 2022-07-21 22:39:53 +03:00
rpcsrv smartcontract: drop Params type and TryParse methods 2022-08-01 21:31:23 +03:00
stateroot Merge pull request #2580 from nspcc-dev/service-review 2022-07-05 12:23:25 +03:00