neoneo-go/pkg/rpc
Roman Khimov 8d4dd2d2e1 vm: move opcodes into their own package
This allows easier reuse of opcodes and in some cases allows to eliminate
dependencies on the whole vm package, like in compiler that only needs opcodes
and doesn't care about VM for any other purpose.

And yes, they're opcodes because an instruction is a whole thing with
operands, that's what context.Next() returns.
2019-12-03 18:22:14 +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: implement getunspents method, fix #473 2019-11-18 11:30:09 +03:00
client.go Merge pull request #513 from nspcc-dev/feat/rpc_param 2019-11-22 18:47:59 +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 rpc: implement CalculateInputs for RPC client 2019-11-20 16:12:40 +03:00
neoScanTypes.go rpc: remove duplicating definition of UTXO 2019-11-19 17:35:04 +03:00
param.go rpc: implement invokefunction, fix #347 2019-11-27 13:00:11 +03:00
param_test.go rpc: implement invokefunction, fix #347 2019-11-27 13:00:11 +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: add CORS workaround for RPC 2019-11-01 13:39:47 +03:00
rpc.go rpc: skip input/outputs mangling if no gas is attached to invocation 2019-11-29 18:00:08 +03:00
scdetails.go rpc/cli: implement contract deployment, fix #474 2019-11-20 16:12:40 +03:00
server.go rpc: refactor out runScriptInVM() from invokers 2019-11-28 19:13:58 +03:00
server_helper_test.go rpc: implement invokefunction, fix #347 2019-11-27 13:00:11 +03:00
server_test.go rpc: implement server-side 'invoke' method, fix #346 2019-11-28 19:08:31 +03:00
stack_param.go rpc: add marshaler for StackParamType 2019-11-27 13:00:11 +03:00
stack_param_test.go rpc: cover stack_param with more tests 2019-11-22 13:20:15 +03:00
tx_builder_test.go *: gofmt 2019-12-02 10:10:50 +03:00
txBuilder.go vm: move opcodes into their own package 2019-12-03 18:22:14 +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