Ecosystem metrics
- New Repos
- 12
- New
- Commits
- 472
- down 33.0%
- Releases
- 6
- down 25.0%
- Contributors
- 48
- down 2.0%
- Merges
- 12
- down 29.4%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
7108 commits in all time
Jun 13, 2026 21:00 – Sep 11, 2026 21:00 UTC
Merge e8b8529337ef4f5daea93fd499531c9ea24274ea into 243ec8e4e1377526ce85f5821ee29caf4dfc0d7f
ee4c0e51
pull/408/merge
13/694 ++ 568 --
removed top right close button.
e8b85293
pull/408/head
1/1 ++ 21 --
feat: ensure epp and schema changes are respected everywhere
c7f757ae
feat/schema_epp_changes
6/63 ++ 11 --
Merge df3d5a83a110c7dc0e73b0ec97138dc240f69fec into 243ec8e4e1377526ce85f5821ee29caf4dfc0d7f
8418b3b0
pull/408/merge
13/713 ++ 567 --
Close button added to zero balance model.
df3d5a83
pull/408/head
3/287 ++ 230 --
Merge 3ba4579524e36ed8a78f7d3631c29604b4e83fc3 into f40ba97e346ad7408168cc0b2e2ebaf4b8770e00
5a3b8431
pull/196/merge
2/43 ++ 1 --
Merge cfaac69ccfdbba5b5ca2c7c89c74d3eee1d42b47 into f40ba97e346ad7408168cc0b2e2ebaf4b8770e00
d8045a93
pull/195/merge
2/47 ++ 3 --
fix: show date only for distant expirations
cfaac69c
pull/195/head
2/47 ++ 3 --
Merge 33b001e9b0a56492cbf055f7550991b842d4aaa4 into f40ba97e346ad7408168cc0b2e2ebaf4b8770e00
01a47cdb
pull/194/merge
1/6 ++ 0 --
fix: address upgrade messaging review feedback
33b001e9
pull/194/head
2/7 ++ 66 --
Merge 0fda902b8ff007fccfb8efb0b238d5e67d47e3d2 into 361d3066ffaca4241991cc6563403417bf562ecf
78b0446b
pull/30/merge
2/310 ++ 111 --
fix(deps): update dependency next to v15 [security]
0fda902b
renovate/npm-next-vulnerability
2/310 ++ 111 --
Merge b860e4a23a355e889484f621d55604a5e0f6d029 into b1b7fa4eb7ed799efdc5b47683f7206c041e2fee
83d0de2b
pull/614/merge
27/311 ++ 0 --
feat: add 'lease' field to the transaction wizard
b860e4a2
feat/transaction-wizard-lease
27/311 ++ 0 --
fix: keep a field value from breaking an entry across two lines
A string field was quoted only when it held a space or an equals sign, so a value carrying a newline and neither was written out raw and split one entry over two lines, which is exactly what Render promises not to do and what makes the output greppable. Nothing algod writes reaches this today: a stack trace goes into the message, where collapseNewlines handles it, and the one structurally multi-line field is built by a telemetry hook on a copy of the entry that never reaches the file. The guarantee is Render's own, though, and --file points the command at whatever file the user names, so the test now covers control characters, quotes and backslashes alike -- %q escapes them together and the guarantee stops depending on the producer. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PqPSx1wqM8rMdo4EHPa4jy
1c62edc1
pull/193/head
2/35 ++ 2 --
fix: stop a pruned archive turning into a node that never logged
reportEmptyLogResult counted the sources the scan opened, which is the list after PruneSources has already run. A --since newer than every archive collapsed that count to the live log alone, so an empty live log reported "the log file is empty, the node has not logged anything yet" against a node with a year of rotated history behind it -- and sent the user off to *start* a node that was already running. The count is now the unpruned history, which leaves LogsNoMatchMsg to explain the result. That is also the true answer: an archive pruned for predating --since held nothing the search wanted either. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PqPSx1wqM8rMdo4EHPa4jy
fae5a153
pull/193/head
2/94 ++ 5 --