Skip to main content

· 3 min read
Jordan Millar

2025-01-30T00:00:00Z - 2025-02-15T00:00:00Z

High level summary

  • cardano-cli updates

    • Added binary output option for query utxo command
    • Implemented governance action deposits in query stake-address-info
    • Added ratify-state and future protocol parameters queries
    • Fixed transaction costs calculation for duplicate certificates
    • Released v10.4.0.0
    • Removed remaining ScriptWitnessFiles usage across scripts
    • Reorganized hash/ping commands and test suites
    • Updated CHaP index and Nix configurations
  • cardano-api improvements

    • Added UTxO module
    • Implemented future protocol parameters query
    • Fixed transaction autobalancing for credential deregistration
    • Merged internal API modules and reorganized exports
    • Released versions 10.8.0.0 and 10.9.0.0
    • Removed deprecated functions and improved TxProposalProcedures type safety
  • cardano-node/testnet updates

    • Enhanced testnet configuration handling:
      • Added output directory specification
      • Improved configuration validation
      • Supported user-provided config files
      • Removed redundant process functions
  • Tooling & Maintenance

    • Upgraded to fourmolu-0.18.0 in Nix dev shells
    • Updated Nix development tools and GHA workflows

cardano-cli

cardano-api

cardano-node

cardano-testnet

  • None

docs

  • None

CI & project maintenance

· One min read
John Lotoski

High level summary

The SRE team continues work on Cardano environment improvements and general maintenance.

Some notable recent changes, updates or improvements include:

  • IoE Sanchonet pools and community bootstrap relays are being terminated as Sanchonet has fulfilled its purpose. The community will carry Sanchonet forward a little longer for an environment to run some community workshops organized by Mike Hornan.

  • Cardano-node container image improvement work is in progress. The node PR listed as WIP below will be additionally followed up by another in the near future to support the new cardano-node tracing system.

Repository Work -- Merged

Cardano-node

Iohk-nix

Repository Work -- PRs and Branches, WIP

· One min read
Alexey Kuleshevich

High level summary

There were a few important performance improvements that had to do with:

  • Avoiding redundant computation when constructing context for plutus scripts
  • Reduction of memory overhead of some of the governance features
  • Removal of a space leak that retained transactions in memory for longer than it was necessary

Other than improving performance we also focused on improving ledger interface and code organization, as well as some minor improvements to the test suite.

Low level summary

Features

Testing

  • pull-4862 - Bumped the spec to include fixes to SecurityGroup parameters
  • pull-4877 - Add genIssuerKeys that can be used in consensus
  • pull-4878 - Upgrade cborg dependency
  • pull-4879 - Improve mkAddr and mkCred interface

Infrastructure and releasing

· 2 min read
Jean-Philippe Raynaud

High level overview

This week, the Mithril team completed the activation of the ‘Pythagoras’ Mithril era on the mainnet, which has occurred as expected at the transition to Cardano epoch 539. They also created the pre-release for the new distribution 2506.0-pre.

The team continued implementing incremental certification of the Cardano database, working on the client library, client CLI, and WASM client. They also kept implementing monitoring and dashboarding. Additionally, they completed the dependency builder refactoring in the aggregator.

Finally, the team fixed some flakiness in end-to-end tests in the CI and prepared for sunsetting the SanchoNet network.

Low level overview

  • Pre-released the new distribution 2506.0-pre
  • Completed the issue Activate Pythagoras Mithril era #2034
  • Completed the issue Support aggregator response compression in HTTP clients #2286
  • Completed the issue Simplify dependency builder in aggregator #2254
  • Completed the issue Aggregator stress test is failing #2299
  • Worked on the issue Release 2506 distribution #2207
  • Worked on the issue Implement Incremental Cardano DB in client library #2214
  • Worked on the issue Implement Incremental Cardano DB in client CLI #2246
  • Worked on the issue Implement monitoring and dashboarding for Incremental Cardano DB #2249
  • Worked on the issue Flakiness in e2e tests in CI #2222
  • Worked on the issue testing-sanchonet network decommission #2296
  • Worked on the issue Upgrade the deprecated ubuntu-20 builders in CI #2216
  • Worked on the issue End of support for MacOS x64 builds in the CI #2250

· One min read
Damian Nadales

High level summary

  • Opened a Draft PR for a CIP to remove EBBs from the historical chain.
  • Opened a Draft PR for a CPS regarding low participation scenarios.
  • Identified the threads in Cardano node which were unlabeled (#6086). We're working to add the missing labels, which will help with debugging and error tracing efforts.
  • Got the results for the UTxO-HD V2 InMemory cluster run, which show that there is a regression in mempool snapshotting. Investigation is ongoing.
  • Fixed the block replay tracer in the new tracing system (#6091).
  • Adapted UTXO-HD to take advantage of the fact that TxOuts are forward deserializable (#1360).
  • Merge PRs upstream to enable the new QueryStakePoolDefaultVote (#5055, #4860, and #1373).
  • Merged LocalTxMonitor changes into network-protocols, which constitutes a first step towards enabling the LocalTxMonitor to report other dimensions of the transaction size.
  • Completed first pass at a script cataloguing all of the consensus symbols used in downstream packages, as part of our contributions to the Cardano Blueprint efforts.