-
Notifications
You must be signed in to change notification settings - Fork 1
Update Node Size Data #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
8109e22 to
30545fc
Compare
80d3546 to
841a7de
Compare
841a7de to
b7a3551
Compare
b7a3551 to
bc03039
Compare
bc03039 to
1455474
Compare
1455474 to
daec164
Compare
daec164 to
726e1b4
Compare
726e1b4 to
862d101
Compare
862d101 to
8cb2e8b
Compare
60691e9 to
dc95624
Compare
dc95624 to
1601f8f
Compare
1601f8f to
d6b27b7
Compare
d6b27b7 to
cac15d8
Compare
cac15d8 to
55b1ce5
Compare
55b1ce5 to
cf0a99a
Compare
cf0a99a to
3dcf0c8
Compare
3dcf0c8 to
4badcf4
Compare
4badcf4 to
aa1bd49
Compare
aa1bd49 to
32ba0f9
Compare
32ba0f9 to
622bac9
Compare
622bac9 to
ae3f589
Compare
ae3f589 to
48fc0cd
Compare
48fc0cd to
6a99bd5
Compare
6a99bd5 to
f05e77f
Compare
ba811d2 to
5c9869e
Compare
5c9869e to
e86ba02
Compare
linea-node-size/data.json
Outdated
| } | ||
| ] | ||
| ], | ||
| "51": [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Empty array entry added with no actual data
The automated script added "51": [] under the "2025" year with an empty array, while all other week entries in the file contain arrays with 4 node size data objects (containing network, cluster, pvc, totalSize, dailyIncrease, and timestamp fields). This appears to be erroneous output from the data collection automation - either the data collection failed or a placeholder entry was inadvertently created. Compare to "51" in "2024" which contains proper data.
e86ba02 to
1f6e191
Compare
| } | ||
| ] | ||
| ], | ||
| "52": [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty array added for week 52 data
The automated node size data update added "52": [] with an empty array. Every other week entry in the file contains an array of 4 data objects (for different node types like besu-full, besu-archive, geth-full-snapshot, and geth-archive). An empty array suggests the data collection process failed or this entry was created prematurely without actual node size data being captured.
This is an automated PR to update the node size data.
Please review the changes and merge if everything looks correct.
Note
Add a 2025 week "52" placeholder to
linea-node-size/data.jsonand fix the adjacent JSON structure."52"entry under"2025"inlinea-node-size/data.json."11"array properly closed before adding week"52".Written by Cursor Bugbot for commit 1f6e191. This will update automatically on new commits. Configure here.