plugai_updsrv/deps/github.com/ledgerwatch/interfaces
hailin 6eefab86da first commit 2025-06-18 13:27:25 +08:00
..
.github/workflows first commit 2025-06-18 13:27:25 +08:00
_docs first commit 2025-06-18 13:27:25 +08:00
downloader first commit 2025-06-18 13:27:25 +08:00
execution first commit 2025-06-18 13:27:25 +08:00
p2psentinel first commit 2025-06-18 13:27:25 +08:00
p2psentry first commit 2025-06-18 13:27:25 +08:00
remote first commit 2025-06-18 13:27:25 +08:00
src first commit 2025-06-18 13:27:25 +08:00
txpool first commit 2025-06-18 13:27:25 +08:00
types first commit 2025-06-18 13:27:25 +08:00
web3 first commit 2025-06-18 13:27:25 +08:00
.gitignore first commit 2025-06-18 13:27:25 +08:00
Cargo.toml first commit 2025-06-18 13:27:25 +08:00
LICENSE first commit 2025-06-18 13:27:25 +08:00
README.md first commit 2025-06-18 13:27:25 +08:00
build.rs first commit 2025-06-18 13:27:25 +08:00
go.mod first commit 2025-06-18 13:27:25 +08:00
keep.go first commit 2025-06-18 13:27:25 +08:00
turbo-geth-architecture.png first commit 2025-06-18 13:27:25 +08:00
turbo-geth.drawio first commit 2025-06-18 13:27:25 +08:00

README.md

Interfaces

Interfaces for Erigon components, compatible with Silkworm and Akula. Currently it is a collection of .proto files describing gRPC interfaces between components, but later documentation about each interface, its components, as well as required version of gRPC will be added

See more info on the component and descriptions in Components

What's in this repo

  • Protobuf definitions
  • Wrappers:
    • Rust crate with autogenerated client and server based on Tonic

NOTE: You are free to ignore provided wrappers and use the .proto files directly

Suggested integration into other repositories

Using a go module is the most effective way to include these definitions in consuming repos.

go get github.com/ledgerwatch/interfaces

This makes local development easier as go.mod redirect can be used, and saves on submodule/tree updates (which were the previous method of consumption).

Style guide

https://developers.google.com/protocol-buffers/docs/style