You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cardano/ledger-specs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Formal Ledger Specs
1
+
# Ledger Specs
2
2
3
-
This document is a comprehensive reference for the Cardano formal ledger specifications, extracted from the official `.tex` source files in the `cardano-ledger` repository, supplemented with web research on the Conway era. It covers all eras from Shelley through Conway.
3
+
This document is a reference for the Cardano formal ledger specifications, based on the official `.tex` source files in the `cardano-ledger` repository, supplemented with web research on the Conway era. It covers all eras from Shelley through Conway.
Copy file name to clipboardExpand all lines: docs/intro.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This book is the complete technical reference: protocol theory, formal specifica
27
27
28
28
## What This Book Covers
29
29
30
-
### Part I - Cardano Protocol (Chapters 1–6)
30
+
### Knowledge Base
31
31
32
32
The theoretical and historical foundation. Start here if you're new to Cardano.
33
33
@@ -40,7 +40,7 @@ The theoretical and historical foundation. Start here if you're new to Cardano.
40
40
|**5. Networking Protocols**| Mini-protocol state machines, multiplexer wire format, CDDL message definitions |
41
41
|**6. Current State & Roadmap**| Where Cardano is today (2026): governance, Genesis, Leios, UTxO-HD, alternative nodes |
42
42
43
-
### Part II - Formal Specification (Chapters 7–20)
43
+
### Specification
44
44
45
45
The Gray Paper. Precise equations defining every data type, validation rule, and state transition. **Someone could reimplement the entire node from Part II alone.**
46
46
@@ -61,7 +61,7 @@ The Gray Paper. Precise equations defining every data type, validation rule, and
### Part III - Bluematter Architecture (Chapters 21–28)
64
+
### BlueMatter
65
65
66
66
How the Python implementation maps to the spec. The **Call Flows** chapter is the most important - it traces every function call from CLI entry through TCP handshake, block decode, validation, ledger update, all the way to disk write.
67
67
@@ -128,7 +128,7 @@ How the Python implementation maps to the spec. The **Call Flows** chapter is th
128
128
129
129
## Quick Links
130
130
131
-
-[Call Flows - the most detailed chapter](./architecture/call-flows.md) - every function call traced
131
+
-[Call Flows - the key chapter](./architecture/call-flows.md) - every function call traced
132
132
-[Transaction Validation Rules](./spec/transactions.md) - all 19 UTxO predicates
133
133
-[Reward Calculation Formula](./spec/rewards.md) - the complete Shelley incentive math
0 commit comments