Commit 1b99a88
committed
Separate vendored and authored crates, clean up docs
Reorganize workspace to clearly distinguish first-party crates from
vendored/forked third-party crates, as requested in PR review:
- Authored crates (bpf-recorder, bpf-ring-buffer, mina-recorder,
mina-aggregator, mina-ipc, simulator, tester, topology-tool)
moved to crates/
- Vendored crates (ebpf-kern, ebpf-user, radiation + their macro
subcrates) moved to vendored/
- Updated workspace Cargo.toml members and dependency paths
- Updated Dockerfile install paths
- Fixed bpf-recorder build.rs target dir (now two levels deep)
Documentation cleanup:
- CLAUDE.md: Replace hardcoded build commands list with
`make help` reference to avoid duplication drift
- README.md: Condense multi-paragraph introduction into concise
overview with eBPF link, bulleted architecture summary, and
brief note on encryption key interception
- Add trailing newlines to Cargo.toml files1 parent f75cb62 commit 1b99a88
File tree
181 files changed
+42
-78
lines changed- crates
- bpf-recorder
- src
- bpf-ring-buffer
- src
- mina-aggregator
- src
- mina-ipc
- src
- message
- mina-recorder
- src
- bin
- connection
- mina_protocol
- test_data
- database
- decode
- libp2p_helper
- test_data
- simulator
- src
- bin
- peer
- registry
- tester
- src
- topology-tool
- src
- vendored
- ebpf-kern
- macros
- src
- src
- ebpf-user
- macros
- src
- src
- radiation
- macros
- src
- src
- absorb
- emit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
181 files changed
+42
-78
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments