Skip to content

Commit 65340a6

Browse files
author
ID Bot
committed
Script updating archive at 2026-03-08T02:50:31Z. [ci skip]
1 parent c7cf7d1 commit 65340a6

1 file changed

Lines changed: 64 additions & 2 deletions

File tree

archive.json

Lines changed: 64 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"magic": "E!vIA5L86J2I",
3-
"timestamp": "2026-03-05T02:46:42.849690+00:00",
3+
"timestamp": "2026-03-08T02:50:29.401375+00:00",
44
"repo": "davidben/merkle-tree-certs",
55
"labels": [
66
{
@@ -11322,7 +11322,7 @@
1132211322
"labels": [],
1132311323
"body": "Closes #163",
1132411324
"createdAt": "2026-02-24T20:51:24Z",
11325-
"updatedAt": "2026-02-27T19:37:40Z",
11325+
"updatedAt": "2026-03-05T15:34:19Z",
1132611326
"baseRepository": "davidben/merkle-tree-certs",
1132711327
"baseRefName": "main",
1132811328
"baseRefOid": "96de61e332bbb14558dff95e692af2306e1d763c",
@@ -11417,6 +11417,26 @@
1141711417
"createdAt": "2026-02-24T23:54:46Z",
1141811418
"updatedAt": "2026-02-24T23:54:46Z",
1141911419
"comments": []
11420+
},
11421+
{
11422+
"id": "PRR_kwDOJIBkVc7oT8t0",
11423+
"commit": {
11424+
"abbreviatedOid": "0ba41e8"
11425+
},
11426+
"author": "aww-aww",
11427+
"authorAssociation": "CONTRIBUTOR",
11428+
"state": "COMMENTED",
11429+
"body": "",
11430+
"createdAt": "2026-03-05T15:34:19Z",
11431+
"updatedAt": "2026-03-05T15:34:19Z",
11432+
"comments": [
11433+
{
11434+
"originalPosition": 276,
11435+
"body": "nit: s/,/and/",
11436+
"createdAt": "2026-03-05T15:34:19Z",
11437+
"updatedAt": "2026-03-05T15:34:19Z"
11438+
}
11439+
]
1142011440
}
1142111441
]
1142211442
},
@@ -11654,6 +11674,48 @@
1165411674
"comments": []
1165511675
}
1165611676
]
11677+
},
11678+
{
11679+
"number": 193,
11680+
"id": "PR_kwDOJIBkVc7IhGNq",
11681+
"title": "Rename 'max_landmarks' to 'max_active_landmarks' for clarity, and fix example",
11682+
"url": "https://github.com/davidben/merkle-tree-certs/pull/193",
11683+
"state": "MERGED",
11684+
"author": "lukevalenta",
11685+
"authorAssociation": "COLLABORATOR",
11686+
"assignees": [],
11687+
"labels": [],
11688+
"body": "* Rename `max_landmarks` to `max_active_landmarks` for clarity, since CAs also need to keep one 'inactive' landmark around in the landmark sequence, and that could lead to implementation confusion.\r\n* Fix example of setting max landmarks. The formula in the recommended procedure for allocating landmarks is `max_landmarks = ceil(max_cert_lifetime / time_between_landmarks) + 1`. The `+ 1` accounts for landmarks not allocated at the exact start of their time interval, which can push certificate expiry one interval further than `ceil(max_cert_lifetime / time_between_landmarks)` alone would bound.\r\n\r\n For example, say we have:\r\n\r\n time_between_landmarks: 1, giving time intervals [0,1), [1,2), [2,3)\r\n max_cert_lifetime: 3\r\n landmarks at times: 0.99, 1, 2, 3\r\n\r\n The landmark at time 0.99 could contain certs that don't expire until time 3.99. Thus, we need to keep all 4 landmarks active.",
11689+
"createdAt": "2026-03-06T14:25:38Z",
11690+
"updatedAt": "2026-03-06T18:33:37Z",
11691+
"baseRepository": "davidben/merkle-tree-certs",
11692+
"baseRefName": "main",
11693+
"baseRefOid": "44f7abccc9a61aacaa611036d3cdd0ac68eac7de",
11694+
"headRepository": "davidben/merkle-tree-certs",
11695+
"headRefName": "lvalenta/max-active-landmarks",
11696+
"headRefOid": "df35b3e0c13ae6afaa06ca4abbf58934a404a2d2",
11697+
"closedAt": "2026-03-06T18:33:37Z",
11698+
"mergedAt": "2026-03-06T18:33:37Z",
11699+
"mergedBy": "davidben",
11700+
"mergeCommit": {
11701+
"oid": "0d5dfe448a6dbdd2243d260e3e3f7dd9a6e27433"
11702+
},
11703+
"comments": [],
11704+
"reviews": [
11705+
{
11706+
"id": "PRR_kwDOJIBkVc7oxoUK",
11707+
"commit": {
11708+
"abbreviatedOid": "df35b3e"
11709+
},
11710+
"author": "davidben",
11711+
"authorAssociation": "OWNER",
11712+
"state": "APPROVED",
11713+
"body": "Ah yeah that's a better name.",
11714+
"createdAt": "2026-03-06T18:33:26Z",
11715+
"updatedAt": "2026-03-06T18:33:26Z",
11716+
"comments": []
11717+
}
11718+
]
1165711719
}
1165811720
]
1165911721
}

0 commit comments

Comments
 (0)