Skip to content

Commit

Permalink
Merge pull request #356 from rodrigc/rodrigc/readme-alonzo
Browse files Browse the repository at this point in the history
Update links to CDDL specs and add Alonzo
  • Loading branch information
vsubhuman authored Feb 2, 2022
2 parents 58b3761 + 23a9e31 commit d31bd80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cardano Serialization Lib

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.
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.

##### NPM packages

Expand Down
11 changes: 7 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Cardano Serialization Lib
=========================

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

How can I use this library
Expand Down Expand Up @@ -63,11 +63,14 @@ Original binary specifications

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

- Byron: `link`_
- Alonzo:
`link <https://github.com/input-output-hk/cardano-ledger/tree/master/eras/alonzo/test-suite/cddl-files>`__
- Shelley:
`link <https://github.com/input-output-hk/cardano-ledger-specs/tree/master/shelley/chain-and-ledger/shelley-spec-ledger-test/cddl-files>`__
`link <https://github.com/input-output-hk/cardano-ledger/tree/master/eras/shelley/test-suite/cddl-files>`__
- Mary:
`link <https://github.com/input-output-hk/cardano-ledger-specs/tree/master/shelley-ma/shelley-ma-test/cddl-files>`__
`link <https://github.com/input-output-hk/cardano-ledger/tree/master/eras/shelley-ma/test-suite/cddl-files>`__
- Byron:
`link <https://github.com/input-output-hk/cardano-ledger/tree/master/eras/byron/cddl-spec>`__

Building
--------
Expand Down

0 comments on commit d31bd80

Please sign in to comment.