Skip to content

Commit 8d3fbd8

Browse files
committed
update properties catalog and dashboard
1 parent 3dd3065 commit 8d3fbd8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build-tools/scripts/property-tracking/properties.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,8 @@ properties:
460460
era: dijkstra
461461
sts: CERTS
462462
module: Ledger.Dijkstra.Specification.Certs.Properties.PoV
463-
anchor: thm:CERTS-PoV
464-
defs: [CERTS-pov]
463+
anchor: sec:certs-pov
464+
defs: [CERTS-rewards-pov, CERTS-deposits-pov]
465465
issues: [1185]
466466
notes: "Covers both thm:CERT-PoV and thm:CERTS-PoV."
467467

build-tools/static/mkdocs/docs/ledger-properties-dashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ _Generated by `build-tools/scripts/property-tracking/scan_properties.py` from th
2121
| Era | proved | stated | planned | idea | total |
2222
| --- | ---: | ---: | ---: | ---: | ---: |
2323
| conway | 15 | 5 | 0 | 2 | 22 |
24-
| dijkstra | 3 | 0 | 1 | 14 | 18 |
24+
| dijkstra | 4 | 0 | 0 | 14 | 18 |
2525

2626
### Conway
2727

@@ -54,10 +54,10 @@ _Generated by `build-tools/scripts/property-tracking/scan_properties.py` from th
5454

5555
| Status | Property | STS | Agda module | Issue(s) |
5656
| --- | --- | --- | --- | --- |
57+
| ✅ proved | CERT and CERTS preserve value | CERTS | [`Ledger.Dijkstra.Specification.Certs.Properties.PoV`](Ledger.Dijkstra.Specification.Certs.Properties.PoV.md) | [#1185](https://github.com/intersectmbo/formal-ledger-specifications/issues/1185) |
5758
| ✅ proved | LEDGER preserves value | LEDGER | [`Ledger.Dijkstra.Specification.Ledger.Properties.PoV`](Ledger.Dijkstra.Specification.Ledger.Properties.PoV.md) | [#1187](https://github.com/intersectmbo/formal-ledger-specifications/issues/1187) |
5859
| ✅ proved | UTXO preserves value | UTXO | [`Ledger.Dijkstra.Specification.Utxo.Properties.PoV`](Ledger.Dijkstra.Specification.Utxo.Properties.PoV.md) | [#1186](https://github.com/intersectmbo/formal-ledger-specifications/issues/1186) |
5960
| ✅ proved | UTXOW preserves value | UTXOW | [`Ledger.Dijkstra.Specification.Utxow.Properties.PoV`](Ledger.Dijkstra.Specification.Utxow.Properties.PoV.md) | [#1186](https://github.com/intersectmbo/formal-ledger-specifications/issues/1186) |
60-
| 🟦 planned | CERT and CERTS preserve value | CERTS | `Ledger.Dijkstra.Specification.Certs.Properties.PoV` | [#1185](https://github.com/intersectmbo/formal-ledger-specifications/issues/1185) |
6161
| ⚪ idea | [port] voteDelegs range is contained in VDelegs built from its domain | CERTS |||
6262
| ⚪ idea | [port] dom rewards = CredentialDeposit^-1 (dom deposits) is a CHAIN invariant | CHAIN |||
6363
| ⚪ idea | [port] EnactState only changes at an epoch boundary | CHAIN |||

0 commit comments

Comments
 (0)