mike dupont commited on
Commit
1ec5835
·
0 Parent(s):

Initial commit: 402K commits from 9K authors across 53 repos

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +57 -0
  2. activity/github/0x2t1ff/2022/01/activity.json +18 -0
  3. activity/github/0xBrahma/2022/10/activity.json +18 -0
  4. activity/github/0xalpharush/2023/05/activity.json +18 -0
  5. activity/github/0xflotus/2023/06/activity.json +18 -0
  6. activity/github/100000306+0xNineteen/2023/04/activity.json +18 -0
  7. activity/github/100000306+0xNineteen/2023/05/activity.json +18 -0
  8. activity/github/100307905+arusso-certik/2022/04/activity.json +18 -0
  9. activity/github/100430077+MoskalykA/2024/10/activity.json +34 -0
  10. activity/github/10043369+tredondo/2021/09/activity.json +146 -0
  11. activity/github/10043369+tredondo/2021/10/activity.json +50 -0
  12. activity/github/100715772+dk-neon/2022/11/activity.json +34 -0
  13. activity/github/100715772+dk-neon/2023/01/activity.json +18 -0
  14. activity/github/100715772+dk-neon/2023/02/activity.json +18 -0
  15. activity/github/101261445+valiksinev/2023/01/activity.json +18 -0
  16. activity/github/101902546+wentokay/2022/05/activity.json +18 -0
  17. activity/github/102622359+jdavis103/2022/05/activity.json +66 -0
  18. activity/github/10273406+marcinjahn/2025/06/activity.json +18 -0
  19. activity/github/1028334+nikhilsaraf/2018/08/activity.json +18 -0
  20. activity/github/1028334+nikhilsaraf/2018/10/activity.json +18 -0
  21. activity/github/103454930+a26nine/2022/10/activity.json +18 -0
  22. activity/github/104015327+royalrust/2022/09/activity.json +18 -0
  23. activity/github/104137665+pallavx/2023/01/activity.json +114 -0
  24. activity/github/10476912+hycinth22/2024/03/activity.json +18 -0
  25. activity/github/10476912+hycinth22/2025/01/activity.json +18 -0
  26. activity/github/10519967+btwotwo/2022/10/activity.json +258 -0
  27. activity/github/105607696+0xripleys/2022/11/activity.json +18 -0
  28. activity/github/105607696+0xripleys/2022/12/activity.json +18 -0
  29. activity/github/105701970+sowhu/2022/05/activity.json +18 -0
  30. activity/github/106017702+zfflxx/2025/07/activity.json +34 -0
  31. activity/github/106782975+brandon-j-roberts/2022/11/activity.json +18 -0
  32. activity/github/107079055+BorkBorked/2024/02/activity.json +18 -0
  33. activity/github/108292982+bergjaak/2025/04/activity.json +66 -0
  34. activity/github/108619806+timalsinaditya/2025/07/activity.json +18 -0
  35. activity/github/108802164+hecatia-elegua/2023/03/activity.json +82 -0
  36. activity/github/108802164+hecatia-elegua/2023/04/activity.json +98 -0
  37. activity/github/108802164+hecatia-elegua/2023/05/activity.json +34 -0
  38. activity/github/109031036+Jvr2022/2025/07/activity.json +34 -0
  39. activity/github/1096409085/2025/07/activity.json +34 -0
  40. activity/github/10987336+chrisheecho/2025/07/activity.json +34 -0
  41. activity/github/110843012+aditya-solana/2023/01/activity.json +18 -0
  42. activity/github/110843012+ksolana/2024/07/activity.json +50 -0
  43. activity/github/110843012+ksolana/2024/08/activity.json +50 -0
  44. activity/github/110843012+ksolana/2024/09/activity.json +18 -0
  45. activity/github/110843012+ksolana/2024/10/activity.json +114 -0
  46. activity/github/110843012+ksolana/2024/11/activity.json +82 -0
  47. activity/github/110843012+ksolana/2024/12/activity.json +66 -0
  48. activity/github/110843012+ksolana/2025/01/activity.json +34 -0
  49. activity/github/110843012+ksolana/2025/02/activity.json +178 -0
  50. activity/github/110843012+ksolana/2025/03/activity.json +146 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Git Activity Dataset
2
+
3
+ Comprehensive git activity dataset with 402,816 commits from 9,001 authors across 53 repositories.
4
+
5
+ ## Dataset Structure
6
+
7
+ ```
8
+ data/
9
+ ├── activity/ # 564 MB - Organized by platform/user/year/month
10
+ │ ├── github/
11
+ │ ├── gitlab/
12
+ │ ├── codeberg/
13
+ │ ├── huggingface/
14
+ │ ├── sourcehut/
15
+ │ ├── local/
16
+ │ └── unknown/
17
+ ├── git-sources-registry.json # 24 KB - Registry of 53 tracked repositories
18
+ └── git-metrics-report.json # 2.8 MB - Comprehensive metrics analysis
19
+ ```
20
+
21
+ ## Activity Schema
22
+
23
+ Each activity file contains commits with:
24
+ - `commit_hash` - Git commit SHA
25
+ - `author_name`, `author_email`, `author_date`
26
+ - `committer_name`, `committer_email`, `committer_date`
27
+ - `message` - Commit message
28
+ - `repo_name`, `repo_url`, `platform`
29
+ - `files_changed`, `insertions`, `deletions` - Numstat data
30
+
31
+ ## Metrics Summary
32
+
33
+ - **Total Commits**: 402,816
34
+ - **Total Authors**: 9,001
35
+ - **Repositories**: 53 tracked
36
+ - **Platforms**: 7 (GitHub, GitLab, Codeberg, HuggingFace, SourceHut, Local, Unknown)
37
+ - **Time Range**: Historical to 2026-01-15
38
+
39
+ ## Top Contributors
40
+
41
+ 1. bors - 46,234 commits
42
+ 2. bors[bot] - 13,526 commits
43
+ 3. Matthias Krüger - 13,315 commits
44
+ 4. Aleksey Kladov - 10,966 commits
45
+ 5. Ralf Jung - 9,549 commits
46
+
47
+ ## Data Collection
48
+
49
+ Built with custom Rust tools:
50
+ - `git-sources.rs` - Centralized repository management
51
+ - `build-activity-dataset.rs` - Activity extraction with numstat
52
+ - `github-events-collector.rs` - GitHub API integration
53
+ - `git-metrics-report.rs` - Metrics analysis
54
+
55
+ ## License
56
+
57
+ Data collected from public repositories. See individual repository licenses.
activity/github/0x2t1ff/2022/01/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "2b111cd6316717941bbefea4cca569ae59b83872",
4
+ "author_name": "Steve James",
5
+ "author_email": "0x2t1ff@gmail.com",
6
+ "author_date": "2022-01-23T16:46:19+01:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2022-01-23T08:46:19-07:00",
10
+ "message": "fix typo in docs (#22690)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 1,
16
+ "deletions": 1
17
+ }
18
+ ]
activity/github/0xBrahma/2022/10/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "f58c6c7c763a8216caaf4d4380b74f201489e0b0",
4
+ "author_name": "Brahma",
5
+ "author_email": "0xBrahma@tutamail.com",
6
+ "author_date": "2022-10-18T15:47:57Z",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2022-10-18T15:47:57Z",
10
+ "message": "docs: improve transaction fee documentation (#28425)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 8,
16
+ "deletions": 10
17
+ }
18
+ ]
activity/github/0xalpharush/2023/05/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "588172b66c885e097837c0a7c4b3321bc9aff6bd",
4
+ "author_name": "alpharush",
5
+ "author_email": "0xalpharush@protonmail.com",
6
+ "author_date": "2023-05-26T15:54:44-05:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2023-05-26T20:54:44Z",
10
+ "message": "remove inaccurate comment about system instructions (#31829)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 1,
16
+ "deletions": 5
17
+ }
18
+ ]
activity/github/0xflotus/2023/06/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "011e250d9f2dacef8359271445d0e5479b543c67",
4
+ "author_name": "0xflotus",
5
+ "author_email": "0xflotus@gmail.com",
6
+ "author_date": "2023-06-20T21:41:25+02:00",
7
+ "committer_name": "Herrington Darkholme",
8
+ "committer_email": "2883231+HerringtonDarkholme@users.noreply.github.com",
9
+ "committer_date": "2023-06-20T19:45:17Z",
10
+ "message": "fix: small typo error",
11
+ "repo_name": "ast-grep",
12
+ "repo_url": "https://github.com/ast-grep/ast-grep",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 1,
16
+ "deletions": 1
17
+ }
18
+ ]
activity/github/100000306+0xNineteen/2023/04/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "c3eb17f2a3196a36c80121495d883d333b891eda",
4
+ "author_name": "x19",
5
+ "author_email": "100000306+0xNineteen@users.noreply.github.com",
6
+ "author_date": "2023-04-24T11:11:11-04:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2023-04-24T08:11:11-07:00",
10
+ "message": "sort vetted bootstrap rpcs based on ping times (#31285)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 52,
16
+ "deletions": 11
17
+ }
18
+ ]
activity/github/100000306+0xNineteen/2023/05/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "312d31acaabbf3b419a0e87a94f927911cdad39b",
4
+ "author_name": "x19",
5
+ "author_email": "100000306+0xNineteen@users.noreply.github.com",
6
+ "author_date": "2023-05-09T11:29:14-04:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2023-05-09T15:29:14Z",
10
+ "message": "add block-sub argument to solana-test-validator (#31544)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 2,
15
+ "insertions": 8,
16
+ "deletions": 0
17
+ }
18
+ ]
activity/github/100307905+arusso-certik/2022/04/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "41a9eb1bf2abaccc994704a9c900d26b8858f5d0",
4
+ "author_name": "arusso-certik",
5
+ "author_email": "100307905+arusso-certik@users.noreply.github.com",
6
+ "author_date": "2022-04-16T16:11:19+02:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2022-04-16T22:11:19+08:00",
10
+ "message": "Update doc for sol_memset (#24101)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 3,
16
+ "deletions": 3
17
+ }
18
+ ]
activity/github/100430077+MoskalykA/2024/10/activity.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "feba680c397f72301ce7ed7b74d769db6a072fa2",
4
+ "author_name": "MoskalykA",
5
+ "author_email": "100430077+MoskalykA@users.noreply.github.com",
6
+ "author_date": "2024-10-07T18:44:24+02:00",
7
+ "committer_name": "Laurențiu Nicola",
8
+ "committer_email": "lnicola@dend.ro",
9
+ "committer_date": "2024-10-26T09:39:04+03:00",
10
+ "message": "Use method syntax",
11
+ "repo_name": "rust-analyzer",
12
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
13
+ "platform": "github",
14
+ "files_changed": 2,
15
+ "insertions": 2,
16
+ "deletions": 2
17
+ },
18
+ {
19
+ "commit_hash": "41fa877362b51bb93615731fbc81c8b5b021be46",
20
+ "author_name": "MoskalykA",
21
+ "author_email": "100430077+MoskalykA@users.noreply.github.com",
22
+ "author_date": "2024-10-07T06:46:01+02:00",
23
+ "committer_name": "Laurențiu Nicola",
24
+ "committer_email": "lnicola@dend.ro",
25
+ "committer_date": "2024-10-26T09:39:04+03:00",
26
+ "message": "Start using `Option::is_none_or`",
27
+ "repo_name": "rust-analyzer",
28
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
29
+ "platform": "github",
30
+ "files_changed": 3,
31
+ "insertions": 3,
32
+ "deletions": 20
33
+ }
34
+ ]
activity/github/10043369+tredondo/2021/09/activity.json ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "38844a701039142ced885780b173bf1fe29b193e",
4
+ "author_name": "Ted Robertson",
5
+ "author_email": "10043369+tredondo@users.noreply.github.com",
6
+ "author_date": "2021-09-28T12:39:24+13:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2021-09-27T17:39:24-06:00",
10
+ "message": "Paper wallet: fix URI scheme (#20233)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 8,
16
+ "deletions": 10
17
+ },
18
+ {
19
+ "commit_hash": "f24fff8495e997f0d6e70295efbd077f1c427018",
20
+ "author_name": "Ted Robertson",
21
+ "author_email": "10043369+tredondo@users.noreply.github.com",
22
+ "author_date": "2021-09-28T11:09:07+13:00",
23
+ "committer_name": "GitHub",
24
+ "committer_email": "noreply@github.com",
25
+ "committer_date": "2021-09-27T22:09:07Z",
26
+ "message": "stake-accounts.md: fix grammar, link Solana Explorer (#20270)",
27
+ "repo_name": "agave-solana-validator",
28
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
29
+ "platform": "github",
30
+ "files_changed": 1,
31
+ "insertions": 4,
32
+ "deletions": 6
33
+ },
34
+ {
35
+ "commit_hash": "f107aa296bfa7acd5a461e671ca29bdb0032008b",
36
+ "author_name": "Ted Robertson",
37
+ "author_email": "10043369+tredondo@users.noreply.github.com",
38
+ "author_date": "2021-09-28T05:20:13+13:00",
39
+ "committer_name": "GitHub",
40
+ "committer_email": "noreply@github.com",
41
+ "committer_date": "2021-09-27T10:20:13-06:00",
42
+ "message": "Wallet guide: fix grammar (#20228)",
43
+ "repo_name": "agave-solana-validator",
44
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
45
+ "platform": "github",
46
+ "files_changed": 1,
47
+ "insertions": 2,
48
+ "deletions": 2
49
+ },
50
+ {
51
+ "commit_hash": "af57bd3d48dd1f2b1c8ba7208ad69d7180b493b7",
52
+ "author_name": "Ted Robertson",
53
+ "author_email": "10043369+tredondo@users.noreply.github.com",
54
+ "author_date": "2021-09-28T05:18:55+13:00",
55
+ "committer_name": "GitHub",
56
+ "committer_email": "noreply@github.com",
57
+ "committer_date": "2021-09-27T10:18:55-06:00",
58
+ "message": "Fix grammar in conventions.md (#20236)",
59
+ "repo_name": "agave-solana-validator",
60
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
61
+ "platform": "github",
62
+ "files_changed": 1,
63
+ "insertions": 3,
64
+ "deletions": 3
65
+ },
66
+ {
67
+ "commit_hash": "b95653331ce73cb8c74b0c78eff2d3fad318891a",
68
+ "author_name": "Ted Robertson",
69
+ "author_email": "10043369+tredondo@users.noreply.github.com",
70
+ "author_date": "2021-09-26T07:36:12+13:00",
71
+ "committer_name": "GitHub",
72
+ "committer_email": "noreply@github.com",
73
+ "committer_date": "2021-09-25T14:36:12-04:00",
74
+ "message": "Fix typo (#20218)",
75
+ "repo_name": "agave-solana-validator",
76
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
77
+ "platform": "github",
78
+ "files_changed": 1,
79
+ "insertions": 1,
80
+ "deletions": 1
81
+ },
82
+ {
83
+ "commit_hash": "e9c839a9e7af99e7f5d5a9f3b57255cb0b729e51",
84
+ "author_name": "Ted Robertson",
85
+ "author_email": "10043369+tredondo@users.noreply.github.com",
86
+ "author_date": "2021-09-26T01:19:56+12:00",
87
+ "committer_name": "GitHub",
88
+ "committer_email": "noreply@github.com",
89
+ "committer_date": "2021-09-25T09:19:56-04:00",
90
+ "message": "gossip.md: simplify Markdown (#20201)",
91
+ "repo_name": "agave-solana-validator",
92
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
93
+ "platform": "github",
94
+ "files_changed": 1,
95
+ "insertions": 7,
96
+ "deletions": 11
97
+ },
98
+ {
99
+ "commit_hash": "cb4121da190e7df719936f8e11dcee84b68c1e11",
100
+ "author_name": "Ted Robertson",
101
+ "author_email": "10043369+tredondo@users.noreply.github.com",
102
+ "author_date": "2021-09-26T01:15:14+12:00",
103
+ "committer_name": "GitHub",
104
+ "committer_email": "noreply@github.com",
105
+ "committer_date": "2021-09-25T09:15:14-04:00",
106
+ "message": "Terminology: link BPF (#20199)",
107
+ "repo_name": "agave-solana-validator",
108
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
109
+ "platform": "github",
110
+ "files_changed": 1,
111
+ "insertions": 1,
112
+ "deletions": 1
113
+ },
114
+ {
115
+ "commit_hash": "c137c50d1594589bc54b58465183b138a529979d",
116
+ "author_name": "Ted Robertson",
117
+ "author_email": "10043369+tredondo@users.noreply.github.com",
118
+ "author_date": "2021-09-26T01:14:26+12:00",
119
+ "committer_name": "GitHub",
120
+ "committer_email": "noreply@github.com",
121
+ "committer_date": "2021-09-25T09:14:26-04:00",
122
+ "message": "Fix blatant md formatting at the very top (#20198)",
123
+ "repo_name": "agave-solana-validator",
124
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
125
+ "platform": "github",
126
+ "files_changed": 1,
127
+ "insertions": 5,
128
+ "deletions": 4
129
+ },
130
+ {
131
+ "commit_hash": "20fbf090724240511654d6d692f8c7f624f11da8",
132
+ "author_name": "Ted Robertson",
133
+ "author_email": "10043369+tredondo@users.noreply.github.com",
134
+ "author_date": "2021-09-26T01:12:15+12:00",
135
+ "committer_name": "GitHub",
136
+ "committer_email": "noreply@github.com",
137
+ "committer_date": "2021-09-25T09:12:15-04:00",
138
+ "message": "Improve grammar in terminology/ledger (#20197)",
139
+ "repo_name": "agave-solana-validator",
140
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
141
+ "platform": "github",
142
+ "files_changed": 1,
143
+ "insertions": 1,
144
+ "deletions": 1
145
+ }
146
+ ]
activity/github/10043369+tredondo/2021/10/activity.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "00c6536528975c3b4041510f48b39536805ea35a",
4
+ "author_name": "Ted Robertson",
5
+ "author_email": "10043369+tredondo@users.noreply.github.com",
6
+ "author_date": "2021-10-08T05:35:44-10:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2021-10-08T11:35:44-04:00",
10
+ "message": "docs: Explain what `solana-stake-accounts new` does (#20401)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 4,
16
+ "deletions": 0
17
+ },
18
+ {
19
+ "commit_hash": "2d5b471c09d507962eb066b0a1d94a14624ab5ff",
20
+ "author_name": "Ted Robertson",
21
+ "author_email": "10043369+tredondo@users.noreply.github.com",
22
+ "author_date": "2021-10-04T08:45:01-10:00",
23
+ "committer_name": "Trent Nelson",
24
+ "committer_email": "trent.a.b.nelson@gmail.com",
25
+ "committer_date": "2021-10-04T17:03:12-06:00",
26
+ "message": "Staking docs: link to overview",
27
+ "repo_name": "agave-solana-validator",
28
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
29
+ "platform": "github",
30
+ "files_changed": 1,
31
+ "insertions": 5,
32
+ "deletions": 1
33
+ },
34
+ {
35
+ "commit_hash": "a7f2d9f55fd79342bb5784ee8f260adb65235747",
36
+ "author_name": "Ted Robertson",
37
+ "author_email": "10043369+tredondo@users.noreply.github.com",
38
+ "author_date": "2021-10-01T03:21:28+13:00",
39
+ "committer_name": "GitHub",
40
+ "committer_email": "noreply@github.com",
41
+ "committer_date": "2021-09-30T10:21:28-04:00",
42
+ "message": "terminology.md: remove CBC block and unneeded filename (#20269)",
43
+ "repo_name": "agave-solana-validator",
44
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
45
+ "platform": "github",
46
+ "files_changed": 1,
47
+ "insertions": 72,
48
+ "deletions": 76
49
+ }
50
+ ]
activity/github/100715772+dk-neon/2022/11/activity.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "d0f736a0d94de3bb6e5501d2ae665d0198dc3c05",
4
+ "author_name": "Denis K",
5
+ "author_email": "100715772+dk-neon@users.noreply.github.com",
6
+ "author_date": "2022-11-08T19:59:56+05:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2022-11-08T14:59:56Z",
10
+ "message": "Fix 2 clippy warnings with temporary references (#28744)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 2,
15
+ "insertions": 2,
16
+ "deletions": 2
17
+ },
18
+ {
19
+ "commit_hash": "3e395394d245f2e219438f5fd17c01ae9aa1f37f",
20
+ "author_name": "Denis K",
21
+ "author_email": "100715772+dk-neon@users.noreply.github.com",
22
+ "author_date": "2022-11-03T02:05:21+05:00",
23
+ "committer_name": "GitHub",
24
+ "committer_email": "noreply@github.com",
25
+ "committer_date": "2022-11-02T21:05:21Z",
26
+ "message": "Fix clippy warnings on Windows (#28720)",
27
+ "repo_name": "agave-solana-validator",
28
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
29
+ "platform": "github",
30
+ "files_changed": 2,
31
+ "insertions": 2,
32
+ "deletions": 2
33
+ }
34
+ ]
activity/github/100715772+dk-neon/2023/01/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "2da02992b79eec57095e4aa4010495310be86367",
4
+ "author_name": "Denis K",
5
+ "author_email": "100715772+dk-neon@users.noreply.github.com",
6
+ "author_date": "2023-01-28T14:03:31+05:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2023-01-28T10:03:31+01:00",
10
+ "message": "Fixed bug with mishmash of traces from different programs in single log (#29605)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 3,
15
+ "insertions": 30,
16
+ "deletions": 6
17
+ }
18
+ ]
activity/github/100715772+dk-neon/2023/02/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "c078ffd9ee3e556d809167d65f43d14dcf0d428a",
4
+ "author_name": "Denis K",
5
+ "author_email": "100715772+dk-neon@users.noreply.github.com",
6
+ "author_date": "2023-02-10T20:17:44+05:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2023-02-10T16:17:44+01:00",
10
+ "message": "Added support of consumed BPF units tracing (#30042)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 3,
15
+ "insertions": 32,
16
+ "deletions": 3
17
+ }
18
+ ]
activity/github/101261445+valiksinev/2023/01/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "5f7fea100a0715772dd5acd8c460d6b1f875240c",
4
+ "author_name": "valiksinev",
5
+ "author_email": "101261445+valiksinev@users.noreply.github.com",
6
+ "author_date": "2023-01-20T12:42:37+03:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2023-01-20T18:42:37+09:00",
10
+ "message": "Big integer modular exponentiation (EIP-198) (#28503)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 21,
15
+ "insertions": 528,
16
+ "deletions": 2
17
+ }
18
+ ]
activity/github/101902546+wentokay/2022/05/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "a38ce127cae77c949a60606fc02c7da10b9be59c",
4
+ "author_name": "wentokay",
5
+ "author_email": "101902546+wentokay@users.noreply.github.com",
6
+ "author_date": "2022-05-11T23:32:02-04:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2022-05-11T20:32:02-07:00",
10
+ "message": "fix: include exception identifier in `catch` blocks (#25147)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 2,
15
+ "insertions": 3,
16
+ "deletions": 3
17
+ }
18
+ ]
activity/github/102622359+jdavis103/2022/05/activity.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "08da486c05ba5b2b930ed25643e4a45dd8d2d21e",
4
+ "author_name": "Jason",
5
+ "author_email": "102622359+jdavis103@users.noreply.github.com",
6
+ "author_date": "2022-05-12T13:52:20-05:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2022-05-12T13:52:20-05:00",
10
+ "message": "additional costs in block capacity calc (#25059)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 2,
15
+ "insertions": 56,
16
+ "deletions": 19
17
+ },
18
+ {
19
+ "commit_hash": "c80896b58fbd59a6a48e07865ad24db36ba0f061",
20
+ "author_name": "Jason",
21
+ "author_email": "102622359+jdavis103@users.noreply.github.com",
22
+ "author_date": "2022-05-10T10:37:51-05:00",
23
+ "committer_name": "GitHub",
24
+ "committer_email": "noreply@github.com",
25
+ "committer_date": "2022-05-10T10:37:51-05:00",
26
+ "message": "speedup sysvar or builtin test (#25047)",
27
+ "repo_name": "agave-solana-validator",
28
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
29
+ "platform": "github",
30
+ "files_changed": 3,
31
+ "insertions": 27,
32
+ "deletions": 12
33
+ },
34
+ {
35
+ "commit_hash": "47cd0d9061c528b16df5230b3a4a5dabfbf760dd",
36
+ "author_name": "Jason",
37
+ "author_email": "102622359+jdavis103@users.noreply.github.com",
38
+ "author_date": "2022-05-06T11:39:00-05:00",
39
+ "committer_name": "GitHub",
40
+ "committer_email": "noreply@github.com",
41
+ "committer_date": "2022-05-06T11:39:00-05:00",
42
+ "message": "Speed up get-data-cost function (#25013)",
43
+ "repo_name": "agave-solana-validator",
44
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
45
+ "platform": "github",
46
+ "files_changed": 1,
47
+ "insertions": 27,
48
+ "deletions": 25
49
+ },
50
+ {
51
+ "commit_hash": "ee1b92c4808bf11ac228edffb77f04f4168b410c",
52
+ "author_name": "Jason",
53
+ "author_email": "102622359+jdavis103@users.noreply.github.com",
54
+ "author_date": "2022-05-05T15:19:06-05:00",
55
+ "committer_name": "GitHub",
56
+ "committer_email": "noreply@github.com",
57
+ "committer_date": "2022-05-05T15:19:06-05:00",
58
+ "message": "Reorder a boolean computation to speed up processing (#24913)",
59
+ "repo_name": "agave-solana-validator",
60
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
61
+ "platform": "github",
62
+ "files_changed": 2,
63
+ "insertions": 10,
64
+ "deletions": 6
65
+ }
66
+ ]
activity/github/10273406+marcinjahn/2025/06/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "d1eb86581ce800778e5a093039ce237ec6da6118",
4
+ "author_name": "Marcin Jahn",
5
+ "author_email": "10273406+marcinjahn@users.noreply.github.com",
6
+ "author_date": "2025-06-30T01:56:37+02:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2025-06-29T23:56:37Z",
10
+ "message": "feat(cli): Add hideTips setting (#1524)",
11
+ "repo_name": "gemini-cli",
12
+ "repo_url": "https://github.com/jmikedupont2/gemini-cli",
13
+ "platform": "github",
14
+ "files_changed": 4,
15
+ "insertions": 46,
16
+ "deletions": 2
17
+ }
18
+ ]
activity/github/1028334+nikhilsaraf/2018/08/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "133ddb11ff79748595b3df980bd825aee5680bea",
4
+ "author_name": "Nikhil Saraf",
5
+ "author_email": "1028334+nikhilsaraf@users.noreply.github.com",
6
+ "author_date": "2018-08-18T16:53:08-07:00",
7
+ "committer_name": "Michael Vines",
8
+ "committer_email": "mvines@gmail.com",
9
+ "committer_date": "2018-08-18T18:24:42-07:00",
10
+ "message": "typo in README",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 1,
16
+ "deletions": 1
17
+ }
18
+ ]
activity/github/1028334+nikhilsaraf/2018/10/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "d52e6d01ecaca519340791e14560f1dc714fa2d4",
4
+ "author_name": "Nikhil Saraf",
5
+ "author_email": "1028334+nikhilsaraf@users.noreply.github.com",
6
+ "author_date": "2018-10-16T22:02:08-07:00",
7
+ "committer_name": "Greg Fitzgerald",
8
+ "committer_email": "greg@solana.com",
9
+ "committer_date": "2018-10-17T02:04:05-06:00",
10
+ "message": "typo in readme",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 1,
16
+ "deletions": 1
17
+ }
18
+ ]
activity/github/103454930+a26nine/2022/10/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "8d3e924dd2423e46e9e448599188ed8b283a8772",
4
+ "author_name": "Abraar",
5
+ "author_email": "103454930+a26nine@users.noreply.github.com",
6
+ "author_date": "2022-10-04T13:59:24+05:30",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2022-10-04T08:29:24Z",
10
+ "message": "Fix typo in Versioned Transactions (#28213)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 3,
16
+ "deletions": 3
17
+ }
18
+ ]
activity/github/104015327+royalrust/2022/09/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "0cff1eff0896934f78344e56d403400958ee27b9",
4
+ "author_name": "royalrust",
5
+ "author_email": "104015327+royalrust@users.noreply.github.com",
6
+ "author_date": "2022-09-13T02:08:02+08:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2022-09-12T18:08:02Z",
10
+ "message": "move if let destructuring out of for loop (#27712)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 6,
16
+ "deletions": 6
17
+ }
18
+ ]
activity/github/104137665+pallavx/2023/01/activity.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "9b7ef12f3e9ce81a867de9cc54829421aa406d7b",
4
+ "author_name": "Pallav Dhobley",
5
+ "author_email": "104137665+pallavx@users.noreply.github.com",
6
+ "author_date": "2023-01-18T16:32:37+05:30",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2023-01-18T16:32:37+05:30",
10
+ "message": "Merge pull request #1077 from actions/pallavx-patch-1",
11
+ "repo_name": "cache",
12
+ "repo_url": "https://github.com/meta-introspector/cache",
13
+ "platform": "github",
14
+ "files_changed": 0,
15
+ "insertions": 0,
16
+ "deletions": 0
17
+ },
18
+ {
19
+ "commit_hash": "3c08cab74fe64645cd02a69a0d4c14f1791c9051",
20
+ "author_name": "Pallav Dhobley",
21
+ "author_email": "104137665+pallavx@users.noreply.github.com",
22
+ "author_date": "2023-01-18T10:20:43Z",
23
+ "committer_name": "Pallav Dhobley",
24
+ "committer_email": "104137665+pallavx@users.noreply.github.com",
25
+ "committer_date": "2023-01-18T10:20:43Z",
26
+ "message": "Introduce add-to-project step & rename add-reviewer-pr workflow file",
27
+ "repo_name": "cache",
28
+ "repo_url": "https://github.com/meta-introspector/cache",
29
+ "platform": "github",
30
+ "files_changed": 1,
31
+ "insertions": 6,
32
+ "deletions": 0
33
+ },
34
+ {
35
+ "commit_hash": "b283ed433dd5c14392965249d3b1e104be8e244e",
36
+ "author_name": "Pallav Dhobley",
37
+ "author_email": "104137665+pallavx@users.noreply.github.com",
38
+ "author_date": "2023-01-18T15:47:45+05:30",
39
+ "committer_name": "GitHub",
40
+ "committer_email": "noreply@github.com",
41
+ "committer_date": "2023-01-18T15:47:45+05:30",
42
+ "message": "Introduce add-to-project step & rename add-reviewer-pr workflow file",
43
+ "repo_name": "cache",
44
+ "repo_url": "https://github.com/meta-introspector/cache",
45
+ "platform": "github",
46
+ "files_changed": 1,
47
+ "insertions": 6,
48
+ "deletions": 0
49
+ },
50
+ {
51
+ "commit_hash": "8315026919280d83831d56bc6715e0f9974e52e6",
52
+ "author_name": "Pallav Dhobley",
53
+ "author_email": "104137665+pallavx@users.noreply.github.com",
54
+ "author_date": "2023-01-18T15:42:12+05:30",
55
+ "committer_name": "GitHub",
56
+ "committer_email": "noreply@github.com",
57
+ "committer_date": "2023-01-18T15:42:12+05:30",
58
+ "message": "Add add-to-project step & rename workflow assign-issue workflow file",
59
+ "repo_name": "cache",
60
+ "repo_url": "https://github.com/meta-introspector/cache",
61
+ "platform": "github",
62
+ "files_changed": 1,
63
+ "insertions": 6,
64
+ "deletions": 0
65
+ },
66
+ {
67
+ "commit_hash": "9b7ef12f3e9ce81a867de9cc54829421aa406d7b",
68
+ "author_name": "Pallav Dhobley",
69
+ "author_email": "104137665+pallavx@users.noreply.github.com",
70
+ "author_date": "2023-01-18T16:32:37+05:30",
71
+ "committer_name": "GitHub",
72
+ "committer_email": "noreply@github.com",
73
+ "committer_date": "2023-01-18T16:32:37+05:30",
74
+ "message": "Merge pull request #1077 from actions/pallavx-patch-1",
75
+ "repo_name": "cache-nix-action",
76
+ "repo_url": "https://github.com/meta-introspector/cache-nix-action",
77
+ "platform": "github",
78
+ "files_changed": 0,
79
+ "insertions": 0,
80
+ "deletions": 0
81
+ },
82
+ {
83
+ "commit_hash": "3c08cab74fe64645cd02a69a0d4c14f1791c9051",
84
+ "author_name": "Pallav Dhobley",
85
+ "author_email": "104137665+pallavx@users.noreply.github.com",
86
+ "author_date": "2023-01-18T10:20:43Z",
87
+ "committer_name": "Pallav Dhobley",
88
+ "committer_email": "104137665+pallavx@users.noreply.github.com",
89
+ "committer_date": "2023-01-18T10:20:43Z",
90
+ "message": "Introduce add-to-project step & rename add-reviewer-pr workflow file",
91
+ "repo_name": "cache-nix-action",
92
+ "repo_url": "https://github.com/meta-introspector/cache-nix-action",
93
+ "platform": "github",
94
+ "files_changed": 1,
95
+ "insertions": 6,
96
+ "deletions": 0
97
+ },
98
+ {
99
+ "commit_hash": "8315026919280d83831d56bc6715e0f9974e52e6",
100
+ "author_name": "Pallav Dhobley",
101
+ "author_email": "104137665+pallavx@users.noreply.github.com",
102
+ "author_date": "2023-01-18T15:42:12+05:30",
103
+ "committer_name": "GitHub",
104
+ "committer_email": "noreply@github.com",
105
+ "committer_date": "2023-01-18T15:42:12+05:30",
106
+ "message": "Add add-to-project step & rename workflow assign-issue workflow file",
107
+ "repo_name": "cache-nix-action",
108
+ "repo_url": "https://github.com/meta-introspector/cache-nix-action",
109
+ "platform": "github",
110
+ "files_changed": 1,
111
+ "insertions": 6,
112
+ "deletions": 0
113
+ }
114
+ ]
activity/github/10476912+hycinth22/2024/03/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "87a0071e9a9b89a33363ccc08ce6280a453c82cd",
4
+ "author_name": "听寒",
5
+ "author_email": "10476912+hycinth22@users.noreply.github.com",
6
+ "author_date": "2024-03-16T05:20:30+08:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2024-03-15T16:20:30-05:00",
10
+ "message": "fix typo (#264)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 1,
16
+ "deletions": 1
17
+ }
18
+ ]
activity/github/10476912+hycinth22/2025/01/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "a75585e9fd443417b0df93eb18218a2c83fb1ff0",
4
+ "author_name": "听寒",
5
+ "author_email": "10476912+hycinth22@users.noreply.github.com",
6
+ "author_date": "2025-01-08T04:33:28+08:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2025-01-07T21:33:28+01:00",
10
+ "message": "Fix missing dependency in solana-curve25519's Cargo.toml (#4301)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 4,
15
+ "insertions": 8,
16
+ "deletions": 0
17
+ }
18
+ ]
activity/github/10519967+btwotwo/2022/10/activity.json ADDED
@@ -0,0 +1,258 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "2b2b9f8c7332314b151fd8287a8b02c34a20a5a7",
4
+ "author_name": "btwotwo",
5
+ "author_email": "10519967+btwotwo@users.noreply.github.com",
6
+ "author_date": "2022-10-11T19:53:22+02:00",
7
+ "committer_name": "btwotwo",
8
+ "committer_email": "10519967+btwotwo@users.noreply.github.com",
9
+ "committer_date": "2022-10-11T19:53:22+02:00",
10
+ "message": "Formatting",
11
+ "repo_name": "rust-analyzer",
12
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
13
+ "platform": "github",
14
+ "files_changed": 2,
15
+ "insertions": 5,
16
+ "deletions": 6
17
+ },
18
+ {
19
+ "commit_hash": "b5e87ac11177165da100b21fbc2f83736add6ac8",
20
+ "author_name": "btwotwo",
21
+ "author_email": "10519967+btwotwo@users.noreply.github.com",
22
+ "author_date": "2022-10-11T19:29:09+02:00",
23
+ "committer_name": "btwotwo",
24
+ "committer_email": "10519967+btwotwo@users.noreply.github.com",
25
+ "committer_date": "2022-10-11T19:29:09+02:00",
26
+ "message": "Fix formatting for cargo vars list",
27
+ "repo_name": "rust-analyzer",
28
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
29
+ "platform": "github",
30
+ "files_changed": 1,
31
+ "insertions": 19,
32
+ "deletions": 20
33
+ },
34
+ {
35
+ "commit_hash": "a807cc3afbd5bd081f4f5ff0bad1b5c403d7a690",
36
+ "author_name": "btwotwo",
37
+ "author_email": "10519967+btwotwo@users.noreply.github.com",
38
+ "author_date": "2022-10-11T19:28:42+02:00",
39
+ "committer_name": "btwotwo",
40
+ "committer_email": "10519967+btwotwo@users.noreply.github.com",
41
+ "committer_date": "2022-10-11T19:28:42+02:00",
42
+ "message": "Rename `get_outer_macro` to `macro_call_for_string_token`",
43
+ "repo_name": "rust-analyzer",
44
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
45
+ "platform": "github",
46
+ "files_changed": 3,
47
+ "insertions": 6,
48
+ "deletions": 8
49
+ },
50
+ {
51
+ "commit_hash": "3c39668ca464919ed4180049945b3e2b9bf6191a",
52
+ "author_name": "btwotwo",
53
+ "author_email": "10519967+btwotwo@users.noreply.github.com",
54
+ "author_date": "2022-10-11T19:23:41+02:00",
55
+ "committer_name": "btwotwo",
56
+ "committer_email": "10519967+btwotwo@users.noreply.github.com",
57
+ "committer_date": "2022-10-11T19:23:41+02:00",
58
+ "message": "Remove extra parameter, access Db through semantics",
59
+ "repo_name": "rust-analyzer",
60
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
61
+ "platform": "github",
62
+ "files_changed": 1,
63
+ "insertions": 4,
64
+ "deletions": 3
65
+ },
66
+ {
67
+ "commit_hash": "3732d159b2e7dec436f8bb91c53832e56b1f2720",
68
+ "author_name": "btwotwo",
69
+ "author_email": "10519967+btwotwo@users.noreply.github.com",
70
+ "author_date": "2022-10-06T21:35:12+02:00",
71
+ "committer_name": "btwotwo",
72
+ "committer_email": "10519967+btwotwo@users.noreply.github.com",
73
+ "committer_date": "2022-10-06T21:35:12+02:00",
74
+ "message": "Pass context to env vars completion",
75
+ "repo_name": "rust-analyzer",
76
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
77
+ "platform": "github",
78
+ "files_changed": 1,
79
+ "insertions": 1,
80
+ "deletions": 1
81
+ },
82
+ {
83
+ "commit_hash": "e2d3c1506f10861f9c864e3611fa41387c11546b",
84
+ "author_name": "btwotwo",
85
+ "author_email": "10519967+btwotwo@users.noreply.github.com",
86
+ "author_date": "2022-10-06T21:35:01+02:00",
87
+ "committer_name": "btwotwo",
88
+ "committer_email": "10519967+btwotwo@users.noreply.github.com",
89
+ "committer_date": "2022-10-06T21:35:01+02:00",
90
+ "message": "Restrict auto-completion for only built-in macros",
91
+ "repo_name": "rust-analyzer",
92
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
93
+ "platform": "github",
94
+ "files_changed": 1,
95
+ "insertions": 49,
96
+ "deletions": 12
97
+ },
98
+ {
99
+ "commit_hash": "f458ea15d637db94d1e95c595aab6c1d7f3937e0",
100
+ "author_name": "btwotwo",
101
+ "author_email": "10519967+btwotwo@users.noreply.github.com",
102
+ "author_date": "2022-10-06T21:34:19+02:00",
103
+ "committer_name": "btwotwo",
104
+ "committer_email": "10519967+btwotwo@users.noreply.github.com",
105
+ "committer_date": "2022-10-06T21:34:19+02:00",
106
+ "message": "Make helper method less specific",
107
+ "repo_name": "rust-analyzer",
108
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
109
+ "platform": "github",
110
+ "files_changed": 2,
111
+ "insertions": 5,
112
+ "deletions": 7
113
+ },
114
+ {
115
+ "commit_hash": "8a92910f9765689a6422de42a208724f8d3935e8",
116
+ "author_name": "btwotwo",
117
+ "author_email": "10519967+btwotwo@users.noreply.github.com",
118
+ "author_date": "2022-10-06T16:53:17+02:00",
119
+ "committer_name": "btwotwo",
120
+ "committer_email": "10519967+btwotwo@users.noreply.github.com",
121
+ "committer_date": "2022-10-06T16:53:17+02:00",
122
+ "message": "Formatting",
123
+ "repo_name": "rust-analyzer",
124
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
125
+ "platform": "github",
126
+ "files_changed": 3,
127
+ "insertions": 19,
128
+ "deletions": 11
129
+ },
130
+ {
131
+ "commit_hash": "c660a5ce3444a8c84eeb3afe8ea7cdf12b025e25",
132
+ "author_name": "btwotwo",
133
+ "author_email": "10519967+btwotwo@users.noreply.github.com",
134
+ "author_date": "2022-10-06T16:42:31+02:00",
135
+ "committer_name": "btwotwo",
136
+ "committer_email": "10519967+btwotwo@users.noreply.github.com",
137
+ "committer_date": "2022-10-06T16:42:31+02:00",
138
+ "message": "Remove unnecessary dereference",
139
+ "repo_name": "rust-analyzer",
140
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
141
+ "platform": "github",
142
+ "files_changed": 1,
143
+ "insertions": 1,
144
+ "deletions": 1
145
+ },
146
+ {
147
+ "commit_hash": "386f46a5a1bff654fc8b29ea84dcd18c29c75c18",
148
+ "author_name": "btwotwo",
149
+ "author_email": "10519967+btwotwo@users.noreply.github.com",
150
+ "author_date": "2022-10-06T16:29:23+02:00",
151
+ "committer_name": "btwotwo",
152
+ "committer_email": "10519967+btwotwo@users.noreply.github.com",
153
+ "committer_date": "2022-10-06T16:32:21+02:00",
154
+ "message": "Use helper method in is_format_string",
155
+ "repo_name": "rust-analyzer",
156
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
157
+ "platform": "github",
158
+ "files_changed": 1,
159
+ "insertions": 4,
160
+ "deletions": 4
161
+ },
162
+ {
163
+ "commit_hash": "55c5014b760a5d4bf3c6dc6a19818278ec83816e",
164
+ "author_name": "btwotwo",
165
+ "author_email": "10519967+btwotwo@users.noreply.github.com",
166
+ "author_date": "2022-10-06T16:28:33+02:00",
167
+ "committer_name": "btwotwo",
168
+ "committer_email": "10519967+btwotwo@users.noreply.github.com",
169
+ "committer_date": "2022-10-06T16:32:21+02:00",
170
+ "message": "Replace if with option, add detail for each env variable completion",
171
+ "repo_name": "rust-analyzer",
172
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
173
+ "platform": "github",
174
+ "files_changed": 1,
175
+ "insertions": 22,
176
+ "deletions": 29
177
+ },
178
+ {
179
+ "commit_hash": "bc7080884c92148fdb47701067d1f1dbdef4ed1d",
180
+ "author_name": "btwotwo",
181
+ "author_email": "10519967+btwotwo@users.noreply.github.com",
182
+ "author_date": "2022-10-06T16:27:53+02:00",
183
+ "committer_name": "btwotwo",
184
+ "committer_email": "10519967+btwotwo@users.noreply.github.com",
185
+ "committer_date": "2022-10-06T16:32:20+02:00",
186
+ "message": "Add tests for env var completion",
187
+ "repo_name": "rust-analyzer",
188
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
189
+ "platform": "github",
190
+ "files_changed": 1,
191
+ "insertions": 44,
192
+ "deletions": 10
193
+ },
194
+ {
195
+ "commit_hash": "ddf68ea7c330ec4fef8564062af2a2e15dd5f45e",
196
+ "author_name": "btwotwo",
197
+ "author_email": "10519967+btwotwo@users.noreply.github.com",
198
+ "author_date": "2022-10-06T16:27:27+02:00",
199
+ "committer_name": "btwotwo",
200
+ "committer_email": "10519967+btwotwo@users.noreply.github.com",
201
+ "committer_date": "2022-10-06T16:32:20+02:00",
202
+ "message": "Add const list of cargo-defined env variables with descriptions",
203
+ "repo_name": "rust-analyzer",
204
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
205
+ "platform": "github",
206
+ "files_changed": 1,
207
+ "insertions": 21,
208
+ "deletions": 0
209
+ },
210
+ {
211
+ "commit_hash": "08b0c92105fc9a0139a30f8215c7ca44e55ac7b0",
212
+ "author_name": "btwotwo",
213
+ "author_email": "10519967+btwotwo@users.noreply.github.com",
214
+ "author_date": "2022-10-06T16:26:49+02:00",
215
+ "committer_name": "btwotwo",
216
+ "committer_email": "10519967+btwotwo@users.noreply.github.com",
217
+ "committer_date": "2022-10-06T16:32:19+02:00",
218
+ "message": "Add helper method to get a macro name from passed string",
219
+ "repo_name": "rust-analyzer",
220
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
221
+ "platform": "github",
222
+ "files_changed": 1,
223
+ "insertions": 9,
224
+ "deletions": 2
225
+ },
226
+ {
227
+ "commit_hash": "07621ce09676b5a2267c8305ba85b3d37e1403f4",
228
+ "author_name": "btwotwo",
229
+ "author_email": "10519967+btwotwo@users.noreply.github.com",
230
+ "author_date": "2022-10-06T16:25:12+02:00",
231
+ "committer_name": "btwotwo",
232
+ "committer_email": "10519967+btwotwo@users.noreply.github.com",
233
+ "committer_date": "2022-10-06T16:32:19+02:00",
234
+ "message": "Use expanded version of text for env var completion",
235
+ "repo_name": "rust-analyzer",
236
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
237
+ "platform": "github",
238
+ "files_changed": 1,
239
+ "insertions": 1,
240
+ "deletions": 1
241
+ },
242
+ {
243
+ "commit_hash": "75f4c54d8c1304966dff2e1d45cff88ac96a9d0f",
244
+ "author_name": "btwotwo",
245
+ "author_email": "10519967+btwotwo@users.noreply.github.com",
246
+ "author_date": "2022-10-05T00:02:03+02:00",
247
+ "committer_name": "btwotwo",
248
+ "committer_email": "10519967+btwotwo@users.noreply.github.com",
249
+ "committer_date": "2022-10-06T16:32:19+02:00",
250
+ "message": "Add stub for cargo environment variables auto completion",
251
+ "repo_name": "rust-analyzer",
252
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
253
+ "platform": "github",
254
+ "files_changed": 3,
255
+ "insertions": 62,
256
+ "deletions": 0
257
+ }
258
+ ]
activity/github/105607696+0xripleys/2022/11/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "5de4dd8f9b23eff315ee3c9befe5f82b1814b1f1",
4
+ "author_name": "0xripleys",
5
+ "author_email": "105607696+0xripleys@users.noreply.github.com",
6
+ "author_date": "2022-11-01T09:34:04+01:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2022-11-01T08:34:04Z",
10
+ "message": "Add SetAuthorityChecked instruction to bpf loader (#28424)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 6,
15
+ "insertions": 680,
16
+ "deletions": 2
17
+ }
18
+ ]
activity/github/105607696+0xripleys/2022/12/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "ec06cf7311da864cb22f74c04954c15c87d1d163",
4
+ "author_name": "0xripleys",
5
+ "author_email": "105607696+0xripleys@users.noreply.github.com",
6
+ "author_date": "2022-12-16T01:59:54-05:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2022-12-16T06:59:54Z",
10
+ "message": "\"solana program set-upgrade-authority\" uses SetAuthorityChecked instruction by default (#29190)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 141,
16
+ "deletions": 19
17
+ }
18
+ ]
activity/github/105701970+sowhu/2022/05/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "4b1dd0f921ddce2a34221ca8f21cbed876a8c4fe",
4
+ "author_name": "Wei Hu",
5
+ "author_email": "105701970+sowhu@users.noreply.github.com",
6
+ "author_date": "2022-05-30T23:39:32+08:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2022-05-30T23:39:32+08:00",
10
+ "message": "Fix a possible test hang in runtime::test_shared_buffer_sweep (#25545)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 3,
16
+ "deletions": 1
17
+ }
18
+ ]
activity/github/106017702+zfflxx/2025/07/activity.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "97d9386e3feba8748ec555707b2f6b75bc3b15a8",
4
+ "author_name": "zfflxx",
5
+ "author_email": "106017702+zfflxx@users.noreply.github.com",
6
+ "author_date": "2025-07-07T13:48:39+08:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2025-07-07T05:48:39Z",
10
+ "message": "@file don't respect config respectGitIgnore=false (#3382) (#3387)",
11
+ "repo_name": "gemini-cli",
12
+ "repo_url": "https://github.com/jmikedupont2/gemini-cli",
13
+ "platform": "github",
14
+ "files_changed": 5,
15
+ "insertions": 109,
16
+ "deletions": 33
17
+ },
18
+ {
19
+ "commit_hash": "bb8f6b376d83a9b70406279c87ab8b163fb32a38",
20
+ "author_name": "zfflxx",
21
+ "author_email": "106017702+zfflxx@users.noreply.github.com",
22
+ "author_date": "2025-07-07T13:33:46+08:00",
23
+ "committer_name": "GitHub",
24
+ "committer_email": "noreply@github.com",
25
+ "committer_date": "2025-07-07T05:33:46Z",
26
+ "message": "Fix nested markdown Rendering for table headers and rows #3331 (#3362)",
27
+ "repo_name": "gemini-cli",
28
+ "repo_url": "https://github.com/jmikedupont2/gemini-cli",
29
+ "platform": "github",
30
+ "files_changed": 4,
31
+ "insertions": 304,
32
+ "deletions": 192
33
+ }
34
+ ]
activity/github/106782975+brandon-j-roberts/2022/11/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "55985701ba0491a8db4b1c570d888c0a23f09515",
4
+ "author_name": "Brandon Roberts",
5
+ "author_email": "106782975+brandon-j-roberts@users.noreply.github.com",
6
+ "author_date": "2022-11-14T17:39:26-06:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2022-11-14T16:39:26-07:00",
10
+ "message": "bigtable: add timeout to token refresh (#28728)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 14,
16
+ "deletions": 6
17
+ }
18
+ ]
activity/github/107079055+BorkBorked/2024/02/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "f8d01df1db23b10ba27d96f902bb4f3184e15947",
4
+ "author_name": "Bork Bork",
5
+ "author_email": "107079055+BorkBorked@users.noreply.github.com",
6
+ "author_date": "2024-02-11T01:46:07+01:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2024-02-10T17:46:07-07:00",
10
+ "message": "chore(docs): proofreading (#35172)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 4,
15
+ "insertions": 5,
16
+ "deletions": 5
17
+ }
18
+ ]
activity/github/108292982+bergjaak/2025/04/activity.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "7898d940dbe56930e4f536d65a9dc48ff7aac302",
4
+ "author_name": "bergjaak",
5
+ "author_email": "108292982+bergjaak@users.noreply.github.com",
6
+ "author_date": "2025-04-30T13:28:27-04:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2025-04-30T10:28:27-07:00",
10
+ "message": "fix: make default for fuzzy find ctrl + s, remove profile add from Commands, and add context hooks (#1442)",
11
+ "repo_name": "amazon-q-developer-cli",
12
+ "repo_url": "https://github.com/aws/amazon-q-developer-cli.git",
13
+ "platform": "github",
14
+ "files_changed": 3,
15
+ "insertions": 12,
16
+ "deletions": 6
17
+ },
18
+ {
19
+ "commit_hash": "99b8eef4a550dd6155941b3f50670a56a019abf0",
20
+ "author_name": "bergjaak",
21
+ "author_email": "108292982+bergjaak@users.noreply.github.com",
22
+ "author_date": "2025-04-28T13:14:46-04:00",
23
+ "committer_name": "GitHub",
24
+ "committer_email": "noreply@github.com",
25
+ "committer_date": "2025-04-28T10:14:46-07:00",
26
+ "message": "feat: fuzzy select profiles (#1388)",
27
+ "repo_name": "amazon-q-developer-cli",
28
+ "repo_url": "https://github.com/aws/amazon-q-developer-cli.git",
29
+ "platform": "github",
30
+ "files_changed": 2,
31
+ "insertions": 56,
32
+ "deletions": 2
33
+ },
34
+ {
35
+ "commit_hash": "749fbe1c4bbc9504d4878c0a6c8e7b7c7f9aa527",
36
+ "author_name": "bergjaak",
37
+ "author_email": "108292982+bergjaak@users.noreply.github.com",
38
+ "author_date": "2025-04-17T11:01:54-04:00",
39
+ "committer_name": "GitHub",
40
+ "committer_email": "noreply@github.com",
41
+ "committer_date": "2025-04-17T08:01:54-07:00",
42
+ "message": "chore: make skimCommandKey configurable and add help text (#1269)",
43
+ "repo_name": "amazon-q-developer-cli",
44
+ "repo_url": "https://github.com/aws/amazon-q-developer-cli.git",
45
+ "platform": "github",
46
+ "files_changed": 2,
47
+ "insertions": 8,
48
+ "deletions": 2
49
+ },
50
+ {
51
+ "commit_hash": "51f8a2ff2631d1c098440fe08e2a3ee22494c32c",
52
+ "author_name": "bergjaak",
53
+ "author_email": "108292982+bergjaak@users.noreply.github.com",
54
+ "author_date": "2025-04-14T13:14:14-04:00",
55
+ "committer_name": "GitHub",
56
+ "committer_email": "noreply@github.com",
57
+ "committer_date": "2025-04-14T10:14:14-07:00",
58
+ "message": "feat: Add fzf integration for command selection and context management (#1181)",
59
+ "repo_name": "amazon-q-developer-cli",
60
+ "repo_url": "https://github.com/aws/amazon-q-developer-cli.git",
61
+ "platform": "github",
62
+ "files_changed": 6,
63
+ "insertions": 725,
64
+ "deletions": 26
65
+ }
66
+ ]
activity/github/108619806+timalsinaditya/2025/07/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "f0400912fd3f6abd4d5ea08cb99d2dfdffec1dc0",
4
+ "author_name": "Aditya Timalsina",
5
+ "author_email": "108619806+timalsinaditya@users.noreply.github.com",
6
+ "author_date": "2025-07-25T02:03:35+05:45",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2025-07-24T20:18:35Z",
10
+ "message": "docs: clarify shell command does not use default shell (#2203)",
11
+ "repo_name": "gemini-cli",
12
+ "repo_url": "https://github.com/jmikedupont2/gemini-cli",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 1,
16
+ "deletions": 1
17
+ }
18
+ ]
activity/github/108802164+hecatia-elegua/2023/03/activity.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "c469936aac1b1060b3d520315305891fa8cced2c",
4
+ "author_name": "hecatia-elegua",
5
+ "author_email": "108802164+hecatia-elegua@users.noreply.github.com",
6
+ "author_date": "2023-03-30T17:35:57+02:00",
7
+ "committer_name": "hecatia-elegua",
8
+ "committer_email": "108802164+hecatia-elegua@users.noreply.github.com",
9
+ "committer_date": "2023-03-30T17:35:57+02:00",
10
+ "message": "Address review comments part 1",
11
+ "repo_name": "rust-analyzer",
12
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
13
+ "platform": "github",
14
+ "files_changed": 5,
15
+ "insertions": 19,
16
+ "deletions": 17
17
+ },
18
+ {
19
+ "commit_hash": "ba2b48d1b89f91e5c1df94326368038cf7df4146",
20
+ "author_name": "hecatia-elegua",
21
+ "author_email": "108802164+hecatia-elegua@users.noreply.github.com",
22
+ "author_date": "2023-03-29T14:58:33+02:00",
23
+ "committer_name": "hecatia-elegua",
24
+ "committer_email": "108802164+hecatia-elegua@users.noreply.github.com",
25
+ "committer_date": "2023-03-29T14:58:33+02:00",
26
+ "message": "Fix3",
27
+ "repo_name": "rust-analyzer",
28
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
29
+ "platform": "github",
30
+ "files_changed": 2,
31
+ "insertions": 4,
32
+ "deletions": 7
33
+ },
34
+ {
35
+ "commit_hash": "53afac72d2ae052d6117fb0ba8b29458b4cafa74",
36
+ "author_name": "hecatia-elegua",
37
+ "author_email": "108802164+hecatia-elegua@users.noreply.github.com",
38
+ "author_date": "2023-03-29T14:34:06+02:00",
39
+ "committer_name": "hecatia-elegua",
40
+ "committer_email": "108802164+hecatia-elegua@users.noreply.github.com",
41
+ "committer_date": "2023-03-29T14:34:06+02:00",
42
+ "message": "Fix2",
43
+ "repo_name": "rust-analyzer",
44
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
45
+ "platform": "github",
46
+ "files_changed": 1,
47
+ "insertions": 1,
48
+ "deletions": 1
49
+ },
50
+ {
51
+ "commit_hash": "c351f6bf43a1f8b07ef17c0cf993c2649bb53686",
52
+ "author_name": "hecatia-elegua",
53
+ "author_email": "108802164+hecatia-elegua@users.noreply.github.com",
54
+ "author_date": "2023-03-29T14:27:20+02:00",
55
+ "committer_name": "hecatia-elegua",
56
+ "committer_email": "108802164+hecatia-elegua@users.noreply.github.com",
57
+ "committer_date": "2023-03-29T14:27:20+02:00",
58
+ "message": "Fix",
59
+ "repo_name": "rust-analyzer",
60
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
61
+ "platform": "github",
62
+ "files_changed": 1,
63
+ "insertions": 0,
64
+ "deletions": 1
65
+ },
66
+ {
67
+ "commit_hash": "0863389dd10ed84072cbcc27be6c9007420fa69f",
68
+ "author_name": "hecatia-elegua",
69
+ "author_email": "108802164+hecatia-elegua@users.noreply.github.com",
70
+ "author_date": "2023-03-29T14:08:25+02:00",
71
+ "committer_name": "hecatia-elegua",
72
+ "committer_email": "108802164+hecatia-elegua@users.noreply.github.com",
73
+ "committer_date": "2023-03-29T14:08:25+02:00",
74
+ "message": "Add doc-alias based completion",
75
+ "repo_name": "rust-analyzer",
76
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
77
+ "platform": "github",
78
+ "files_changed": 18,
79
+ "insertions": 330,
80
+ "deletions": 36
81
+ }
82
+ ]
activity/github/108802164+hecatia-elegua/2023/04/activity.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "398af0259f7614ff8a0d603edd5d94ce9aecd5f2",
4
+ "author_name": "hecatia-elegua",
5
+ "author_email": "108802164+hecatia-elegua@users.noreply.github.com",
6
+ "author_date": "2023-04-11T21:14:52+02:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2023-04-11T21:14:52+02:00",
10
+ "message": "Merge branch 'master' into alias-based-completion2",
11
+ "repo_name": "rust-analyzer",
12
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
13
+ "platform": "github",
14
+ "files_changed": 0,
15
+ "insertions": 0,
16
+ "deletions": 0
17
+ },
18
+ {
19
+ "commit_hash": "33ee157f3b05865984957953df21f4711f8e5cd6",
20
+ "author_name": "hecatia-elegua",
21
+ "author_email": "108802164+hecatia-elegua@users.noreply.github.com",
22
+ "author_date": "2023-04-06T17:25:30+02:00",
23
+ "committer_name": "hecatia-elegua",
24
+ "committer_email": "108802164+hecatia-elegua@users.noreply.github.com",
25
+ "committer_date": "2023-04-06T17:25:30+02:00",
26
+ "message": "Render alias text for use imports",
27
+ "repo_name": "rust-analyzer",
28
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
29
+ "platform": "github",
30
+ "files_changed": 6,
31
+ "insertions": 84,
32
+ "deletions": 61
33
+ },
34
+ {
35
+ "commit_hash": "b4515d987f53c5d874b69609f15708f503d3b32e",
36
+ "author_name": "hecatia-elegua",
37
+ "author_email": "108802164+hecatia-elegua@users.noreply.github.com",
38
+ "author_date": "2023-04-05T22:08:59+02:00",
39
+ "committer_name": "hecatia-elegua",
40
+ "committer_email": "108802164+hecatia-elegua@users.noreply.github.com",
41
+ "committer_date": "2023-04-05T22:08:59+02:00",
42
+ "message": "Add doc(alias)-based use and other mod completion",
43
+ "repo_name": "rust-analyzer",
44
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
45
+ "platform": "github",
46
+ "files_changed": 4,
47
+ "insertions": 43,
48
+ "deletions": 3
49
+ },
50
+ {
51
+ "commit_hash": "f87f468dbdba374b5e2b04b832ab99dbd74dc288",
52
+ "author_name": "hecatia-elegua",
53
+ "author_email": "108802164+hecatia-elegua@users.noreply.github.com",
54
+ "author_date": "2023-04-05T19:35:21+02:00",
55
+ "committer_name": "hecatia-elegua",
56
+ "committer_email": "108802164+hecatia-elegua@users.noreply.github.com",
57
+ "committer_date": "2023-04-05T19:35:21+02:00",
58
+ "message": "Add doc(alias)-based function name completion",
59
+ "repo_name": "rust-analyzer",
60
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
61
+ "platform": "github",
62
+ "files_changed": 2,
63
+ "insertions": 47,
64
+ "deletions": 0
65
+ },
66
+ {
67
+ "commit_hash": "410acd7188a5efb99f8629c7ff0630ce4935350a",
68
+ "author_name": "hecatia-elegua",
69
+ "author_email": "108802164+hecatia-elegua@users.noreply.github.com",
70
+ "author_date": "2023-04-05T19:28:55+02:00",
71
+ "committer_name": "hecatia-elegua",
72
+ "committer_email": "108802164+hecatia-elegua@users.noreply.github.com",
73
+ "committer_date": "2023-04-05T19:28:55+02:00",
74
+ "message": "Add doc(alias)-based field completion",
75
+ "repo_name": "rust-analyzer",
76
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
77
+ "platform": "github",
78
+ "files_changed": 5,
79
+ "insertions": 40,
80
+ "deletions": 13
81
+ },
82
+ {
83
+ "commit_hash": "170822b01892d58cffc1694cf14fd2ea48040681",
84
+ "author_name": "hecatia-elegua",
85
+ "author_email": "108802164+hecatia-elegua@users.noreply.github.com",
86
+ "author_date": "2023-04-02T16:03:42+02:00",
87
+ "committer_name": "GitHub",
88
+ "committer_email": "noreply@github.com",
89
+ "committer_date": "2023-04-02T16:03:42+02:00",
90
+ "message": "Add note for future me or others",
91
+ "repo_name": "rust-analyzer",
92
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
93
+ "platform": "github",
94
+ "files_changed": 1,
95
+ "insertions": 1,
96
+ "deletions": 0
97
+ }
98
+ ]
activity/github/108802164+hecatia-elegua/2023/05/activity.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "2a182f3f1f2c7b1a5359885b3b55e20885fe4183",
4
+ "author_name": "hecatia-elegua",
5
+ "author_email": "108802164+hecatia-elegua@users.noreply.github.com",
6
+ "author_date": "2023-05-10T12:51:08+02:00",
7
+ "committer_name": "hecatia-elegua",
8
+ "committer_email": "108802164+hecatia-elegua@users.noreply.github.com",
9
+ "committer_date": "2023-05-10T12:51:08+02:00",
10
+ "message": "Add doc(alias)-based method completion",
11
+ "repo_name": "rust-analyzer",
12
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
13
+ "platform": "github",
14
+ "files_changed": 2,
15
+ "insertions": 66,
16
+ "deletions": 2
17
+ },
18
+ {
19
+ "commit_hash": "d4b668a3bbf528822d7dd6f3206b740653f23c11",
20
+ "author_name": "hecatia-elegua",
21
+ "author_email": "108802164+hecatia-elegua@users.noreply.github.com",
22
+ "author_date": "2023-05-10T12:47:05+02:00",
23
+ "committer_name": "hecatia-elegua",
24
+ "committer_email": "108802164+hecatia-elegua@users.noreply.github.com",
25
+ "committer_date": "2023-05-10T12:47:05+02:00",
26
+ "message": "Prepare tidy.rs",
27
+ "repo_name": "rust-analyzer",
28
+ "repo_url": "https://github.com/rust-lang/rust-analyzer.git",
29
+ "platform": "github",
30
+ "files_changed": 1,
31
+ "insertions": 2,
32
+ "deletions": 0
33
+ }
34
+ ]
activity/github/109031036+Jvr2022/2025/07/activity.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "97cc1e641805beefe3abe3bd7bd57b630b22ecd2",
4
+ "author_name": "Jvr",
5
+ "author_email": "109031036+Jvr2022@users.noreply.github.com",
6
+ "author_date": "2025-07-15T11:50:54+02:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2025-07-15T09:50:54Z",
10
+ "message": "Fix: Standardize capitalization for \"Troubleshooting Guide\" in README (#2763)",
11
+ "repo_name": "gemini-cli",
12
+ "repo_url": "https://github.com/jmikedupont2/gemini-cli",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 2,
16
+ "deletions": 2
17
+ },
18
+ {
19
+ "commit_hash": "84355bb447d123f999841119b8619ac384554698",
20
+ "author_name": "Jvr",
21
+ "author_email": "109031036+Jvr2022@users.noreply.github.com",
22
+ "author_date": "2025-07-01T02:39:45+02:00",
23
+ "committer_name": "GitHub",
24
+ "committer_email": "noreply@github.com",
25
+ "committer_date": "2025-07-01T00:39:45Z",
26
+ "message": "Fix: Use HTTPS in docs and correct formatting typo in troubleshooting guide (#2762)",
27
+ "repo_name": "gemini-cli",
28
+ "repo_url": "https://github.com/jmikedupont2/gemini-cli",
29
+ "platform": "github",
30
+ "files_changed": 1,
31
+ "insertions": 2,
32
+ "deletions": 2
33
+ }
34
+ ]
activity/github/1096409085/2025/07/activity.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "606a7702de6659b9a46bcb9c2cbca84a1a33945d",
4
+ "author_name": "warjiang",
5
+ "author_email": "1096409085@qq.com",
6
+ "author_date": "2025-07-18T02:57:37+08:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2025-07-17T18:57:37Z",
10
+ "message": "feat(cli): add explicit proxy option in cli (#2526)",
11
+ "repo_name": "gemini-cli",
12
+ "repo_url": "https://github.com/jmikedupont2/gemini-cli",
13
+ "platform": "github",
14
+ "files_changed": 13,
15
+ "insertions": 126,
16
+ "deletions": 12
17
+ },
18
+ {
19
+ "commit_hash": "a34cc6124cea4b2047c5f75b54233b3cf965f31a",
20
+ "author_name": "warjiang",
21
+ "author_email": "1096409085@qq.com",
22
+ "author_date": "2025-07-08T09:14:39+08:00",
23
+ "committer_name": "GitHub",
24
+ "committer_email": "noreply@github.com",
25
+ "committer_date": "2025-07-08T01:14:39Z",
26
+ "message": "ci: disable scheduled jobs in forked repo (#3093)",
27
+ "repo_name": "gemini-cli",
28
+ "repo_url": "https://github.com/jmikedupont2/gemini-cli",
29
+ "platform": "github",
30
+ "files_changed": 4,
31
+ "insertions": 4,
32
+ "deletions": 0
33
+ }
34
+ ]
activity/github/10987336+chrisheecho/2025/07/activity.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "e8fd2d6147a6527d852d85842bf250400ec93b49",
4
+ "author_name": "chrisheecho",
5
+ "author_email": "10987336+chrisheecho@users.noreply.github.com",
6
+ "author_date": "2025-07-11T06:25:11-07:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2025-07-11T13:25:11Z",
10
+ "message": "Update authentication.md to show how to use API keys in GCP (#3042)",
11
+ "repo_name": "gemini-cli",
12
+ "repo_url": "https://github.com/jmikedupont2/gemini-cli",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 12,
16
+ "deletions": 13
17
+ },
18
+ {
19
+ "commit_hash": "7cc84cd6af66dcf889f6354c2d074c0f51779eb8",
20
+ "author_name": "chrisheecho",
21
+ "author_email": "10987336+chrisheecho@users.noreply.github.com",
22
+ "author_date": "2025-07-07T11:43:27-07:00",
23
+ "committer_name": "GitHub",
24
+ "committer_email": "noreply@github.com",
25
+ "committer_date": "2025-07-07T18:43:27Z",
26
+ "message": "Update README.md to show API key usage for Vertex (#3060)",
27
+ "repo_name": "gemini-cli",
28
+ "repo_url": "https://github.com/jmikedupont2/gemini-cli",
29
+ "platform": "github",
30
+ "files_changed": 1,
31
+ "insertions": 14,
32
+ "deletions": 0
33
+ }
34
+ ]
activity/github/110843012+aditya-solana/2023/01/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "62312f95a916a2edee0169ff4ef67a261280b3a5",
4
+ "author_name": "aditya-solana",
5
+ "author_email": "110843012+aditya-solana@users.noreply.github.com",
6
+ "author_date": "2023-01-19T07:37:17-08:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2023-01-19T07:37:17-08:00",
10
+ "message": "Mention that the document is stale. (#29769)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 2,
16
+ "deletions": 0
17
+ }
18
+ ]
activity/github/110843012+ksolana/2024/07/activity.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "2fce82b676448d539e46c7d08e65132fab5ed389",
4
+ "author_name": "asolana",
5
+ "author_email": "110843012+ksolana@users.noreply.github.com",
6
+ "author_date": "2024-07-31T14:28:41-07:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2024-07-31T14:28:41-07:00",
10
+ "message": "Use ahash for BUILTIN_INSTRUCTION_COSTS (#2329)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 4,
15
+ "insertions": 59,
16
+ "deletions": 2
17
+ },
18
+ {
19
+ "commit_hash": "bb70670048f589264f83111a4fdb4972eea18a41",
20
+ "author_name": "asolana",
21
+ "author_email": "110843012+ksolana@users.noreply.github.com",
22
+ "author_date": "2024-07-29T14:04:26-07:00",
23
+ "committer_name": "GitHub",
24
+ "committer_email": "noreply@github.com",
25
+ "committer_date": "2024-07-29T14:04:26-07:00",
26
+ "message": "Add debug_assert when message send fails (#2320)",
27
+ "repo_name": "agave-solana-validator",
28
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
29
+ "platform": "github",
30
+ "files_changed": 1,
31
+ "insertions": 8,
32
+ "deletions": 12
33
+ },
34
+ {
35
+ "commit_hash": "b14f1037bb725a3c9afb3db0f5158d548c6266b4",
36
+ "author_name": "asolana",
37
+ "author_email": "110843012+ksolana@users.noreply.github.com",
38
+ "author_date": "2024-07-27T08:21:31-07:00",
39
+ "committer_name": "GitHub",
40
+ "committer_email": "noreply@github.com",
41
+ "committer_date": "2024-07-27T22:21:31+07:00",
42
+ "message": "Add removed line from PR1192 (#2249)",
43
+ "repo_name": "agave-solana-validator",
44
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
45
+ "platform": "github",
46
+ "files_changed": 1,
47
+ "insertions": 8,
48
+ "deletions": 1
49
+ }
50
+ ]
activity/github/110843012+ksolana/2024/08/activity.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "b9623a084693e01c22a14aa16ca9b872af28c985",
4
+ "author_name": "asolana",
5
+ "author_email": "110843012+ksolana@users.noreply.github.com",
6
+ "author_date": "2024-08-27T11:03:13-07:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2024-08-27T11:03:13-07:00",
10
+ "message": "Upgrade zstd to 0.13.2 as current version is quite old (#2730)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 3,
15
+ "insertions": 15,
16
+ "deletions": 17
17
+ },
18
+ {
19
+ "commit_hash": "35051c756e148c7b61d26af1421ed133029bce12",
20
+ "author_name": "asolana",
21
+ "author_email": "110843012+ksolana@users.noreply.github.com",
22
+ "author_date": "2024-08-22T08:24:08-07:00",
23
+ "committer_name": "GitHub",
24
+ "committer_email": "noreply@github.com",
25
+ "committer_date": "2024-08-22T08:24:08-07:00",
26
+ "message": "Replace unbounded with bounded as single channel is used (#2646)",
27
+ "repo_name": "agave-solana-validator",
28
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
29
+ "platform": "github",
30
+ "files_changed": 1,
31
+ "insertions": 4,
32
+ "deletions": 2
33
+ },
34
+ {
35
+ "commit_hash": "1ff046ce1fd035df0ca7e573990741fa480a4eb0",
36
+ "author_name": "asolana",
37
+ "author_email": "110843012+ksolana@users.noreply.github.com",
38
+ "author_date": "2024-08-16T11:23:18-07:00",
39
+ "committer_name": "GitHub",
40
+ "committer_email": "noreply@github.com",
41
+ "committer_date": "2024-08-16T11:23:18-07:00",
42
+ "message": "Adding bench_poh_recorder_record_transaction_index (#2546)",
43
+ "repo_name": "agave-solana-validator",
44
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
45
+ "platform": "github",
46
+ "files_changed": 2,
47
+ "insertions": 97,
48
+ "deletions": 3
49
+ }
50
+ ]
activity/github/110843012+ksolana/2024/09/activity.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "c7e44c1389e01b576b1180387db20971eb1c8d3c",
4
+ "author_name": "asolana",
5
+ "author_email": "110843012+ksolana@users.noreply.github.com",
6
+ "author_date": "2024-09-09T15:30:30-07:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2024-09-09T15:30:30-07:00",
10
+ "message": "Set zstd compression level to 1 as it offers fastest compression with small size tradeoff. (#2729)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 2,
16
+ "deletions": 1
17
+ }
18
+ ]
activity/github/110843012+ksolana/2024/10/activity.json ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "d6c7fd00c0747b21a54853303775f06105e9e60f",
4
+ "author_name": "asolana",
5
+ "author_email": "110843012+ksolana@users.noreply.github.com",
6
+ "author_date": "2024-10-24T16:43:24-07:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2024-10-24T16:43:24-07:00",
10
+ "message": "Always inline should_update and should_update_ext (#3228)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 2,
16
+ "deletions": 0
17
+ },
18
+ {
19
+ "commit_hash": "415a78af07ab6cf00e09cfc9a8e471e0d9676b8f",
20
+ "author_name": "asolana",
21
+ "author_email": "110843012+ksolana@users.noreply.github.com",
22
+ "author_date": "2024-10-24T16:38:15-07:00",
23
+ "committer_name": "GitHub",
24
+ "committer_email": "noreply@github.com",
25
+ "committer_date": "2024-10-24T16:38:15-07:00",
26
+ "message": "Report ConsumeWorkerMetrics at slot transitions (#3212)",
27
+ "repo_name": "agave-solana-validator",
28
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
29
+ "platform": "github",
30
+ "files_changed": 2,
31
+ "insertions": 42,
32
+ "deletions": 16
33
+ },
34
+ {
35
+ "commit_hash": "9e102ce2d5c9bc9688a67d21a0338a727216ca6c",
36
+ "author_name": "asolana",
37
+ "author_email": "110843012+ksolana@users.noreply.github.com",
38
+ "author_date": "2024-10-21T08:11:08-07:00",
39
+ "committer_name": "GitHub",
40
+ "committer_email": "noreply@github.com",
41
+ "committer_date": "2024-10-21T08:11:08-07:00",
42
+ "message": "Remove dead methods in accounts_db.rs (#3226)",
43
+ "repo_name": "agave-solana-validator",
44
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
45
+ "platform": "github",
46
+ "files_changed": 2,
47
+ "insertions": 0,
48
+ "deletions": 14
49
+ },
50
+ {
51
+ "commit_hash": "bf8165282e5769db634147e097a3f35fa9764ead",
52
+ "author_name": "asolana",
53
+ "author_email": "110843012+ksolana@users.noreply.github.com",
54
+ "author_date": "2024-10-21T08:10:23-07:00",
55
+ "committer_name": "GitHub",
56
+ "committer_email": "noreply@github.com",
57
+ "committer_date": "2024-10-21T08:10:23-07:00",
58
+ "message": "[accounts_db] Make internal constants private, remove a dead one (#3227)",
59
+ "repo_name": "agave-solana-validator",
60
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
61
+ "platform": "github",
62
+ "files_changed": 1,
63
+ "insertions": 2,
64
+ "deletions": 3
65
+ },
66
+ {
67
+ "commit_hash": "7b05e29f4eb275bf884b18351b2d5ad13dc48bf0",
68
+ "author_name": "asolana",
69
+ "author_email": "110843012+ksolana@users.noreply.github.com",
70
+ "author_date": "2024-10-20T14:54:21-07:00",
71
+ "committer_name": "GitHub",
72
+ "committer_email": "noreply@github.com",
73
+ "committer_date": "2024-10-20T21:54:21Z",
74
+ "message": "Remove dead method in cluster_tests (#3234)",
75
+ "repo_name": "agave-solana-validator",
76
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
77
+ "platform": "github",
78
+ "files_changed": 1,
79
+ "insertions": 2,
80
+ "deletions": 14
81
+ },
82
+ {
83
+ "commit_hash": "aab654eecd0adc29607e59590a3bc92525e8c928",
84
+ "author_name": "asolana",
85
+ "author_email": "110843012+ksolana@users.noreply.github.com",
86
+ "author_date": "2024-10-20T13:28:44-07:00",
87
+ "committer_name": "GitHub",
88
+ "committer_email": "noreply@github.com",
89
+ "committer_date": "2024-10-20T13:28:44-07:00",
90
+ "message": "Remove pub visibility from functions in scheduler_metrics (#3224)",
91
+ "repo_name": "agave-solana-validator",
92
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
93
+ "platform": "github",
94
+ "files_changed": 1,
95
+ "insertions": 3,
96
+ "deletions": 3
97
+ },
98
+ {
99
+ "commit_hash": "4789001c0237352000e95d2f9767a823cec2eed3",
100
+ "author_name": "asolana",
101
+ "author_email": "110843012+ksolana@users.noreply.github.com",
102
+ "author_date": "2024-10-19T10:50:58-07:00",
103
+ "committer_name": "GitHub",
104
+ "committer_email": "noreply@github.com",
105
+ "committer_date": "2024-10-19T10:50:58-07:00",
106
+ "message": "Remove dead method in cluster_info_vote_listener.rs (#3225)",
107
+ "repo_name": "agave-solana-validator",
108
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
109
+ "platform": "github",
110
+ "files_changed": 1,
111
+ "insertions": 0,
112
+ "deletions": 25
113
+ }
114
+ ]
activity/github/110843012+ksolana/2024/11/activity.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "86a70621aeabefdfdd574155e37520342d7e0680",
4
+ "author_name": "asolana",
5
+ "author_email": "110843012+ksolana@users.noreply.github.com",
6
+ "author_date": "2024-11-20T22:12:18-08:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2024-11-20T22:12:18-08:00",
10
+ "message": "Remove the ThreadLocalMultiIterator BlockProductionMethod (#3727)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 3,
15
+ "insertions": 4,
16
+ "deletions": 36
17
+ },
18
+ {
19
+ "commit_hash": "03f0b0002c2210c1c6291ed6b2b33227023258d0",
20
+ "author_name": "asolana",
21
+ "author_email": "110843012+ksolana@users.noreply.github.com",
22
+ "author_date": "2024-11-06T12:30:01-08:00",
23
+ "committer_name": "GitHub",
24
+ "committer_email": "noreply@github.com",
25
+ "committer_date": "2024-11-06T20:30:01Z",
26
+ "message": "Remove ledger.lock (#3505)",
27
+ "repo_name": "agave-solana-validator",
28
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
29
+ "platform": "github",
30
+ "files_changed": 1,
31
+ "insertions": 0,
32
+ "deletions": 0
33
+ },
34
+ {
35
+ "commit_hash": "c15f89c98dcacfb40782c9d0f2c0c0c114f471a6",
36
+ "author_name": "asolana",
37
+ "author_email": "110843012+ksolana@users.noreply.github.com",
38
+ "author_date": "2024-11-05T19:54:02-08:00",
39
+ "committer_name": "GitHub",
40
+ "committer_email": "noreply@github.com",
41
+ "committer_date": "2024-11-05T19:54:02-08:00",
42
+ "message": "Fix violations of elided_named_lifetimes (#3449)",
43
+ "repo_name": "agave-solana-validator",
44
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
45
+ "platform": "github",
46
+ "files_changed": 6,
47
+ "insertions": 7,
48
+ "deletions": 7
49
+ },
50
+ {
51
+ "commit_hash": "afd766a617eeb0d9bbb70e284f716a06479dcd69",
52
+ "author_name": "asolana",
53
+ "author_email": "110843012+ksolana@users.noreply.github.com",
54
+ "author_date": "2024-11-04T10:26:17-08:00",
55
+ "committer_name": "GitHub",
56
+ "committer_email": "noreply@github.com",
57
+ "committer_date": "2024-11-04T10:26:17-08:00",
58
+ "message": "Report mean,min,max ConsumeWorkerMetrics::timing_metrics (#3321)",
59
+ "repo_name": "agave-solana-validator",
60
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
61
+ "platform": "github",
62
+ "files_changed": 1,
63
+ "insertions": 27,
64
+ "deletions": 0
65
+ },
66
+ {
67
+ "commit_hash": "faf5c73faecfa18a2ee0e01cc631d5cd70de2aab",
68
+ "author_name": "asolana",
69
+ "author_email": "110843012+ksolana@users.noreply.github.com",
70
+ "author_date": "2024-11-04T10:25:54-08:00",
71
+ "committer_name": "GitHub",
72
+ "committer_email": "noreply@github.com",
73
+ "committer_date": "2024-11-04T10:25:54-08:00",
74
+ "message": "Remove prioritization_fee.rs (#3235)",
75
+ "repo_name": "agave-solana-validator",
76
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
77
+ "platform": "github",
78
+ "files_changed": 4,
79
+ "insertions": 69,
80
+ "deletions": 136
81
+ }
82
+ ]
activity/github/110843012+ksolana/2024/12/activity.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "ed153952db2f26be63eb9e822d4ab7db7b1f2a13",
4
+ "author_name": "asolana",
5
+ "author_email": "110843012+ksolana@users.noreply.github.com",
6
+ "author_date": "2024-12-31T09:07:36-08:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2024-12-31T09:07:36-08:00",
10
+ "message": "Remove new_thread_local_multi_iterator (#3757)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 1,
15
+ "insertions": 4,
16
+ "deletions": 90
17
+ },
18
+ {
19
+ "commit_hash": "bfcfe1d490542dc59c34b7eb790698462c703e77",
20
+ "author_name": "asolana",
21
+ "author_email": "110843012+ksolana@users.noreply.github.com",
22
+ "author_date": "2024-12-17T06:40:37-08:00",
23
+ "committer_name": "GitHub",
24
+ "committer_email": "noreply@github.com",
25
+ "committer_date": "2024-12-17T06:40:37-08:00",
26
+ "message": "Thinlto for validator builds. (#4063)",
27
+ "repo_name": "agave-solana-validator",
28
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
29
+ "platform": "github",
30
+ "files_changed": 1,
31
+ "insertions": 5,
32
+ "deletions": 0
33
+ },
34
+ {
35
+ "commit_hash": "be115c7a31c51ad549c9b3eac74735c55019d3db",
36
+ "author_name": "asolana",
37
+ "author_email": "110843012+ksolana@users.noreply.github.com",
38
+ "author_date": "2024-12-08T15:22:22-08:00",
39
+ "committer_name": "GitHub",
40
+ "committer_email": "noreply@github.com",
41
+ "committer_date": "2024-12-09T10:22:22+11:00",
42
+ "message": "Upgrade tikv-jemallocator to 0.6 (#2396)",
43
+ "repo_name": "agave-solana-validator",
44
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
45
+ "platform": "github",
46
+ "files_changed": 3,
47
+ "insertions": 9,
48
+ "deletions": 11
49
+ },
50
+ {
51
+ "commit_hash": "5b0e8bc8a1d46f5b92692a238be061cc1a7cd313",
52
+ "author_name": "asolana",
53
+ "author_email": "110843012+ksolana@users.noreply.github.com",
54
+ "author_date": "2024-12-03T09:02:40-08:00",
55
+ "committer_name": "GitHub",
56
+ "committer_email": "noreply@github.com",
57
+ "committer_date": "2024-12-03T09:02:40-08:00",
58
+ "message": "Thinlto for validator builds. (#3516)",
59
+ "repo_name": "agave-solana-validator",
60
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
61
+ "platform": "github",
62
+ "files_changed": 1,
63
+ "insertions": 4,
64
+ "deletions": 0
65
+ }
66
+ ]
activity/github/110843012+ksolana/2025/01/activity.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "981c4c1e2f8a8a40110ba7902199fefed017e568",
4
+ "author_name": "asolana",
5
+ "author_email": "110843012+ksolana@users.noreply.github.com",
6
+ "author_date": "2025-01-24T10:47:10-08:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2025-01-24T10:47:10-08:00",
10
+ "message": "CU for VoteInstruction::InitializeAccount (#4342)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 3,
15
+ "insertions": 202,
16
+ "deletions": 0
17
+ },
18
+ {
19
+ "commit_hash": "5144d71fed42a4d5bf69ef54ad6368caa39d2815",
20
+ "author_name": "asolana",
21
+ "author_email": "110843012+ksolana@users.noreply.github.com",
22
+ "author_date": "2025-01-21T10:47:47-08:00",
23
+ "committer_name": "GitHub",
24
+ "committer_email": "noreply@github.com",
25
+ "committer_date": "2025-01-21T10:47:47-08:00",
26
+ "message": "Prefix sender and receiver with working_bank (#4502)",
27
+ "repo_name": "agave-solana-validator",
28
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
29
+ "platform": "github",
30
+ "files_changed": 1,
31
+ "insertions": 9,
32
+ "deletions": 6
33
+ }
34
+ ]
activity/github/110843012+ksolana/2025/02/activity.json ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "8b993211127a7ea08b4ce23cddf17470cfec19fb",
4
+ "author_name": "asolana",
5
+ "author_email": "110843012+ksolana@users.noreply.github.com",
6
+ "author_date": "2025-02-23T21:45:51-07:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2025-02-23T21:45:51-07:00",
10
+ "message": "[programs/stake] Remove unused solana-logger (#4914)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 2,
15
+ "insertions": 0,
16
+ "deletions": 2
17
+ },
18
+ {
19
+ "commit_hash": "91befc7281518821d01ab5e211973a35a3acbd34",
20
+ "author_name": "asolana",
21
+ "author_email": "110843012+ksolana@users.noreply.github.com",
22
+ "author_date": "2025-02-15T07:38:56-08:00",
23
+ "committer_name": "GitHub",
24
+ "committer_email": "noreply@github.com",
25
+ "committer_date": "2025-02-15T07:38:56-08:00",
26
+ "message": "Vote cu bench for Authorize, CompactUpdate, TowerSync (#4884)",
27
+ "repo_name": "agave-solana-validator",
28
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
29
+ "platform": "github",
30
+ "files_changed": 1,
31
+ "insertions": 365,
32
+ "deletions": 2
33
+ },
34
+ {
35
+ "commit_hash": "5f6625b5a3986925d16a59a8288575205ed0132e",
36
+ "author_name": "asolana",
37
+ "author_email": "110843012+ksolana@users.noreply.github.com",
38
+ "author_date": "2025-02-15T07:35:58-08:00",
39
+ "committer_name": "GitHub",
40
+ "committer_email": "noreply@github.com",
41
+ "committer_date": "2025-02-15T07:35:58-08:00",
42
+ "message": "Remove index_list as it is unused (#4904)",
43
+ "repo_name": "agave-solana-validator",
44
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
45
+ "platform": "github",
46
+ "files_changed": 6,
47
+ "insertions": 0,
48
+ "deletions": 27
49
+ },
50
+ {
51
+ "commit_hash": "2024ceb4f213ae434d033be3471d3116cf3ae5a5",
52
+ "author_name": "asolana",
53
+ "author_email": "110843012+ksolana@users.noreply.github.com",
54
+ "author_date": "2025-02-13T22:09:25-08:00",
55
+ "committer_name": "GitHub",
56
+ "committer_email": "noreply@github.com",
57
+ "committer_date": "2025-02-13T22:09:25-08:00",
58
+ "message": "[bloom] Remove log as it is unused. (#4907)",
59
+ "repo_name": "agave-solana-validator",
60
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
61
+ "platform": "github",
62
+ "files_changed": 4,
63
+ "insertions": 0,
64
+ "deletions": 4
65
+ },
66
+ {
67
+ "commit_hash": "3eecfc8c7b87c579dd7fdb70bf761fa41440ef94",
68
+ "author_name": "asolana",
69
+ "author_email": "110843012+ksolana@users.noreply.github.com",
70
+ "author_date": "2025-02-13T22:07:51-08:00",
71
+ "committer_name": "GitHub",
72
+ "committer_email": "noreply@github.com",
73
+ "committer_date": "2025-02-13T22:07:51-08:00",
74
+ "message": "[tps-client] Remove unused serial_test and solana-test-validator (#4917)",
75
+ "repo_name": "agave-solana-validator",
76
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
77
+ "platform": "github",
78
+ "files_changed": 2,
79
+ "insertions": 0,
80
+ "deletions": 4
81
+ },
82
+ {
83
+ "commit_hash": "c7c63a3a24500aec323a5c96bbadc581465385e4",
84
+ "author_name": "asolana",
85
+ "author_email": "110843012+ksolana@users.noreply.github.com",
86
+ "author_date": "2025-02-13T19:16:41-08:00",
87
+ "committer_name": "GitHub",
88
+ "committer_email": "noreply@github.com",
89
+ "committer_date": "2025-02-14T11:16:41+08:00",
90
+ "message": "[ledger-tool] Remove bytecount as it is unused (#4905)",
91
+ "repo_name": "agave-solana-validator",
92
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
93
+ "platform": "github",
94
+ "files_changed": 3,
95
+ "insertions": 0,
96
+ "deletions": 9
97
+ },
98
+ {
99
+ "commit_hash": "2a1441f9dfafc3647429f9f25fa8bffaa074c8d3",
100
+ "author_name": "asolana",
101
+ "author_email": "110843012+ksolana@users.noreply.github.com",
102
+ "author_date": "2025-02-12T01:20:37-08:00",
103
+ "committer_name": "GitHub",
104
+ "committer_email": "noreply@github.com",
105
+ "committer_date": "2025-02-12T17:20:37+08:00",
106
+ "message": "Remove systemstat as it is unused (#4909)",
107
+ "repo_name": "agave-solana-validator",
108
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
109
+ "platform": "github",
110
+ "files_changed": 2,
111
+ "insertions": 0,
112
+ "deletions": 2
113
+ },
114
+ {
115
+ "commit_hash": "254d5422bd8e2aa31534c4bae7d790ab129ad7b8",
116
+ "author_name": "asolana",
117
+ "author_email": "110843012+ksolana@users.noreply.github.com",
118
+ "author_date": "2025-02-12T01:20:20-08:00",
119
+ "committer_name": "GitHub",
120
+ "committer_email": "noreply@github.com",
121
+ "committer_date": "2025-02-12T17:20:20+08:00",
122
+ "message": "[net-utils] Remove unused crossbeam-channel dep (#4911)",
123
+ "repo_name": "agave-solana-validator",
124
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
125
+ "platform": "github",
126
+ "files_changed": 4,
127
+ "insertions": 0,
128
+ "deletions": 4
129
+ },
130
+ {
131
+ "commit_hash": "e87917adab5468fe13287147800922a3191d0040",
132
+ "author_name": "asolana",
133
+ "author_email": "110843012+ksolana@users.noreply.github.com",
134
+ "author_date": "2025-02-11T18:34:45-08:00",
135
+ "committer_name": "GitHub",
136
+ "committer_email": "noreply@github.com",
137
+ "committer_date": "2025-02-11T18:34:45-08:00",
138
+ "message": "[tpu-client-next] Remove unused solana-logger (#4918)",
139
+ "repo_name": "agave-solana-validator",
140
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
141
+ "platform": "github",
142
+ "files_changed": 2,
143
+ "insertions": 0,
144
+ "deletions": 2
145
+ },
146
+ {
147
+ "commit_hash": "7a97ab1928da6baf4f90b0184f4e5111b2f92f30",
148
+ "author_name": "asolana",
149
+ "author_email": "110843012+ksolana@users.noreply.github.com",
150
+ "author_date": "2025-02-11T18:34:19-08:00",
151
+ "committer_name": "GitHub",
152
+ "committer_email": "noreply@github.com",
153
+ "committer_date": "2025-02-11T18:34:19-08:00",
154
+ "message": "[programs/system] Remove unused solana-logger (#4916)",
155
+ "repo_name": "agave-solana-validator",
156
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
157
+ "platform": "github",
158
+ "files_changed": 2,
159
+ "insertions": 0,
160
+ "deletions": 2
161
+ },
162
+ {
163
+ "commit_hash": "dd4c765b89d0747bfc2ecb86c63bc8aa5252bc39",
164
+ "author_name": "asolana",
165
+ "author_email": "110843012+ksolana@users.noreply.github.com",
166
+ "author_date": "2025-02-09T08:44:33-08:00",
167
+ "committer_name": "GitHub",
168
+ "committer_email": "noreply@github.com",
169
+ "committer_date": "2025-02-09T08:44:33-08:00",
170
+ "message": "Vote cu Vote, Withdraw, UpdateValidatorIdentity (#4733)",
171
+ "repo_name": "agave-solana-validator",
172
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
173
+ "platform": "github",
174
+ "files_changed": 1,
175
+ "insertions": 582,
176
+ "deletions": 4
177
+ }
178
+ ]
activity/github/110843012+ksolana/2025/03/activity.json ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "commit_hash": "6eaa62a517eb660e1fbf41e5afc9e40713bace95",
4
+ "author_name": "asolana",
5
+ "author_email": "110843012+ksolana@users.noreply.github.com",
6
+ "author_date": "2025-03-31T17:21:18-07:00",
7
+ "committer_name": "GitHub",
8
+ "committer_email": "noreply@github.com",
9
+ "committer_date": "2025-03-31T17:21:18-07:00",
10
+ "message": "[turbine] Remove unused solana-geyser-plugin-manager (#4919)",
11
+ "repo_name": "agave-solana-validator",
12
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
13
+ "platform": "github",
14
+ "files_changed": 4,
15
+ "insertions": 0,
16
+ "deletions": 4
17
+ },
18
+ {
19
+ "commit_hash": "2131ba803cdc958fe2dd9264e44f2e1638f8fed7",
20
+ "author_name": "asolana",
21
+ "author_email": "110843012+ksolana@users.noreply.github.com",
22
+ "author_date": "2025-03-27T09:40:35-07:00",
23
+ "committer_name": "GitHub",
24
+ "committer_email": "noreply@github.com",
25
+ "committer_date": "2025-03-27T09:40:35-07:00",
26
+ "message": "Remove DeserializedPacket as it is unused (#5391)",
27
+ "repo_name": "agave-solana-validator",
28
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
29
+ "platform": "github",
30
+ "files_changed": 2,
31
+ "insertions": 0,
32
+ "deletions": 187
33
+ },
34
+ {
35
+ "commit_hash": "f139c8b546913ef91e5f7f15407801c461336df6",
36
+ "author_name": "asolana",
37
+ "author_email": "110843012+ksolana@users.noreply.github.com",
38
+ "author_date": "2025-03-25T11:55:22-07:00",
39
+ "committer_name": "GitHub",
40
+ "committer_email": "noreply@github.com",
41
+ "committer_date": "2025-03-25T11:55:22-07:00",
42
+ "message": "Put back profile.release to preserve the build config modified in #5313 (#5474)",
43
+ "repo_name": "agave-solana-validator",
44
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
45
+ "platform": "github",
46
+ "files_changed": 1,
47
+ "insertions": 4,
48
+ "deletions": 0
49
+ },
50
+ {
51
+ "commit_hash": "bbd18f4da43ce0b95158067ca0cd73f9a831c69f",
52
+ "author_name": "asolana",
53
+ "author_email": "110843012+ksolana@users.noreply.github.com",
54
+ "author_date": "2025-03-24T09:33:02-07:00",
55
+ "committer_name": "GitHub",
56
+ "committer_email": "noreply@github.com",
57
+ "committer_date": "2025-03-24T09:33:02-07:00",
58
+ "message": "Remove payload wrapper (ConsumeScannerPayload) from vote storage. (#5393)",
59
+ "repo_name": "agave-solana-validator",
60
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
61
+ "platform": "github",
62
+ "files_changed": 2,
63
+ "insertions": 58,
64
+ "deletions": 49
65
+ },
66
+ {
67
+ "commit_hash": "41a9e3ac382ed98817ec1f52a729f70f5c643300",
68
+ "author_name": "asolana",
69
+ "author_email": "110843012+ksolana@users.noreply.github.com",
70
+ "author_date": "2025-03-21T07:35:30-07:00",
71
+ "committer_name": "GitHub",
72
+ "committer_email": "noreply@github.com",
73
+ "committer_date": "2025-03-21T07:35:30-07:00",
74
+ "message": "Enable codegen-units = 1 for better optimizations (#5313)",
75
+ "repo_name": "agave-solana-validator",
76
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
77
+ "platform": "github",
78
+ "files_changed": 2,
79
+ "insertions": 7,
80
+ "deletions": 1
81
+ },
82
+ {
83
+ "commit_hash": "d0c88d54bb431817b197874c7529e0051c648e15",
84
+ "author_name": "asolana",
85
+ "author_email": "110843012+ksolana@users.noreply.github.com",
86
+ "author_date": "2025-03-20T14:27:17-07:00",
87
+ "committer_name": "GitHub",
88
+ "committer_email": "noreply@github.com",
89
+ "committer_date": "2025-03-20T14:27:17-07:00",
90
+ "message": "Remove original_packet from ImmutableDeserializedPacket (#5362)",
91
+ "repo_name": "agave-solana-validator",
92
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
93
+ "platform": "github",
94
+ "files_changed": 6,
95
+ "insertions": 18,
96
+ "deletions": 17
97
+ },
98
+ {
99
+ "commit_hash": "a12f6f796a6b8b8c327f73c63b63b31beb8061c8",
100
+ "author_name": "asolana",
101
+ "author_email": "110843012+ksolana@users.noreply.github.com",
102
+ "author_date": "2025-03-19T07:37:16-07:00",
103
+ "committer_name": "GitHub",
104
+ "committer_email": "noreply@github.com",
105
+ "committer_date": "2025-03-19T07:37:16-07:00",
106
+ "message": "Remove Multi iterator as they are not needed to process non-conflicting transactions. (#5292)",
107
+ "repo_name": "agave-solana-validator",
108
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
109
+ "platform": "github",
110
+ "files_changed": 4,
111
+ "insertions": 48,
112
+ "deletions": 502
113
+ },
114
+ {
115
+ "commit_hash": "131d3b3e007b1505231c726b98489aae40234a39",
116
+ "author_name": "asolana",
117
+ "author_email": "110843012+ksolana@users.noreply.github.com",
118
+ "author_date": "2025-03-12T08:03:17-07:00",
119
+ "committer_name": "GitHub",
120
+ "committer_email": "noreply@github.com",
121
+ "committer_date": "2025-03-12T08:03:17-07:00",
122
+ "message": "Remove message_hash_to_transaction as it is unused (#5233)",
123
+ "repo_name": "agave-solana-validator",
124
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
125
+ "platform": "github",
126
+ "files_changed": 1,
127
+ "insertions": 2,
128
+ "deletions": 21
129
+ },
130
+ {
131
+ "commit_hash": "98d868ab44bb47e95ad8bd94f5d3ff0ba8a5193c",
132
+ "author_name": "asolana",
133
+ "author_email": "110843012+ksolana@users.noreply.github.com",
134
+ "author_date": "2025-03-04T07:35:55-08:00",
135
+ "committer_name": "GitHub",
136
+ "committer_email": "noreply@github.com",
137
+ "committer_date": "2025-03-04T07:35:55-08:00",
138
+ "message": "Remove UnprocessedTransactionStorage (#4604)",
139
+ "repo_name": "agave-solana-validator",
140
+ "repo_url": "https://github.com/meta-introspector/agave-solana-validator",
141
+ "platform": "github",
142
+ "files_changed": 9,
143
+ "insertions": 458,
144
+ "deletions": 1809
145
+ }
146
+ ]