neoneo-go/pkg/rpc
Roman Khimov b05754deac core: add Close() to blockchainer, implement it to properly close chain
Before it the deferred function in Run() was actually never able to properly
close the Store, so we weren't synching the latest state to the disk.
2019-11-08 12:19:54 +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 rpc/core: implement invokescript method, fix #348 2019-10-29 18:31:39 +03:00
client.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
doc.go rpc: split README into developer and user parts 2019-09-18 12:10:12 +03:00
errors.go Fix #140 (improve error message) (#142) 2019-02-20 16:28:11 +00:00
neoScanBalanceGetter.go rpc: fix bad name spellings noted by golint 2019-09-03 18:16:48 +03:00
neoScanTypes.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
param.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
params.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
prometheus.go monitoring: add prometheus monitoring 2019-10-29 20:51:17 +03:00
request.go rpc: add CORS workaround for RPC 2019-11-01 13:39:47 +03:00
rpc.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
server.go server: add log-path and address configuration 2019-11-06 15:58:54 +03:00
server_helper_test.go core: add Close() to blockchainer, implement it to properly close chain 2019-11-08 12:19:54 +03:00
server_test.go core: add Close() to blockchainer, implement it to properly close chain 2019-11-08 12:19:54 +03:00
stack_param.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
stack_param_test.go uint256: add Reverse(), change String() to be BE 2019-08-26 13:32:19 +03:00
txBuilder.go io: redo Serializable to return errors in BinReader/BinWriter 2019-09-17 13:21:52 +03:00
txTypes.go *: gofmt -s 2019-09-09 12:02:24 +03:00
types.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00