Open benoitc opened 6 years ago
it seems that the websocket protocol described here is legacy. the code in epoch: https://github.com/aeternity/epoch/blob/master/apps/aehttp/src/sc_ws_handler.er is using json rpc 2.o apparently.l
Yes, this will be my next task, now that there is a passing test suite for both legacy and JSON-RPC.
For reference the referenced issue is bogus and can be ignored...
it seems that the websocket protocol described here is legacy. the code in epoch: https://github.com/aeternity/epoch/blob/master/apps/aehttp/src/sc_ws_handler.er is using json rpc 2.o apparently.l