problem: protobuf code is not included with dshackle

This commit is contained in:
Igor Artamonov
2020-08-08 15:34:44 -04:00
parent a41908031a
commit 8bd13bdb0f
5 changed files with 233 additions and 0 deletions

7
proto/README.adoc Normal file
View File

@@ -0,0 +1,7 @@
= Emerald Dshackle Protobuf definitions
Protobuf definition for the external interface (i.e. gRPC) of the Emerald Dshackle.
This gRPC definitions are part of the general Emerald API, please see the project with whole API at https://github.com/emeraldpay/emerald-grpc
Dshakle also has some internal Protobuf schemas, for example to serialize cached values.
You can find them in link:../src/main/proto/[].