Skip to content

Development Updates

115 Results
Refine by:
Sort by:
weekly development report as of 2024-07-26
Emmanuel

weekly development report as of 2024-07-26

CORE TECHNOLOGY Cardano node v.9.1.0 has been released, bringing crucial features necessary for the upcoming Chang upgrade. This version includes a Conway genesis file needed to facilitate the Chang transition. This update includes several enhancements and bug fixes, particularly to the CLI and API, such as a new ‘query treasury’ command and updates for com...
0 up votes and 0 down votes. Total score
Weekly development report as of 2024-07-19
Emmanuel

Weekly development report as of 2024-07-19

CORE TECHNOLOGY As the ledger team awaits the Chang upgrade, the focus has shifted towards extensive testing. Current efforts are primarily dedicated to writing unit tests and conducting conformance testing. This thorough testing is crucial to ensure that all systems are robust and fully prepared for the upcoming transition to the Conway era. WALLETS AND S...
2 up votes and 0 down votes. Total score
Weekly development report as of 2024-07-12
Emmanuel

Weekly development report as of 2024-07-12

CORE TECHNOLOGY This week, the teams released node version 9.0.0. This is a significant milestone for the Cardano network as it includes all the necessary changes to facilitate the Conway ledger era. Some key features include: On-chain governance via CIP-1694  Plutus V1 reference scripts support Plutus script signature support through CIP-69.  This rele...
2 up votes and 0 down votes. Total score
Weekly development report as of 2024-07-05
Emmanuel

Weekly development report as of 2024-07-05

CORE TECHNOLOGY Last week, the core technology teams released Cardano node v.8.12.2, which improves the bootstrap peer networking feature.    Over the last few weeks, the ledger team focused on constraint generator testing, conformance test plumbing, adding more scripts to the Alonzo UTXO specification, and other testing initiatives. In terms of infrastruc...
2 up votes and 0 down votes. Total score
Weekly development report as of 2024-05-31
Emmanuel

Weekly development report as of 2024-05-31

CORE TECHNOLOGY This week, the consensus team made significant advancements in the UTXO-HD project. They updated UTXO-HD to use simple diffs, which resulted in a drastic improvement in the mempool benchmarks. The team also assisted in releasing version 0.10.0 of the quickcheck-state-machine library, which is crucial for high-assurance property tests. Additi...
4 up votes and 0 down votes. Total score
Weekly development report as of 2024-06-28
Emmanuel

Weekly development report as of 2024-06-28

CORE TECHNOLOGY This week, the consensus team supported debugging activities related to bootstrap nodes and merged various improvements to the db-X tools. In particular, they significantly optimized the db-truncater, which is regularly used by community members on SanchoNet, in terms of speed. The performance and tracing team released benchmarks for node v...
4 up votes and 0 down votes. Total score
Weekly development report as of 2024-06-21
Emmanuel

Weekly development report as of 2024-06-21

CORE TECHNOLOGY This week, the ledger team reached a major milestone by implementing CIP-0069, which enhances PlutusV3 functionality by making spending datums optional and enforcing all scripts to have exactly one argument. This feature allows spending scripts to be used for other purposes, such as minting. Additionally, they fixed several important bugs, ...
6 up votes and 1 down votes. Total score
Weekly development report as of 2024-06-14
Emmanuel

Weekly development report as of 2024-06-14

CORE TECHNOLOGY This week, the consensus team continued working on different workstreams – Ouroboros Leios, Ouroboros Genesis, UTXO-HD, and LSM. They were also busy addressing the tech debt. Stay tuned for more updates next week. WALLETS AND SERVICES This week, the Lace integration with the on-ramp service by Banxa was enhanced to support Apple Pay and Go...
2 up votes and 0 down votes. Total score
Weekly development report as of 2024-06-7
Emmanuel

Weekly development report as of 2024-06-7

CORE TECHNOLOGY This week, the ledger team enhanced the correctness of the CDDL specification and improved safety by restricting certain protocol parameter types. The team also introduced tools for controlling test case distribution, worked on the UTXO predicate failure tests, enabled the retrying of flaky tests in nightly CI, and made further fixes and imp...
2 up votes and 0 down votes. Total score
Weekly development report as of 2024-05-17
Emmanuel

Weekly development report as of 2024-05-17

CORE TECHNOLOGY This week, the consensus team released consensus packages for node v.8.11, introducing several improvements: Improved Praos chain order: restricted the VRF tiebreaker based on slot distance and made a small tweak to the issue number tiebreaker to improve chain selection. Statistics on leader schedule: wrote an overview of the statistics on...
5 up votes and 0 down votes. Total score
Weekly development report as of 2024-05-10
Emmanuel

Weekly development report as of 2024-05-10

CORE TECHNOLOGY The performance and tracing team analyzed benchmarks for the Conway era with DReps injected, traced DRep data, and improved error reporting in the tx-generator. They fully supported the new CLI create-testnet-data command and injected DRep into the Conway genesis.  The team expanded the node metrics by including build information and block ...
4 up votes and 0 down votes. Total score
Weekly development report as of 2024-04-26
Emmanuel

Weekly development report as of 2024-04-26

CORE TECHNOLOGY This week, the performance and tracing team concluded benchmarking activities for nodes v.8.9.2 and v.8.10.0. They also started designing the implementation of quick queries in the analysis pipeline. Currently, they are finalizing new features for the reporting pipeline and enhancing Prometheus output to make the node's build information eas...
4 up votes and 0 down votes. Total score
Weekly development report as of 2024-04-19
Emmanuel

Weekly development report as of 2024-04-19

CORE TECHNOLOGY This week, the core technology teams released node v.8.9.2. This version resolves an issue with the peer-sharing networking feature that prevented nodes from sharing peers with connected nodes. Over the past few weeks, the site reliability engineering (SRE) team continued working on Cardano environment improvements and general maintenance. ...
4 up votes and 0 down votes. Total score
Weekly development report as of 2024-04-12
Emmanuel

Weekly development report as of 2024-04-12

CORE TECHNOLOGY Over the past two weeks, the ledger team has made significant progress in testing. They have improved data generation for conformance tests and ensured that the implementation is much more organized. Also, the team worked on infrastructure enhancements, implementing fixes for node v.8.10, making some post-release updates, and updating toolin...
3 up votes and 0 down votes. Total score
Weekly development report as of 2024-04-05
Emmanuel

Weekly development report as of 2024-04-05

CORE TECHNOLOGY This week, the consensus team worked on the modification of LocalTxMonitor and HasTx functionalities improving cross-era behavior. The team completed most tests for the UTXO-HD branch within ouroboros-consensus, with ongoing efforts to resolve some issues in the mempool-parallel test. They also addressed an upstream issue within quickcheck-...
2 up votes and 0 down votes. Total score
Weekly development report as of 2024-05-24
Emmanuel

Weekly development report as of 2024-05-24

CORE TECHNOLOGY This week, the ledger team focused primarily on conformance testing. Significant progress was made as the team completed conformance tests for the \`CERT and RATIFY\` rules and advanced other tests. These efforts also led to improvements in the constraint-generators framework. Additionally, the team fixed the stake pool operator stake distri...
5 up votes and 0 down votes. Total score
Weekly development report as of 2024-05-03
Emmanuel

Weekly development report as of 2024-05-03

CORE TECHNOLOGY Over the past few weeks, the site reliability engineering (SRE) team continued working on Cardano environment improvements and general maintenance. Some of the improvements include the deployment of Cardano node v.8.9.2 to mainnet, pre-production, preview, and shelley-qa environments along with the deployment of Cardano node v.8.10.1-pre to...
6 up votes and 0 down votes. Total score
Weekly development report as of 2024-02-09
Olga Hryniuk

Weekly development report as of 2024-02-09

CORE TECHNOLOGY This week, the networking team merged changes related to bootstrap peers into the ouroboros-network repository and continued integration and testing using an early development version of cardano-node. In collaboration with DripDropz, the IOG team fixed a mistake in the CDDL specification that resulted in misleading documentation. The team al...
5 up votes and 0 down votes. Total score
Weekly development report as of 2024-03-01
Emmanuel

Weekly development report as of 2024-03-01

CORE TECHNOLOGY This week, the ledger team added reference script support for Plutus V1 in Conway. The team is now writing tests, improving tooling, and fixing Conway-related bugs. This development comes with significant bug fixes, particularly addressing inaccuracies in stake distribution for DReps and stake pools. SMART CONTRACTS The Plutus team began i...
3 up votes and 0 down votes. Total score
Weekly development report as of 2024-03-08
Emmanuel

Weekly development report as of 2024-03-08

CORE TECHNOLOGY This week, the networking team published \`ouroboros-network-0.12.0.0, ouroboros-network-protocols-0.8.0.0 and ouroboros-network-api-0.7.0.0 packages into CHaP. Additionally, they updated and published ouroboros-consensus-0.16.0.0, ouroboros-consensus-cardano-0.14.0.0, cardano-cli-8.20.3.0 and cardano-api-8.39.2.0\`. The team fixed syncing ...
3 up votes and 0 down votes. Total score