Commit 84ec8fb
authored
refactor: remove generated protobuf files from the repo (#2842)
## Summary
Removing generated protobuf files from the public repo
## Future improvements
- What should we do with the proto-rpc package's generate protobuf code?
Currently the solution requires generateing the code for eslint, check,
and test separately. We don't want to include the building of the test
files in pre-build.
- Could look into pruning all of the bootstrapped packages in the
Dockerfile. Based on a quick test the size of the image is the same if
only the node is pruned or if all sub packages are pruned separately.1 parent 630df49 commit 84ec8fb
File tree
53 files changed
+30
-7329
lines changed- .github/workflows/reusable/cached-build
- packages
- autocertifier-client
- generated/packages/autocertifier-client/protos
- dht
- generated
- google/protobuf
- packages
- dht/protos
- proto-rpc/protos
- proto-rpc
- generated
- google/protobuf
- test/proto
- google/protobuf
- sdk
- src/generated
- google/protobuf
- packages
- dht/protos
- proto-rpc/protos
- sdk/protos
- trackerless-network
- generated
- google/protobuf
- packages
- proto-rpc/protos
- trackerless-network/protos
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+30
-7329
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 0 additions & 47 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
0 commit comments