Skip to content

Commit d388010

Browse files
rrrukoch1bo
authored andcommitted
add instructions for generating tarball
1 parent d45b237 commit d388010

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/ledger/conformance-test-vectors/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ implementations. Each vector consists of one transaction and a pair of "before"
44
and "after" ledger states. Vectors are grouped into directories based on the
55
unit test that generated the vector, and numbered sequentially.
66

7-
Test vectors were obtained by running [this](https://github.com/SundaeSwap-finance/cardano-ledger-conformance-tests/commit/34365e427e6507442fd8079ddece9f4a565bf1b9) fork of cardano-ledger.
7+
Test vectors were obtained by running [this](https://github.com/SundaeSwap-finance/cardano-ledger-conformance-tests/commit/34365e427e6507442fd8079ddece9f4a565bf1b9) fork of cardano-ledger:
8+
9+
```
10+
git clone [email protected]:SundaeSwap-finance/cardano-ledger-conformance-tests.git
11+
cd cardano-ledger-conformance-tests
12+
git checkout 34365e427e6507442fd8079ddece9f4a565bf1b9
13+
cabal test cardano-ledger-conway
14+
tar czf vectors.tar.gz eras/conway/impl/dump/*
15+
```
816

917
Ledger V9 tests were removed, as well as two tests (BodyRefScriptsSizeTooBig,
1018
TxRefScriptsSizeTooBig) that produced very large sequences of transactions

0 commit comments

Comments
 (0)