neoneo-go/pkg/rpc
Anthony De Meulemeester 34bd9d31ac
Compiler arrays (#49)
* implemented operation and param flags in the cli invoke cmd.

* reverted prev changes and added debug flag for compiling.

* change transactionType variable to Type, for package convention

* index support for arrays.

* implemented builtin (len) for the compiler.

* bumped version -> 0.35.0

* updated compiler README and changed invoke to testinvoke.
2018-03-25 18:21:00 +02:00
..
result RCP server (#50) 2018-03-23 21:36:59 +01:00
client.go RPC client (#42) 2018-03-05 09:53:09 +01:00
doc.go RPC client (#42) 2018-03-05 09:53:09 +01:00
errors.go RCP server (#50) 2018-03-23 21:36:59 +01:00
param.go RCP server (#50) 2018-03-23 21:36:59 +01:00
params.go RCP server (#50) 2018-03-23 21:36:59 +01:00
request.go RCP server (#50) 2018-03-23 21:36:59 +01:00
rpc.go Compiler arrays (#49) 2018-03-25 18:21:00 +02:00
server.go Bug where result was written after error regardless of if there was one or not (#54) 2018-03-25 12:13:47 +02:00
types.go Compiler arrays (#49) 2018-03-25 18:21:00 +02:00