Weekly Cardano Digest #141

Cardano Lightning entered pre-production Plutus 1.68.0.0 shipped the Plutus V4 ledger API types ahead of Dijkstra, and Midnight City took shape.

Hey Cardanians! Welcome aboard the Weekly Cardano Digest #141!

We've filtered through all the noise to distill crucial updates into a breezy, 5-minute read. No need for you to sift through endless info ,we've got you covered. Ready to delve into this week's top Cardano news? Let’s dive in.

Here are the topics of the week:

  • ⚑ Cardano Lightning Enters Pre-Production With Routable Payment Channels

  • πŸ› οΈ Plutus 1.68.0.0 Ships the Plutus V4 Ledger API Types

  • πŸŒƒ Midnight City Is Being Built to Scale to Millions

    & More!

  • Weekly Development Report

  • & More!

⚑ Cardano Lightning Enters Pre-Production With Routable Payment Channels

 Cardano Lightning entered pre-production β€” a state channel architecture that brings bidirectional, routable off-chain payment channels to Cardano, built on a fork of the Lightning Development Kit (LDK) that already powers Bitcoin's Lightning Network. It was presented in detail by PolyCrypto engineer Ilja von Hoessle during an August 24 Cardano Community livestream.

Two components sit on top of the LDK: a Rust-based relay that handles communication and coordination across the network, and a Cardano smart contract acting as the liquidity manager. The design is trust-minimized by construction β€” either party can close a channel at any time without putting the counterparty's funds at risk, so no user has to rely on the other staying honest or online.

This is a different track from Hydra, and the distinction matters. Hydra optimizes for high-throughput clusters where a known set of participants transacts intensively. Lightning optimizes for payments between strangers: small, instant, cheap transfers that hop across a mesh of channels without either side opening a direct one. Forking a battle-tested Bitcoin codebase rather than starting from scratch is the pragmatic choice β€” years of adversarial testing come along for free on #Cardano.

πŸ› οΈ Plutus 1.68.0.0 Ships the Plutus V4 Ledger API Types

Plutus team published release 1.68.0.0, which includes the Plutus V4 ledger API types. V4 remains under development and the types may still change before Dijkstra, but shipping them gives tooling authors and contract developers something concrete to build against months ahead of the hard fork instead of waiting for it.

The release also lands real language work. Casing on Data is implemented: a case on a Data.Constr value can now dispatch directly on the constructor tag, which combined with the recently added dropList yields a meaningful performance boost for scripts that walk on-chain data structures. The assetCount builtin (CIP-0168) landed with its cost model, and the cost model for multiIndexArray (CIP-0156) was merged.

Quietly, the most consequential item may be the smallest: a new install script in plinth-template sets up a Plinth project with a single command, handling the required tooling automatically. Environment setup is where most newcomers to Cardano smart contracts have historically stalled β€” before writing a line of logic. Removing that friction does more for developer growth than another builtin on #Cardano.

πŸŒƒ Midnight City Is Being Built to Scale to Millions

Charles Hoskinson gave an update on Midnight City, the Layer-2-powered simulation environment that visualizes activity on Midnight and makes selective disclosure and zero-knowledge privacy legible through a live view of the network.

He said the team has rebuilt the graphics engine three times and made significant progress in a short window, and that the underlying infrastructure is being designed to handle millions of participants rather than a demo-scale audience. Midnight City consolidates activity that would otherwise be scattered across separate explorers and dashboards, surfacing live performance and scalability signals in one place.

For a privacy network, this is a harder problem than it looks. The entire point of Midnight is that observers should not see everything β€” so the visualization has to communicate network health, throughput and adoption without leaking the very data selective disclosure exists to protect. Solving that is not decoration: privacy chains struggle to prove they are being used, and a credible public window into activity is how a shielded network earns trust on #Cardano.

Interesting Stories

Essential Cardano’s weekly development report

Reply

or to participate.