Skip to content

Commit 1c56743

Browse files
committed
chore: upgrade devnet and e2e test to Cardano node '10.1.3'
1 parent ab72bff commit 1c56743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mithril-test-lab/mithril-devnet/mkfiles/mkfiles-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ esac
99

1010
# Cardano node version
1111
if [ -z "${CARDANO_NODE_VERSION}" ]; then
12-
CARDANO_NODE_VERSION="10.1.2"
12+
CARDANO_NODE_VERSION="10.1.3"
1313
fi
1414
if [ -z "${CARDANO_NODE_VERSION_RELEASE}" ]; then
1515
CARDANO_NODE_VERSION_RELEASE=$(echo "${CARDANO_NODE_VERSION}" | cut -d'-' -f1)

mithril-test-lab/mithril-end-to-end/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub struct Args {
6464
cardano_epoch_length: f64,
6565

6666
/// Cardano node version
67-
#[clap(long, default_value = "10.1.2")]
67+
#[clap(long, default_value = "10.1.3")]
6868
cardano_node_version: String,
6969

7070
/// Epoch at which hard fork to the latest Cardano era will be made (starts with the latest era by default)

0 commit comments

Comments
 (0)