We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49638a commit db89b97Copy full SHA for db89b97
docs/src/architecture/08_concepts/catalyst_voting/cddl/Earthfile
@@ -11,4 +11,4 @@ check-cddl:
11
12
RUN cddlc -2 gen_vote_tx_cose_payload.cddl
13
RUN cddlc -2 gen_vote_tx.cddl
14
- RUN cddlc -2 vote_tx_v2.cddl
+ RUN cddlc -2 vote_tx_v2.cddl
docs/src/architecture/08_concepts/immutable_ledger/cddl/Earthfile
@@ -0,0 +1,13 @@
1
+VERSION 0.8
2
+
3
+IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:feat/cddl AS cddl-ci
4
5
+check-cddl:
6
+ FROM cddl-ci+cddl-base
7
8
+ WORKDIR /cddl
9
10
+ COPY ./block.cddl ./genesis_to_prev_hash.cddl .
+ RUN cddlc -2 block.cddl
+ RUN cddlc -2 genesis_to_prev_hash.cddl
0 commit comments