You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vectors.tar.gz is a set of test vectors dumped from the cardano-ledger
2
+
conway-era test suite that can be used to test alternative ledger
3
+
implementations. Each vector consists of one transaction and a pair of "before"
4
+
and "after" ledger states. Vectors are grouped into directories based on the
5
+
unit test that generated the vector, and numbered sequentially.
6
+
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
+
Ledger V9 tests were removed, as well as two tests (BodyRefScriptsSizeTooBig,
10
+
TxRefScriptsSizeTooBig) that produced very large sequences of transactions
11
+
without a correspondingly significant impact on coverage.
12
+
13
+
To optimize the size of the vector set, the ledger state format is modified to
14
+
represent protocol parameters records by their hash. Each unique protocol parameters record can be found in the pparams-by-hash directory.
0 commit comments