You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuweni.apache.org by GitBox <gi...@apache.org> on 2021/05/22 08:53:06 UTC

[GitHub] [incubator-tuweni] atoulme opened a new pull request #241: Initial implementation of JSON-RPC server

atoulme opened a new pull request #241:
URL: https://github.com/apache/incubator-tuweni/pull/241


   ## PR description
   This is the barebones implementation of a JSON-RPC server that is able to understand HTTP requests for batch and single requests, pass them to a controller for fulfillment, and send back the data.
   
   The PR has one example of a function fulfilled by Ethereum JSON-RPC.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org
For additional commands, e-mail: dev-help@tuweni.apache.org


[GitHub] [incubator-tuweni] atoulme merged pull request #241: Initial implementation of JSON-RPC server

Posted by GitBox <gi...@apache.org>.
atoulme merged pull request #241:
URL: https://github.com/apache/incubator-tuweni/pull/241


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org
For additional commands, e-mail: dev-help@tuweni.apache.org