Skip to content

Commit

Permalink
Update dependencies (#580)
Browse files Browse the repository at this point in the history
* web3: add JSON-RPC_putResponseError

* deps/plugin: update submodule
  • Loading branch information
rv-jenkins authored Nov 29, 2019
1 parent 4a1a105 commit 2680b07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps/plugin
Submodule plugin updated 1 files
+13 −2 client-c/json.cpp
3 changes: 3 additions & 0 deletions web3.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ WEB3 JSON RPC
syntax K ::= #putResponse(JSON, Int) [function, hook(JSON.write)]
// -----------------------------------------------------------------
syntax IOJSON ::= #putResponseError ( JSON ) [klabel(JSON-RPC_putResponseError), symbol]
// ----------------------------------------------------------------------------------------
syntax KItem ::= #loadRPCCall(IOJSON)
// -------------------------------------
rule <k> #loadRPCCall({ _ } #as J) => #checkRPCCall ~> #runRPCCall ... </k>
Expand Down

0 comments on commit 2680b07

Please sign in to comment.