neoneo-go/pkg/rpc/server
Roman Khimov c2b3ee3d8e core: move basic chain creation into a package of its own
This allows to reuse it across different packages.

testchain can't be used because of circular dependencies.

Init() is not changed except for filepath.Join() use instead of direct string
appends which is a better approach anyway. rootpath is required because
current directory will change from package to package.
2022-06-08 15:25:27 +03:00
..
testdata core: move basic chain creation into a package of its own 2022-06-08 15:25:27 +03:00
client_test.go core: use dao-binded cache for native contracts 2022-04-29 16:10:04 +03:00
prometheus.go rpc/server: register ws calls in Prometheus 2022-03-21 23:18:00 +03:00
server.go rpc: do not allow empty error's Cause 2022-05-30 15:58:46 +03:00
server_helper_test.go rpc: bump getversion compat 2022-05-16 06:59:23 +03:00
server_test.go rpc: adjust test data 2022-06-03 11:37:50 +03:00
subscription.go [#2442] English Check 2022-05-04 19:48:27 +03:00
subscription_test.go rpc/server: make Server conform network.Service interface 2022-04-22 10:49:06 +03:00
tokens.go [#2442] English Check 2022-05-04 19:48:27 +03:00
util.go rpc, internal: fix CodeQL int conversions warnings 2021-04-19 11:30:28 +03:00