Skip to content

Commit 7634ebc

Browse files
authored
Merge branch 'master' into simplify-txbuilder-outputs
2 parents 425b1cf + d31bd80 commit 7634ebc

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 7 additions & 4 deletions
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
--------

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2018"
55
authors = ["EMURGO"]
66
license = "MIT"
77
description = "(De)serialization functions for the Cardano blockchain along with related utility functions"
8-
documentation = "https://docs.cardano.org/projects/cardano-serialization-lib/en/latest/"
8+
documentation = "https://docs.cardano.org/cardano-components/cardano-serialization-lib"
99
repository = "https://github.com/Emurgo/cardano-serialization-lib"
1010
exclude = [
1111
"pkg/*",

0 commit comments

Comments
 (0)