etclabscore / jade-signer-rpc

🔏Jade Signer JSON-RPC lets you manage keys and sign transactions and messages offline for any EVM-based blockchain.
Apache License 2.0
6 stars 3 forks source link

Jade Signer supports new generated JSONRpc server #80

Open zcstarr opened 4 years ago

zcstarr commented 4 years ago

This is interrelated to #79, the latest JSONRpc Server allows us to use rust syntax generation to simply impl a code generated trait. This actually requires rewriting the server layer of jade signer.

Motivation: Updating the server layer will help fix #79 , by providing a consistent interface that corresponds to the json-rpc document. This leads to a rewrite of the server layer as we no longer have to write custom endpoints for signer.

Acceptance Critieria:

Jade signer serves the open-rpc api using generated typings .