You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,11 @@ and [Akash provider](https://github.com/akash-network/provider) in a single plac
10
10
There are currently defined two buf packages with further intentions to be published into BSR if there is demand for it:
11
11
-`buf.build/akash-network/node` - Akash protobuf definitions previously located in [proto](https://github.com/akash-network/node/tree/master/proto/akash)
12
12
have all been moved [under](./proto/node/akash). All generated code can be found [here](./go/node)
13
-
-`buf.build/akash-network/manifest` - Akash manifest definitions previously defined as plan Go structs have been converted into Protobuf [definitions](./proto/provider/akash)
13
+
-`buf.build/akash-network/provider` - Akash manifest definitions previously defined as plan Go structs have been converted into Protobuf [definitions](./proto/provider/akash)
14
+
15
+
Proto docs are available:
16
+
- for [node](docs/proto/node/proto-docs.md)
17
+
- for [provider](docs/proto/provider/proto-docs.md)
0 commit comments