Skip to content

Commit 1beeae8

Browse files
authored
Merge pull request #1912 from input-output-hk/jpraynaud/1910-post-chang-hard-fork-cleanup
Chore: post `Chang` hard fork cleanup
2 parents ffc7943 + 56d9d39 commit 1beeae8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+19
-33376
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -289,40 +289,19 @@ jobs:
289289
matrix:
290290
mode: ["std"]
291291
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras) }}
292-
cardano_node_version: ["8.9.4", "8.12.2", "9.0.0", "9.1.0"]
292+
cardano_node_version: ["9.0.0", "9.1.0", "9.1.1"]
293293
hard_fork_latest_era_at_epoch: [0]
294-
run_id: ["#1"]
294+
run_id: ["#1", "#2"]
295295
extra_args: [""]
296296

297297
include:
298-
# Include a test for `8.1.2` which is not concerned by the hard fork
299-
- mode: "std"
300-
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
301-
cardano_node_version: "8.1.2"
302-
hard_fork_latest_era_at_epoch: 100
303-
run_id: "#1"
304-
extra_args: ""
305298
# Include a test for the P2P mode
306299
- mode: "p2p"
307300
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
308-
cardano_node_version: "8.9.4"
309-
hard_fork_latest_era_at_epoch: 100
301+
cardano_node_version: "9.1.1"
302+
hard_fork_latest_era_at_epoch: 0
310303
run_id: "#1"
311304
extra_args: "--use-p2p-network"
312-
# Include tests for hard fork transitions
313-
- mode: "std"
314-
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
315-
cardano_node_version: "8.9.4"
316-
hard_fork_latest_era_at_epoch: 10
317-
run_id: "#1"
318-
extra_args: ""
319-
# Include tests for hard fork transitions
320-
- mode: "std"
321-
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
322-
cardano_node_version: "8.9.4"
323-
hard_fork_latest_era_at_epoch: 100
324-
run_id: "#1"
325-
extra_args: ""
326305
steps:
327306
- name: Checkout sources
328307
uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ As a minor extension, we have adopted a slightly different versioning convention
1717

1818
- Support for Mithril signer memory optimization when signing Cardano transactions with multiple Merkle tree storage backends.
1919

20+
- Add feature options `num-integer-backend` and `rug-backend` for `mithril-common` and `mithril-client` crates. Allows to disable `rug-backend` and avoid `LGPL` license usage.
21+
22+
- Post `Chang` hard fork cleanup of the CI and the devnet.
23+
2024
- **UNSTABLE** Cardano stake distribution certification:
2125

22-
- Add feature options `num-integer-backend` and `rug-backend` for `mithril-common` and `mithril-client` crates. Allows to disable `rug-backend` and avoid `LGPL` licence usage.
2326
- Implement the signable and artifact builders for the signed entity type `CardanoStakeDistribution`.
2427
- Implement the HTTP routes related to the signed entity type `CardanoStakeDistribution` on the aggregator REST API.
2528
- Added support in the `mithril-client` library for retrieving `CardanoStakeDistribution` by epoch or by hash, and for listing all available `CardanoStakeDistribution`.

docs/website/versioned_docs/version-maintained/manual/getting-started/run-signer-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Note that this guide works on a Linux machine only.
9797
- Read rights on the `Database` folder (specified by the `--database-path` setting of the **Cardano node**)
9898
- Read and write rights on the `Inter Process Communication` file (typically defined by the `CARDANO_NODE_SOCKET_PATH` environment variable used to launch the **Cardano node**)
9999

100-
- Install a recent version of [`cardano-cli`](https://github.com/IntersectMBO/cardano-node/releases/tag/8.9.1) (version 8.9.1+).
100+
- Install a recent version of [`cardano-cli`](https://github.com/IntersectMBO/cardano-node/releases/tag/9.1.1) (version 9.1.1+).
101101

102102
- Install a correctly configured Rust toolchain (latest stable version). You can follow the instructions provided [here](https://www.rust-lang.org/learn/get-started).
103103

mithril-infra/assets/docker/cardano/config/8.12/mainnet/cardano-node/alonzo-genesis.json

Lines changed: 0 additions & 196 deletions
This file was deleted.

0 commit comments

Comments
 (0)