Skip to content

Commit e726684

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/voting-formats
2 parents cd10d41 + 4635022 commit e726684

File tree

97 files changed

+3044
-1592
lines changed

Some content is hidden

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

97 files changed

+3044
-1592
lines changed

.config/dictionaries/project.dic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ MPMC
192192
msvc
193193
Multiaddr
194194
multiera
195+
mutlisig
195196
mypy
196197
nanos
197198
netkey

Earthfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.5.7 AS mdlint-ci
4-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.5.7 AS cspell-ci
5-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.7 AS python-ci
6-
IMPORT github.com/input-output-hk/catalyst-ci:v3.5.7 AS cat-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.5.12 AS mdlint-ci
4+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.5.12 AS cspell-ci
5+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.12 AS python-ci
6+
IMPORT github.com/input-output-hk/catalyst-ci:v3.5.12 AS cat-ci
77

88
FROM debian:stable-slim
99

docs/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.5.7 AS docs-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.5.12 AS docs-ci
44

55
IMPORT .. AS repo
66

docs/src/architecture/08_concepts/catalyst_voting/cddl/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.7 AS cddl-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.12 AS cddl-ci
44

55
check-cddl:
66
FROM cddl-ci+cddl-base

docs/src/architecture/08_concepts/immutable_ledger/cddl/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.7 AS cddl-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.12 AS cddl-ci
44

55
check-cddl:
66
FROM cddl-ci+cddl-base

docs/src/architecture/08_concepts/signed_doc/cddl/Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION 0.8
22

3-
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.7 AS cddl-ci
3+
IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.12 AS cddl-ci
44

55
check-cddl:
66
FROM cddl-ci+cddl-base

docs/src/architecture/08_concepts/signed_doc/docs/brand_parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ New versions of this document may be published by:
197197
| --- | --- |
198198
| License | This document is licensed under [CC-BY-4.0] |
199199
| Created | 2024-12-27 |
200-
| Modified | 2025-08-19 |
200+
| Modified | 2025-09-08 |
201201
| Authors | Alex Pozhylenkov <[email protected]> |
202202
| | Nathan Bogale <[email protected]> |
203203
| | Neil McAuliffe <[email protected]> |

docs/src/architecture/08_concepts/signed_doc/docs/brand_parameters_form_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ New versions of this document may be published by:
133133
| --- | --- |
134134
| License | This document is licensed under [CC-BY-4.0] |
135135
| Created | 2024-12-27 |
136-
| Modified | 2025-08-19 |
136+
| Modified | 2025-09-08 |
137137
| Authors | Alex Pozhylenkov <[email protected]> |
138138
| | Nathan Bogale <[email protected]> |
139139
| | Neil McAuliffe <[email protected]> |

docs/src/architecture/08_concepts/signed_doc/docs/campaign_parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ New versions of this document may be published by:
226226
| --- | --- |
227227
| License | This document is licensed under [CC-BY-4.0] |
228228
| Created | 2024-12-27 |
229-
| Modified | 2025-08-19 |
229+
| Modified | 2025-09-08 |
230230
| Authors | Alex Pozhylenkov <[email protected]> |
231231
| | Nathan Bogale <[email protected]> |
232232
| | Neil McAuliffe <[email protected]> |

docs/src/architecture/08_concepts/signed_doc/docs/campaign_parameters_form_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ New versions of this document may be published by:
161161
| --- | --- |
162162
| License | This document is licensed under [CC-BY-4.0] |
163163
| Created | 2024-12-27 |
164-
| Modified | 2025-08-19 |
164+
| Modified | 2025-09-08 |
165165
| Authors | Alex Pozhylenkov <[email protected]> |
166166
| | Nathan Bogale <[email protected]> |
167167
| | Neil McAuliffe <[email protected]> |

0 commit comments

Comments
 (0)