koinos / koinos-chain

The chain microservice is responsible for the application of blocks, running of smart contracts, and applying transactions.
Other
15 stars 3 forks source link

Create client implementation #255

Closed sgerbino closed 3 years ago

sgerbino commented 3 years ago

Create client implementation (in koinos::net::jsonrpc)

mvandeberg commented 3 years ago

Blocked because it is based on #254 which both needs to be merged and tested first

Still needs:

Reconnect logic on too many timeouts Better testing coverage on incorrect jsonrpc responses

This is done enough to unblock #253