Mithril Team Update
High level overview
The Mithril team completed decentralizing the signature orchestration of the Mithril network. They also completed refactoring the Prometheus metrics in the signer and started implementing them in the aggregator. Additionally, the team kept working on supporting the new Pythagoras Mithril era and created the new distribution pre-release 2442.0-pre.
Finally, they kept implementing optimizations on the node logs and enhanced the release creation workflow in the CI.
Low level overview
- Completed the issue Aggregator uses stored signing configurations when creating signed entity type #1961
- Completed the issue Make Cardano transactions stable in client #1952
- Completed the issue Remove chain calls from
register-signerroute #1982 - Completed the issue Aggregator panics when handling discrepancies at startup in CI #1983
- Completed the issue Use a new GitHub Action for creating releases #1691
- Completed the issue Refactor Prometheus metrics for signer #1990
- Worked on the issue Release
2442distribution #1943 - Worked on the issue Prepare new
PythagorasMithril era #1946 - Worked on the issue Enhance readability of node logs #1981
- Worked on the issue Expose Prometheus metrics for aggregator #1980
Node API & CLI Team Update
2024-10-02T00:00:00Z - 2024-10-16T00:00:00Z
High level summary
- More anchor data hash checks were added to cardano-cli commands.
- Support to create certificates that can register and delegate stake.
- Moved various era agnostic commands to the top level of cardano-cli.
- Added Cardano.Api.Tx.Compatible to cardano-api which allows the creation of simple unbalanced transactions that can submit protocol updates in any era.
cardano-cli
- Add hash checks for
drep registration-certificateanddrep update-certificate - Add metadata validation, hash checking, and URL support to
stake-pool registration-certificate, and hash checking and URL support tostake-pool metadata-hash - Add url support to metadata hash cmd
- Add support for certificates to register and delegate stake simultaneously
- Hide free instances of
HashCheckParamInfointo functions - Move address commands to top level
- Move key commands to top level
- Move node commands to top level
- Remove unnecessary era parameters and use ShelleyBasedEra era
cardano-api
- Add Cardano.Api.Tx.Compatible
- Add voting to simple tx interface
- Export GenesisHashByron
- Expose AnyVote
- Expose functions and types from
cardano-ledger-alonzoandcardano-ledger-byronrequired by cardano-cli - Handle plutus related ledger events in Conway
- Make
Someaccept forall k. instead of Type kind - Release 9.4.0.0
cardano-node
cardano-testnet
- cardano-testnet | configurable SPO and relays count, enable parallel execution of the test suite
- cardano-testnet | Reenable chairman test
- cardano-testnet | Remove
NodeRuntimetype - cardano-testnet: don't specify delegated supply anymore. Use create-testnet-data default behavior
- cardano-testnet: remove unused ForkPoint datatype
docs
CI & project maintenance
Network Team Update
Overview of [sprint 73][sprint-73]
Ouroboros-Network-0.18 release
We released ouroboros-network-0.18. The main features are:
- integration with
typed-protocols-0.3 cardano-clientlibrary doesn't depend on the non-p2p stack- We expose
connectToWithMuxfamily of functions inouroboros-networkwhich give access to the underlying [Muxhandle][mux-handle]. - Added
NodeToClientV_19: to support the newGetLedgerPeerSnapshotquery inlocal-state-querymini-protocol [ouroboros-consensus#1067].
See full [the list of PRs][ouroboros-network-0.18] included in this release.
ouroboros-network-0.18 was integrated with ouroboros-consensus ([ouroboros-consensus#1223])
Tx-Submission
We continued working on tx-submission and monitoring its performance.
Ouroboros-Network - Mithril Design
We internally discussed how to support the [Mithril design][cip#137]. In In the near future, we will be able to socialise the report we've been working on.
Code Refactoring
We reorganised some of our substysems to use qualified imports with simplified names:
- [ouroboros-network#4990] (
connection-manager,inbound-governor) - [ouroboros-network#4997] (
network-mux)
We also removed deprecated APIs in [ouroboros-network#4998]sim#182]
Ledger Team Update
High level summary
We implemented the remaining improvements and fixes discovered in Conway, to be fixed during the bootstrap period:
* protection against deposit loses
* ensuring that DReps exist before delegating
* updates to SPO vote threshold calculation
* improved well-formedness check
Additionally, we added two new rules: Mempool and HardFork, that will allow us to flexibly add processing logic in the future. We also dropped pointers for Conway and enhanced predicate failure reporting for pre-Conway eras.
Finally, we added more tests - both unit and conformance tests.
Low level summary
- pull-4647 - Drop pointers from UMap in Conway
- pull-4642 - Mempool rule
- pull-4553 - Address issues in auto-generated CDDL specification
- pull-4650 - Check
ppuCoinsPerUTxOByteswell-formedness - pull-4648 - Updated conformance to work with new MAlonzo types
- pull-4653 - Improve color output in Imp spec
- pull-4603 - Add more tests for voting behaviour
- pull-4639 - Prevent non-registered return accounts for proposals' deposits and
TreasuryWithdrawals - pull-4632 - Export Unsafe constructors for
TxBody,TxBodyRawandMemoBytes - pull-4654 - Add
applyTxOptstoApplyTx - pull-4657 - HardFork rule
- pull-4659 - Change how SPO votes are counted
- pull-4660 - UTXO conformance with Babbage transactions
- pull-4652 - Ensure dreps exist prior to delegation
- pull-4649 - Mismatch type for predicate failures
- pull-4676 -
constrained-generators:(++.)andsingleton_for lists - pull-4679 - Fixes for release




