High level summary
The DBSync team has released 1 version for mainnet 13.2.0.1
and 3 pre-releases for sanchonet
4.0.0
, 4.1.0
, 4.2.0
. We have continued the integration of Conway (CIP-1694) and the support
of off-chain data (CIP-100)
The DBSync team has released 1 version for mainnet 13.2.0.1
and 3 pre-releases for sanchonet
4.0.0
, 4.1.0
, 4.2.0
. We have continued the integration of Conway (CIP-1694) and the support
of off-chain data (CIP-100)
This week, the Mithril team continued implementing the certification of Cardano transactions in Mithril networks. They worked on scaling the signature and proof generation for mainnet
with the compression of the transaction Merkle tree by using sub-Merkle trees of transactions by block ranges. They also made progress in designing low latency certification, investigated a memory leak in the signature/proof process, and worked on retrieving the tip of the chain with the Pallas chain observer. The team almost completed the prototype for decentralizing signer registration with the relay and a peer-to-peer (P2P) network. Additionally, they completed the refactoring of the database providers of the aggregator and re-span the testing-sanchonet
network following the release of Cardano node 8.10.0-pre
.
Finally, the team made some optimizations on the compilation of their pre-built binaries to fix panics occurring on CPUs without ADX instructions, and created a network configuration file on the repository to facilitate automatic compatibility checks.
testing-mainnet
network #1617database
module in aggregator #1583--json
option is used #1616portable
feature in mithril-stm
by default #1613testing-sanchonet
for respin with Cardano 8.10
#1618ChainObserver
supports retrieving the Chain Point of the tip of the chain #1589Adding support for script based committee members certificates: authorization and resignation. It is now possible to convert extended signing Drep and Committee keys to a Shelley-format key. Improvements to Conway era tests. Use threshold instead of quorum for committee members.
calculate-min-fee --reference-script-size
This week, the Hydra team fixed a bug in the smoke test and refactored to allow network functions to distinguish between inbound and outbound. The team also prepared a cardano-api 8.44 branch for cardano-node 8.10 once it gets released. They also contributed to the cardano-ledger-api
by undeprecating and exposing redeemerPointer
.
cardano-ledger-api
cardano-ledger#4259The SRE team continues work on cardano environment improvements and general environment maintenance.
Some notable recent changes, updates or improvements include:
Private chain for Voltaire team was respun for cardano-node 8.10.0-pre pre-release and re-hard forked into Conway era.
Sanchonet was respun for cardano-node 8.10.0-pre pre-release and re-hard forked into Conway era.
Cardano-node 8.10.0-pre was also deployed to one-third of IOGs preprod environment nodes and two-thirds of IOGs preview environment nodes.
WIP: Prepares block producer configurations to accomodate upcoming peerSharing default change: iohk-nix-pull-575
Provides iohk-nix updates for node 8.10: iohk-nix-pull-576