Skip to content

Commit cadbd35

Browse files
committed
Update links to Byron cddls
1 parent d48965e commit cadbd35

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ following links:
2020

2121
Era | Design Documents | Formal Specification | CDDL
2222
----|------------------|----------------------|-----
23-
Byron | | [Chain Spec](https://github.com/intersectmbo/cardano-ledger/releases/latest/download/byron-blockchain.pdf "Specification of the Blockchain Layer"), [Ledger Spec](https://github.com/intersectmbo/cardano-ledger/releases/latest/download/byron-ledger.pdf "A Formal Specification of the Cardano Ledger") | [CDDL](https://github.com/intersectmbo/cardano-ledger/tree/master/eras/byron/cddl-spec/byron.cddl), [PDF](https://github.com/intersectmbo/cardano-ledger/releases/latest/download/byron-binary.pdf)
23+
Byron | | [Chain Spec](https://github.com/intersectmbo/cardano-ledger/releases/latest/download/byron-blockchain.pdf "Specification of the Blockchain Layer"), [Ledger Spec](https://github.com/intersectmbo/cardano-ledger/releases/latest/download/byron-ledger.pdf "A Formal Specification of the Cardano Ledger") | [CDDL](https://github.com/intersectmbo/cardano-ledger/tree/master/eras/byron/ledger/impl/cddl-spec/byron.cddl), [PDF](https://github.com/intersectmbo/cardano-ledger/releases/latest/download/byron-binary.pdf)
2424
Shelley | [Design](https://github.com/intersectmbo/cardano-ledger/releases/latest/download/shelley-delegation.pdf "Design Specification for Delegation and Incentives in Cardano") | [Spec](https://github.com/intersectmbo/cardano-ledger/releases/latest/download/shelley-ledger.pdf "A Formal Specification of the Cardano Ledger") | [CDDL](https://github.com/intersectmbo/cardano-ledger/tree/master/eras/shelley/impl/cddl-files)
2525
Allegra | Same as Mary era below | Same as Mary era below | [CDDL](https://github.com/intersectmbo/cardano-ledger/tree/master/eras/allegra/impl/cddl-files)
2626
Mary | [Multi-Currency](https://eprint.iacr.org/2020/895 "Multi-Currency Ledgers"), [UTXOma](https://iohk.io/en/research/library/papers/utxoma-utxo-with-multi-asset-support/ "UTXOma:UTXO with Multi-Asset Support") | [Spec](https://github.com/intersectmbo/cardano-ledger/releases/latest/download/mary-ledger.pdf "A Formal Specification of the Cardano Ledger with a Native Multi-Asset Implementation") | [CDDL](https://github.com/intersectmbo/cardano-ledger/tree/master/eras/mary/impl/cddl-files)
@@ -49,10 +49,10 @@ The directory structure of this repository is as follows:
4949
- [formal-spec](./eras/byron/ledger/formal-spec)
5050
- [executable-spec](./eras/byron/ledger/executable-spec)
5151
- [implementation](./eras/byron/ledger/impl)
52+
- [cddl](./eras/byron/ledger/impl/cddl-spec)
5253
- [chain](./eras/byron/chain)
5354
- [formal-spec](./eras/byron/chain/formal-spec)
5455
- [executable-spec](./eras/byron/chain/executable-spec)
55-
- [cddl](./eras/byron/cddl-spec)
5656
- [Shelley](./eras/shelley)
5757
- [design-spec](./eras/shelley/design-spec)
5858
- [formal-spec](./eras/shelley/formal-spec)

eras/shelley/formal-spec/bootstrap-witnesses.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ \subsection{Bootstrap Witnesses CBOR Specification}
3131
are the same as for all other witnesses in the Shelley era.
3232
The address attributes has the same format as from the Byron era address,
3333
as specified by $\mathsf{addrattr}$ in
34-
\url{https://github.com/intersectmbo/cardano-ledger/blob/master/eras/byron/cddl-spec/byron.cddl}.
34+
\url{https://github.com/intersectmbo/cardano-ledger/blob/master/eras/byron/ledger/impl/cddl-spec/byron.cddl}.
3535

3636

3737
\subsection{Bootstrap Address ID Recovery}

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
"docs/small-step-semantics"
244244
"docs/pool-ranking"
245245
"docs/non-integer-calculations"
246-
"eras/byron/cddl-spec"
246+
"eras/byron/ledger/impl/cddl-spec"
247247
];
248248
};
249249
};

0 commit comments

Comments
 (0)