Skip to content

Commit 23a9e31

Browse files
committed
Update links to CDDL specs and add Alonzo
1 parent 58b3761 commit 23a9e31

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cardano Serialization Lib
22

3-
This is a library, written in Rust, for serialization & deserialization of data structures used in Cardano's Haskell implementation of Shelley along with useful utility functions.
3+
This is a library, written in Rust, for serialization & deserialization of data structures used in Cardano's Haskell implementation of Alonzo along with useful utility functions.
44

55
##### NPM packages
66

README.rst

+7-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Cardano Serialization Lib
22
=========================
33

44
This is a library for serialization & deserialization of data structures
5-
used in Cardano’s Haskell implementation of Shelley along with useful
5+
used in Cardano’s Haskell implementation of Alonzo along with useful
66
utility functions.
77

88
How can I use this library
@@ -63,11 +63,14 @@ Original binary specifications
6363

6464
Here are the location of the original `CDDL`_ specifications:
6565

66-
- Byron: `link`_
66+
- Alonzo:
67+
`link <https://github.com/input-output-hk/cardano-ledger/tree/master/eras/alonzo/test-suite/cddl-files>`__
6768
- Shelley:
68-
`link <https://github.com/input-output-hk/cardano-ledger-specs/tree/master/shelley/chain-and-ledger/shelley-spec-ledger-test/cddl-files>`__
69+
`link <https://github.com/input-output-hk/cardano-ledger/tree/master/eras/shelley/test-suite/cddl-files>`__
6970
- Mary:
70-
`link <https://github.com/input-output-hk/cardano-ledger-specs/tree/master/shelley-ma/shelley-ma-test/cddl-files>`__
71+
`link <https://github.com/input-output-hk/cardano-ledger/tree/master/eras/shelley-ma/test-suite/cddl-files>`__
72+
- Byron:
73+
`link <https://github.com/input-output-hk/cardano-ledger/tree/master/eras/byron/cddl-spec>`__
7174

7275
Building
7376
--------

0 commit comments

Comments
 (0)