Skip to content

Commit 3a54eeb

Browse files
committed
docs: update readme and claude
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
1 parent b170eaf commit 3a54eeb

2 files changed

Lines changed: 27 additions & 17 deletions

File tree

CLAUDE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
Companion to `AGENTS.md`; read that first. This file: Claude-specific facts and workflow rules.
44

5-
## Conformance snapshot (2026-04-09)
5+
## Conformance snapshot (2026-07-13)
66

77
| Metric | Value |
88
|--------|-------|
9-
| Test functions | 2537 (100% passing) |
10-
| Ledger rule vectors | 314/314 (via Amaru) |
9+
| Test functions | 3461 (100% passing) |
10+
| Ledger rule vectors | 315/315 (via Amaru) |
1111
| VRF | 29 vectors + 15 unit tests |
1212
| KES | 14 (input-output-hk/kes) |
13-
| Consensus | 212 |
13+
| Consensus | 222 |
1414
| Byron blocks | 15 |
15-
| Fuzz targets | 75 (nightly CI) |
15+
| Fuzz targets | 19 (14 in nightly CI) |
1616

1717
Update this table when counts change.
1818

README.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is not an exhaustive list of existing and planned features, but it covers t
2222
- [ ] Muxer
2323
- [X] support for multiple mini-protocols over single connection
2424
- [X] support for separate initiator and responder instance for each protocol
25-
- [ ] support for buffer limits for each mini-protocol
25+
- [X] support for buffer limits for each mini-protocol
2626
- [ ] Protocols
2727
- [X] Handshake
2828
- [X] Client support
@@ -59,18 +59,18 @@ This is not an exhaustive list of existing and planned features, but it covers t
5959
- [X] Current protocol parameters
6060
- [ ] Future protocol parameters
6161
- [X] Stake distribution
62-
- [ ] Non-myopic member rewards
63-
- [ ] Proposed protocol parameter updates
62+
- [X] Non-myopic member rewards
63+
- [X] Proposed protocol parameter updates
6464
- [X] UTxOs by address
65-
- [ ] UTxO whole
65+
- [X] UTxO whole
6666
- [X] UTxO by TxIn
67-
- [ ] Debug epoch state
68-
- [ ] Filtered delegations and reward accounts
67+
- [X] Debug epoch state
68+
- [X] Filtered delegations and reward accounts
6969
- [X] Genesis config
70-
- [ ] Reward provenance
70+
- [X] Reward provenance
7171
- [X] Stake pools
7272
- [X] Stake pool params
73-
- [ ] Reward info pools
73+
- [X] Reward info pools
7474
- [X] Pool state
7575
- [X] Stake snapshots
7676
- [X] Pool distribution
@@ -81,7 +81,11 @@ This is not an exhaustive list of existing and planned features, but it covers t
8181
- [X] SPO stake distribution ([CIP-1694](https://cips.cardano.org/cip/CIP-1694))
8282
- [X] Committee state ([CIP-1694](https://cips.cardano.org/cip/CIP-1694))
8383
- [X] Filtered vote delegatees ([CIP-1694](https://cips.cardano.org/cip/CIP-1694))
84+
- [X] Governance proposals ([CIP-1694](https://cips.cardano.org/cip/CIP-1694))
85+
- [X] Ratification state ([CIP-1694](https://cips.cardano.org/cip/CIP-1694))
8486
- [ ] Treasury ([CIP-1694](https://cips.cardano.org/cip/CIP-1694))
87+
- [X] Account state (treasury/reserves)
88+
- [X] Ledger peer snapshot
8589
- [X] LeiosFetch ([CIP-0164](https://cips.cardano.org/cip/CIP-0164))
8690
- [X] Client support
8791
- [X] Server support
@@ -143,6 +147,12 @@ This is not an exhaustive list of existing and planned features, but it covers t
143147
- [X] TX inputs
144148
- [X] TX outputs
145149
- [X] Parameter updates
150+
- [X] Dijkstra
151+
- [X] Blocks
152+
- [X] Transactions
153+
- [X] TX inputs
154+
- [X] TX outputs
155+
- [X] Parameter updates
146156
- [X] Transaction attributes
147157
- [X] Inputs
148158
- [X] Outputs
@@ -193,13 +203,13 @@ This is not an exhaustive list of existing and planned features, but it covers t
193203
- [X] Byron consensus (OBFT header validation)
194204
- [X] Testing
195205
- [X] Test framework for mocking Ouroboros conversations
196-
- [X] Conformance tests (2200+ passing)
197-
- [X] Ledger rules (314 tests via Amaru vectors)
206+
- [X] Conformance tests (3400+ passing)
207+
- [X] Ledger rules (315 tests via Amaru vectors)
198208
- [X] VRF cryptography (29 vectors + 15 unit tests)
199209
- [X] KES cryptography (14 tests via input-output-hk/kes vectors)
200-
- [X] Consensus (212 tests for leader election, threshold, selection)
210+
- [X] Consensus (222 tests for leader election, threshold, selection)
201211
- [X] Byron blocks (15 tests from mainnet/testnet/conformance)
202-
- [X] Fuzz testing (75 targets with nightly CI)
212+
- [X] Fuzz testing (19 targets, 14 in nightly CI)
203213
- [X] CBOR deserialization and serialization
204214
- [X] Protocol messages
205215
- [X] Ledger

0 commit comments

Comments
 (0)