Skip to content

Commit

Permalink
feat: version bump mithril to v2412.0 (#27)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 authored Apr 2, 2024
1 parent 54750ab commit 8e46809
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM rust:bookworm AS rustbuilder
ARG MITHRIL_VERSION=2408.0
ARG MITHRIL_VERSION=2412.0
ENV MITHRIL_VERSION=${MITHRIL_VERSION}
WORKDIR /code
RUN echo "Building tags/${MITHRIL_VERSION}..." \
Expand All @@ -10,6 +10,7 @@ RUN echo "Building tags/${MITHRIL_VERSION}..." \

FROM debian:bookworm-slim as mithril-client
COPY --from=rustbuilder /code/mithril/target/release/mithril-client /bin/
COPY config/ /opt/cardano/config/
RUN apt-get update -y \
&& apt-get install -y \
ca-certificates \
Expand Down
1 change: 1 addition & 0 deletions config/mainnet/genesis.vkey
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5b3139312c36362c3134302c3138352c3133382c31312c3233372c3230372c3235302c3134342c32372c322c3138382c33302c31322c38312c3135352c3230342c31302c3137392c37352c32332c3133382c3139362c3231372c352c31342c32302c35372c37392c33392c3137365d
1 change: 1 addition & 0 deletions config/preprod/genesis.vkey
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d
1 change: 1 addition & 0 deletions config/preview/genesis.vkey
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d
1 change: 1 addition & 0 deletions config/sanchonet/genesis.vkey
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d

0 comments on commit 8e46809

Please sign in to comment.