neo-go/pkg/services/rpcsrv
Roman Khimov f011b3c3dd rpcclient: introduce NEO wrapper
Notice that int64 types are used for gas per block or registration price
because the price has to fit into the system fee limitation and gas per block
value can't be more than 10 GAS. We use int64 for votes as well in other types
since NEO is limited to 100M.
2022-08-17 22:03:09 +03:00
..
params rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00
testdata Revert "native/interop: revert management.hasMethod()" 2022-07-28 17:00:34 +03:00
client_test.go rpcclient: introduce NEO wrapper 2022-08-17 22:03:09 +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 rpcsrv: return more configuration data to the client 2022-08-09 15:36:40 +03:00
server_helper_test.go rpc/server: move to services/rpcsrv 2022-07-21 22:14:12 +03:00
server_test.go core: fix native Management's hasMethod signature 2022-08-11 16:10:01 +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