From fa460128f91cd89ccfb3727414e6176ab55d59f7 Mon Sep 17 00:00:00 2001 From: Lucsanszky Date: Fri, 10 May 2024 18:03:01 +0200 Subject: [PATCH] Ledger release for `node-8.11` (#757) * Add cardano-ledger-allegra-1.4.1.0 From https://github.com/IntersectMBO/cardano-ledger at 15afd0483 * Add cardano-ledger-alonzo-1.8.0.0 From https://github.com/IntersectMBO/cardano-ledger at 15afd0483 * Add cardano-ledger-alonzo-test-1.2.1.1 From https://github.com/IntersectMBO/cardano-ledger at 15afd0483 * Add cardano-ledger-babbage-1.8.0.0 From https://github.com/IntersectMBO/cardano-ledger at 15afd0483 * Add cardano-ledger-conway-1.14.0.0 From https://github.com/IntersectMBO/cardano-ledger at 15afd0483 * Add cardano-ledger-mary-1.6.0.0 From https://github.com/IntersectMBO/cardano-ledger at 15afd0483 * Add cardano-ledger-shelley-1.11.0.0 From https://github.com/IntersectMBO/cardano-ledger at 15afd0483 * Add cardano-ledger-shelley-test-1.4.0.1 From https://github.com/IntersectMBO/cardano-ledger at 15afd0483 * Add cardano-ledger-shelley-ma-test-1.2.2.1 From https://github.com/IntersectMBO/cardano-ledger at 15afd0483 * Add cardano-data-1.2.2.0 From https://github.com/IntersectMBO/cardano-ledger at 15afd0483 * Add cardano-ledger-api-1.9.1.0 From https://github.com/IntersectMBO/cardano-ledger at 15afd0483 * Add cardano-ledger-binary-1.3.2.0 From https://github.com/IntersectMBO/cardano-ledger at 15afd0483 * Add cardano-ledger-core-1.12.0.0 From https://github.com/IntersectMBO/cardano-ledger at 15afd0483 --- _sources/cardano-data/1.2.2.0/meta.toml | 3 +++ _sources/cardano-ledger-allegra/1.4.1.0/meta.toml | 3 +++ _sources/cardano-ledger-alonzo-test/1.2.1.1/meta.toml | 3 +++ _sources/cardano-ledger-alonzo/1.8.0.0/meta.toml | 3 +++ _sources/cardano-ledger-api/1.9.1.0/meta.toml | 3 +++ _sources/cardano-ledger-babbage/1.8.0.0/meta.toml | 3 +++ _sources/cardano-ledger-binary/1.3.2.0/meta.toml | 3 +++ _sources/cardano-ledger-conway/1.14.0.0/meta.toml | 3 +++ _sources/cardano-ledger-core/1.12.0.0/meta.toml | 3 +++ _sources/cardano-ledger-mary/1.6.0.0/meta.toml | 3 +++ _sources/cardano-ledger-shelley-ma-test/1.2.2.1/meta.toml | 3 +++ _sources/cardano-ledger-shelley-test/1.4.0.1/meta.toml | 3 +++ _sources/cardano-ledger-shelley/1.11.0.0/meta.toml | 3 +++ 13 files changed, 39 insertions(+) create mode 100644 _sources/cardano-data/1.2.2.0/meta.toml create mode 100644 _sources/cardano-ledger-allegra/1.4.1.0/meta.toml create mode 100644 _sources/cardano-ledger-alonzo-test/1.2.1.1/meta.toml create mode 100644 _sources/cardano-ledger-alonzo/1.8.0.0/meta.toml create mode 100644 _sources/cardano-ledger-api/1.9.1.0/meta.toml create mode 100644 _sources/cardano-ledger-babbage/1.8.0.0/meta.toml create mode 100644 _sources/cardano-ledger-binary/1.3.2.0/meta.toml create mode 100644 _sources/cardano-ledger-conway/1.14.0.0/meta.toml create mode 100644 _sources/cardano-ledger-core/1.12.0.0/meta.toml create mode 100644 _sources/cardano-ledger-mary/1.6.0.0/meta.toml create mode 100644 _sources/cardano-ledger-shelley-ma-test/1.2.2.1/meta.toml create mode 100644 _sources/cardano-ledger-shelley-test/1.4.0.1/meta.toml create mode 100644 _sources/cardano-ledger-shelley/1.11.0.0/meta.toml diff --git a/_sources/cardano-data/1.2.2.0/meta.toml b/_sources/cardano-data/1.2.2.0/meta.toml new file mode 100644 index 000000000..987678c1b --- /dev/null +++ b/_sources/cardano-data/1.2.2.0/meta.toml @@ -0,0 +1,3 @@ +timestamp = 2024-05-10T03:50:29Z +github = { repo = "IntersectMBO/cardano-ledger", rev = "15afd0483" } +subdir = 'libs/cardano-data' diff --git a/_sources/cardano-ledger-allegra/1.4.1.0/meta.toml b/_sources/cardano-ledger-allegra/1.4.1.0/meta.toml new file mode 100644 index 000000000..1060ec250 --- /dev/null +++ b/_sources/cardano-ledger-allegra/1.4.1.0/meta.toml @@ -0,0 +1,3 @@ +timestamp = 2024-05-10T03:50:29Z +github = { repo = "IntersectMBO/cardano-ledger", rev = "15afd0483" } +subdir = 'eras/allegra/impl' diff --git a/_sources/cardano-ledger-alonzo-test/1.2.1.1/meta.toml b/_sources/cardano-ledger-alonzo-test/1.2.1.1/meta.toml new file mode 100644 index 000000000..c0595b78f --- /dev/null +++ b/_sources/cardano-ledger-alonzo-test/1.2.1.1/meta.toml @@ -0,0 +1,3 @@ +timestamp = 2024-05-10T03:50:29Z +github = { repo = "IntersectMBO/cardano-ledger", rev = "15afd0483" } +subdir = 'eras/alonzo/test-suite' diff --git a/_sources/cardano-ledger-alonzo/1.8.0.0/meta.toml b/_sources/cardano-ledger-alonzo/1.8.0.0/meta.toml new file mode 100644 index 000000000..dbcd70337 --- /dev/null +++ b/_sources/cardano-ledger-alonzo/1.8.0.0/meta.toml @@ -0,0 +1,3 @@ +timestamp = 2024-05-10T03:50:29Z +github = { repo = "IntersectMBO/cardano-ledger", rev = "15afd0483" } +subdir = 'eras/alonzo/impl' diff --git a/_sources/cardano-ledger-api/1.9.1.0/meta.toml b/_sources/cardano-ledger-api/1.9.1.0/meta.toml new file mode 100644 index 000000000..982e02b8c --- /dev/null +++ b/_sources/cardano-ledger-api/1.9.1.0/meta.toml @@ -0,0 +1,3 @@ +timestamp = 2024-05-10T03:50:29Z +github = { repo = "IntersectMBO/cardano-ledger", rev = "15afd0483" } +subdir = 'libs/cardano-ledger-api' diff --git a/_sources/cardano-ledger-babbage/1.8.0.0/meta.toml b/_sources/cardano-ledger-babbage/1.8.0.0/meta.toml new file mode 100644 index 000000000..a560301e3 --- /dev/null +++ b/_sources/cardano-ledger-babbage/1.8.0.0/meta.toml @@ -0,0 +1,3 @@ +timestamp = 2024-05-10T03:50:29Z +github = { repo = "IntersectMBO/cardano-ledger", rev = "15afd0483" } +subdir = 'eras/babbage/impl' diff --git a/_sources/cardano-ledger-binary/1.3.2.0/meta.toml b/_sources/cardano-ledger-binary/1.3.2.0/meta.toml new file mode 100644 index 000000000..21b809c47 --- /dev/null +++ b/_sources/cardano-ledger-binary/1.3.2.0/meta.toml @@ -0,0 +1,3 @@ +timestamp = 2024-05-10T03:50:29Z +github = { repo = "IntersectMBO/cardano-ledger", rev = "15afd0483" } +subdir = 'libs/cardano-ledger-binary' diff --git a/_sources/cardano-ledger-conway/1.14.0.0/meta.toml b/_sources/cardano-ledger-conway/1.14.0.0/meta.toml new file mode 100644 index 000000000..b33b22096 --- /dev/null +++ b/_sources/cardano-ledger-conway/1.14.0.0/meta.toml @@ -0,0 +1,3 @@ +timestamp = 2024-05-10T03:50:29Z +github = { repo = "IntersectMBO/cardano-ledger", rev = "15afd0483" } +subdir = 'eras/conway/impl' diff --git a/_sources/cardano-ledger-core/1.12.0.0/meta.toml b/_sources/cardano-ledger-core/1.12.0.0/meta.toml new file mode 100644 index 000000000..c670c1fb2 --- /dev/null +++ b/_sources/cardano-ledger-core/1.12.0.0/meta.toml @@ -0,0 +1,3 @@ +timestamp = 2024-05-10T03:50:29Z +github = { repo = "IntersectMBO/cardano-ledger", rev = "15afd0483" } +subdir = 'libs/cardano-ledger-core' diff --git a/_sources/cardano-ledger-mary/1.6.0.0/meta.toml b/_sources/cardano-ledger-mary/1.6.0.0/meta.toml new file mode 100644 index 000000000..049e5eb0c --- /dev/null +++ b/_sources/cardano-ledger-mary/1.6.0.0/meta.toml @@ -0,0 +1,3 @@ +timestamp = 2024-05-10T03:50:29Z +github = { repo = "IntersectMBO/cardano-ledger", rev = "15afd0483" } +subdir = 'eras/mary/impl' diff --git a/_sources/cardano-ledger-shelley-ma-test/1.2.2.1/meta.toml b/_sources/cardano-ledger-shelley-ma-test/1.2.2.1/meta.toml new file mode 100644 index 000000000..9b9bbeff7 --- /dev/null +++ b/_sources/cardano-ledger-shelley-ma-test/1.2.2.1/meta.toml @@ -0,0 +1,3 @@ +timestamp = 2024-05-10T03:50:29Z +github = { repo = "IntersectMBO/cardano-ledger", rev = "15afd0483" } +subdir = 'eras/shelley-ma/test-suite' diff --git a/_sources/cardano-ledger-shelley-test/1.4.0.1/meta.toml b/_sources/cardano-ledger-shelley-test/1.4.0.1/meta.toml new file mode 100644 index 000000000..91f003669 --- /dev/null +++ b/_sources/cardano-ledger-shelley-test/1.4.0.1/meta.toml @@ -0,0 +1,3 @@ +timestamp = 2024-05-10T03:50:29Z +github = { repo = "IntersectMBO/cardano-ledger", rev = "15afd0483" } +subdir = 'eras/shelley/test-suite' diff --git a/_sources/cardano-ledger-shelley/1.11.0.0/meta.toml b/_sources/cardano-ledger-shelley/1.11.0.0/meta.toml new file mode 100644 index 000000000..65e11d8cf --- /dev/null +++ b/_sources/cardano-ledger-shelley/1.11.0.0/meta.toml @@ -0,0 +1,3 @@ +timestamp = 2024-05-10T03:50:29Z +github = { repo = "IntersectMBO/cardano-ledger", rev = "15afd0483" } +subdir = 'eras/shelley/impl'