prysm-pulse/proto
2018-08-05 16:23:31 -07:00
..
beacon Refactor Proto Struct to Be More Semantic (#381) 2018-08-05 16:23:31 -07:00
sharding/p2p/v1 Simulate Epoch Transition (#361) 2018-08-01 08:24:55 -07:00
README.md proto: Structure Protos for Beacon and for Sharding (#359) 2018-07-31 13:54:45 -05:00

Ethereum 2.0 Protocol Buffers

This package defines common protobuf messages and services used by Ethereum 2.0 clients. Following the structure of:

proto/
  beacon/
    p2p/
      v1/
    rpc/
      v1/
  sharding/
    p2p/
      v1/

We specify messages available for p2p communication common to beacon chain nodes and sharding clients.