Skip to content

[META] make ethereum's RPC using protobuf messages #140

@pcppcp

Description

@pcppcp

json is too verbose and too difficult to parse. We have to use binary format to pass data from embedded targets.

  • evaluate available protobuf libraries suitable for an embedded system
  • port JSONRPC messages to protobuf definition
  • make a proxy that accepts protobuf-encoded message on one side (using HTTP as transport for now) and translates the request to JSONRPC (this can be done in python/flask)
  • create protobuf RPC library for the embedded part
  • integrate the proxy and the library

Metadata

Metadata

Assignees

No one assigned

    Labels

    MetaDiscussions about the code architecture, features, etc.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions