neoneo-go/pkg/rpc
Roman Khimov ea3b76ded1 network: make NewServer return an error, fix #612
It can return nil in two cases, so we're better return an error and handle
it.
2020-01-22 11:17:51 +03:00
..
result RCP server (#50) 2018-03-23 21:36:59 +01:00
testdata core: verify blocks, fix #12 2019-10-15 18:58:17 +03:00
wrappers block: rename BlockBase to Base 2020-01-16 10:16:24 +03:00
client.go core: renames entities-> state and removed State prefix 2019-12-11 13:14:18 +03:00
doc.go rpc: implement client-side getunspents 2019-11-20 16:12:40 +03:00
errors.go Fix #140 (improve error message) (#142) 2019-02-20 16:28:11 +00:00
neoScanBalanceGetter.go core: renames entities-> state and removed State prefix 2019-12-11 13:14:18 +03:00
neoScanTypes.go core: renames entities-> state and removed State prefix 2019-12-11 13:14:18 +03:00
param.go address: rename functions as per #579 comments 2019-12-25 17:34:18 +03:00
param_test.go address: rename functions as per #579 comments 2019-12-25 17:34:18 +03:00
params.go rpc: make parameter type an enum 2019-11-22 12:56:49 +03:00
prometheus.go rpc: implement getunspents method, fix #473 2019-11-18 11:30:09 +03:00
request.go rpc: remove EnableCORSWorkaround from Request 2020-01-10 11:14:29 +03:00
rpc.go util: add LE suffix to Uint256 methods 2019-12-06 12:16:55 +03:00
scdetails.go rpc/cli: implement contract deployment, fix #474 2019-11-20 16:12:40 +03:00
server.go rpc: make rpc request logging at Debug level 2020-01-13 17:33:29 +03:00
server_helper_test.go network: make NewServer return an error, fix #612 2020-01-22 11:17:51 +03:00
server_test.go core,rpc: close Blockchain in tests 2020-01-10 11:47:56 +03:00
stack_param.go util: add LE suffix to Uint256 methods 2019-12-06 12:16:55 +03:00
stack_param_test.go util: add LE suffix to Uint160 methods 2019-12-06 12:16:55 +03:00
tx_builder_test.go *: gofmt 2019-12-02 10:10:50 +03:00
txBuilder.go keys: don't return error from PrivateKey.Sign 2020-01-17 17:00:30 +03:00
txTypes.go *: gofmt -s 2019-09-09 12:02:24 +03:00
types.go rpc: implement client-side getunspents 2019-11-20 16:12:40 +03:00