erigon-pulse/interfaces
2021-03-25 13:42:45 +07:00
..
p2psentry More updates to downloader, new p2psentry protocol (#1559) 2021-03-19 21:24:49 +00:00
remote Mining: use noop writer when applyTx, pending logs subscription (#1600) 2021-03-25 13:42:45 +07:00
snapshot_downloader More updates to downloader, new p2psentry protocol (#1559) 2021-03-19 21:24:49 +00:00
txpool More updates to downloader, new p2psentry protocol (#1559) 2021-03-19 21:24:49 +00:00
types More updates to downloader, new p2psentry protocol (#1559) 2021-03-19 21:24:49 +00:00
LICENSE [WIP] add interfaces subtree and switch headers POC to using shared proto files (#1315) 2020-10-29 16:38:46 +00:00
README.md More updates to downloader, new p2psentry protocol (#1559) 2021-03-19 21:24:49 +00:00
turbo-geth-architecture.png More updates to downloader, new p2psentry protocol (#1559) 2021-03-19 21:24:49 +00:00
turbo-geth.drawio More updates to downloader, new p2psentry protocol (#1559) 2021-03-19 21:24:49 +00:00

Interfaces

Interfaces for turbo-geth components. 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

Suggested integration into other repositories

git subtree add --prefix interfaces --squash https://github.com/ledgerwatch/interfaces master

When you need to update the subtree to a specific commit or tag, you can use this command:

git subtree pull --prefix interfaces --squash https://github.com/ledgerwatch/interfaces <tag_or_commit>