Skip to content

Commit 02bc467

Browse files
Wizard1209claude
andcommitted
Drop references to uncommitted dev note
kind.py and test_consensus.py pointed at docs/notes/attestation-mental-model.md, a dev note that was never committed (does not ship, file absent). Remove the dangling reference; keep the evergreen explanation of the Tenderbake/Oxford+ consensus-op rename. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 30352b5 commit 02bc467

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/pytezos/rpc/kind.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Legacy consensus ops (pre-Oxford protocols), kept for back-compat
55
'endorsement': 0,
66
'endorsement_with_slot': 0,
7-
# Modern consensus ops (Tenderbake rename, Oxford+): see docs/notes/attestation-mental-model.md
7+
# Modern consensus ops (Tenderbake rename, Oxford+)
88
'preattestation': 0,
99
'attestation': 0,
1010
'attestation_with_dal': 0,
@@ -30,7 +30,7 @@
3030
# Legacy consensus ops (pre-Oxford protocols), kept for back-compat
3131
'endorsement': 0,
3232
'endorsement_with_slot': 10,
33-
# Modern consensus ops (Oxford+ / proto-025): see docs/notes/attestation-mental-model.md
33+
# Modern consensus ops (Oxford+ / proto-025)
3434
'preattestation': 20,
3535
'attestation': 21,
3636
'attestation_with_dal': 23,

tests/unit_tests/test_operation/test_consensus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def _aggregate_body(level: int, round_: int) -> bytes:
2424

2525

2626
class TestConsensusForging(TestCase):
27-
"""Round-trip checks against the proto-025 byte layout (docs/notes/attestation-mental-model.md)."""
27+
"""Round-trip checks against the proto-025 byte layout."""
2828

2929
def test_forge_attestation(self) -> None:
3030
content = {'kind': 'attestation', 'slot': 1, 'level': 2000000, 'round': 0, 'block_payload_hash': BPH}

0 commit comments

Comments
 (0)