Skip to content

Commit 2680b07

Browse files
authored
Update dependencies (#580)
* web3: add JSON-RPC_putResponseError * deps/plugin: update submodule
1 parent 4a1a105 commit 2680b07

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

deps/plugin

web3.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ WEB3 JSON RPC
215215
syntax K ::= #putResponse(JSON, Int) [function, hook(JSON.write)]
216216
// -----------------------------------------------------------------
217217
218+
syntax IOJSON ::= #putResponseError ( JSON ) [klabel(JSON-RPC_putResponseError), symbol]
219+
// ----------------------------------------------------------------------------------------
220+
218221
syntax KItem ::= #loadRPCCall(IOJSON)
219222
// -------------------------------------
220223
rule <k> #loadRPCCall({ _ } #as J) => #checkRPCCall ~> #runRPCCall ... </k>

0 commit comments

Comments
 (0)