aeternity / protocol

Specification of the æternity blockchain protocol
https://docs.aeternity.com/protocol
208 stars 76 forks source link

describe new websocket protocol? #234

Open benoitc opened 6 years ago

benoitc commented 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

uwiger commented 6 years ago

Yes, this will be my next task, now that there is a passing test suite for both legacy and JSON-RPC.

hanssv commented 6 years ago

For reference the referenced issue is bogus and can be ignored...