diodechain / diode_server

Diode Server
https://diode.io
Other
39 stars 9 forks source link

Change ticket signature message from BERT to RLP #8

Closed dominicletz closed 4 years ago

dominicletz commented 4 years ago

The DiodeRegistry is assuming ticket signatures to happen on an RLP encoded ticket representation. The current client and server implementations though create signatures on BERT encoded ticket representations. Server and client need to be updated