Skip to content

Commit f6eb5fd

Browse files
authored
Add Ledger team update for 2025-01-29 (#534)
1 parent ab4535c commit f6eb5fd

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

blog/2025-01-29-ledger.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: Ledger Team Update
3+
slug: 2025-01-29-ledger
4+
authors: lehins
5+
tags: [ledger]
6+
hide_table_of_contents: false
7+
---
8+
9+
## High level summary
10+
11+
Some minor improvements to the implementation and the test suite. Nothing really interesting to
12+
report this time around.
13+
14+
## Low level summary
15+
16+
### Features
17+
18+
* [pull-4841] - Drop dependency on `cardano-prelude`
19+
* [pull-4844] - Remove `era` type parameter from `MemoBytes`
20+
* [pull-4837] - Added `NonZero`
21+
* [pull-4857] - Made predicate failure and environment fields lazy
22+
23+
### Testing
24+
25+
* [pull-4827] - Add method `genSizedList` to class Foldy
26+
* [pull-4839] - Bumped spec
27+
* [pull-4853] - Update comments about enabling conformance imp tests
28+
* [pull-4829] - Enable imp-conformance for ENACT
29+
* [pull-4838] - Change the structure of the GenT monad, to better track explanations.
30+
* [pull-4830] - Add randomised certs for imp-tests
31+
32+
### Infrastructure and releasing
33+
34+
* [pull-4845] - Pin Cabal version in Haddocks to GitHub Pages workflow
35+
* [pull-4843] - Reorder the list of directories in RELEASING.md
36+
* [pull-4859] - Switch from cryptonite library to crypton
37+
* [pull-4858] - Changelog for `cardano-node-10.2`
38+
39+
[pull-4827]: https://github.com/IntersectMBO/cardano-ledger/pull/4827
40+
[pull-4839]: https://github.com/IntersectMBO/cardano-ledger/pull/4839
41+
[pull-4845]: https://github.com/IntersectMBO/cardano-ledger/pull/4845
42+
[pull-4841]: https://github.com/IntersectMBO/cardano-ledger/pull/4841
43+
[pull-4843]: https://github.com/IntersectMBO/cardano-ledger/pull/4843
44+
[pull-4844]: https://github.com/IntersectMBO/cardano-ledger/pull/4844
45+
[pull-4853]: https://github.com/IntersectMBO/cardano-ledger/pull/4853
46+
[pull-4829]: https://github.com/IntersectMBO/cardano-ledger/pull/4829
47+
[pull-4838]: https://github.com/IntersectMBO/cardano-ledger/pull/4838
48+
[pull-4837]: https://github.com/IntersectMBO/cardano-ledger/pull/4837
49+
[pull-4857]: https://github.com/IntersectMBO/cardano-ledger/pull/4857
50+
[pull-4830]: https://github.com/IntersectMBO/cardano-ledger/pull/4830
51+
[pull-4859]: https://github.com/IntersectMBO/cardano-ledger/pull/4859
52+
[pull-4858]: https://github.com/IntersectMBO/cardano-ledger/pull/4858

0 commit comments

Comments
 (0)