Skip to content

Commit 6718d6a

Browse files
committed
remove unnecessary CHANGELOG entry; add mkdocs nav entries
1 parent 6bea3e8 commit 6718d6a

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44

55
### WIP
66

7-
- Prove preservation of value for the `LEDGER` rule (`LEDGER-pov`, #1187), under a
8-
`PoolDepositsRegistered` hypothesis on the initial state, in new module
9-
`Ledger.Properties.PoV`. Supporting modules: `Entities.Properties.PoV`
10-
(rewards flow `ENTITIES-pov`/`SUBENTITIES-pov`, deposit flow
11-
`ENTITIES-deposits-pov`/`SUBENTITIES-deposits-pov`, and their combination
12-
`ENTITIES-pov-total`/`SUBENTITIES-pov-total`) and
13-
`Entities.Properties.ApplyToRewardsPoV` (`applyWithdrawals-pov`,
14-
`applyDirectDeposits-pov`). The supporting UTxO, Certs, and Gov facts are module
15-
parameters, to be discharged by #1186, #1210, and a future `Gov.Properties.PoV`.
167
- Add `PoolDepositsRegistered` (every pool-deposit entry belongs to a registered
178
pool) to `Certs`; the deposit accounting genuinely fails without it, since
189
`POOL-reg` adds its deposit with a left-biased union.

build-tools/static/mkdocs/mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,9 @@ nav:
241241
- Entities/:
242242
- Properties: Ledger.Dijkstra.Specification.Entities.Properties.md
243243
- Properties/:
244+
- ApplyToRewardsPoV: Ledger.Dijkstra.Specification.Entities.Properties.ApplyToRewardsPoV.md
244245
- Computational: Ledger.Dijkstra.Specification.Entities.Properties.Computational.md
246+
- PoV: Ledger.Dijkstra.Specification.Entities.Properties.PoV.md
245247
- Epoch: Ledger.Dijkstra.Specification.Epoch.md
246248
- Epoch/:
247249
- Properties: Ledger.Dijkstra.Specification.Epoch.Properties.md
@@ -260,6 +262,7 @@ nav:
260262
- Properties: Ledger.Dijkstra.Specification.Ledger.Properties.md
261263
- Properties/:
262264
- Computational: Ledger.Dijkstra.Specification.Ledger.Properties.Computational.md
265+
- PoV: Ledger.Dijkstra.Specification.Ledger.Properties.PoV.md
263266
- PoolReap: Ledger.Dijkstra.Specification.PoolReap.md
264267
- PoolReap/:
265268
- Properties: Ledger.Dijkstra.Specification.PoolReap.Properties.md

0 commit comments

Comments
 (0)