Commit 8b2e1fd
Address PR #1219 Copilot review comments
- Ledger.lagda.md: HasCoin-CertState counts only the rewards balance
(getCoin = rewardsBalance ∘ DStateOf), not the deposit pots; correct the
prose to say components 3 and 4 (coinFromDeposits, coinFromGovDeposit) are
added at the LedgerState level.
- CHANGELOG.md: the HasCoin-LedgerState entry now also lists the
coinFromGovDeposit summand, not just the three CertState deposit fields.
- session-start.sh: enabling flakes keyed only on the presence of any
experimental-features line, so a bare `experimental-features = nix-command`
would skip flakes. Check for `flakes` specifically and append via
extra-experimental-features (which doesn't clobber an existing setting).
https://claude.ai/code/session_0174ZBS1RKAGSbBXDsESUwoA1 parent 67d9962 commit 8b2e1fd
3 files changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
| 190 | + | |
190 | 191 | | |
191 | 192 | | |
192 | 193 | | |
| |||
0 commit comments