Roman Khimov
|
8e70cd3596
|
rpc: move rpc.Config to pkg/config, remove pkg/rpc
Makes no sense keeping it as is and TLS can be reused in the future.
|
2022-07-25 11:58:13 +03:00 |
|
Roman Khimov
|
1e0750e3cd
|
rpc: merge response and request under pkg/neorpc
Move result there also.
|
2022-07-25 11:57:53 +03:00 |
|
Roman Khimov
|
8c668765d2
|
rpc/client: move to pkg/rpcclient
Better package name, closer to user.
|
2022-07-21 22:39:53 +03:00 |
|
Roman Khimov
|
43a59adbd0
|
rpc/server: move to services/rpcsrv
`server` is not a good package name and it's an internal service, so it can be
just about anywhere.
|
2022-07-21 22:14:12 +03:00 |
|