Skip to content

Commit 231f32d

Browse files
committed
Fix date formats
1 parent 2d069d3 commit 231f32d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/ADR-008-Use-RIO-in-cardano‐cli.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Status
2-
- [x] Adopted 2025/02/10
3-
2+
- [x] Adopted 2025-02-10
43

54
# Required Reading
65

@@ -183,4 +182,4 @@ The purpose of `CustomCliException` is to represent explicitly thrown, structure
183182
# Consequences
184183
- This should dramatically improve our code's composability and remove many unnecessary error types.
185184
- Readability concerning what errors can be thrown will be negatively impacted. However, `ExceptT` already lies about what exceptions can be thrown because it is not limited to the error type stated in `ExceptT`'s type signature. In other words, `IO` can implicitly throw other `Exception`s.
186-
- Initially, this will be adopted under the "compatible" group of commands so `cardano-cli` will have a design split temporarily. Once we are happy with the result we will propagate to the rest of `cardano-cli`
185+
- Initially, this will be adopted under the "compatible" group of commands so `cardano-cli` will have a design split temporarily. Once we are happy with the result we will propagate to the rest of `cardano-cli`

docs/ADR-009-cardano-api-exports-convention.md

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

3-
✅ Accepted 21-02-2025
3+
✅ Accepted 2025-02-21
44

55
# Context
66

docs/ADR-010-cardano-api-script-witness-api.md

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

3-
-[x] Accepted 13-03-2025
3+
-[x] Accepted 2025-03-13
44

55
# Context
66

0 commit comments

Comments
 (0)