Skip to content

v1.27.2

Latest

Choose a tag to compare

@snadrus snadrus released this 11 Dec 12:41
· 10 commits to main since this release
9cf68da

Curio v1.27.2

curio_v1 27 2

✨ Overview

The Curio v1.27.2 release delivers a significant leap forward for Filecoin Storage Providers, combining major new capabilities with broad stability and performance improvements. This update introduces full support for Filecoin’s Market 2.0 architecture, enabling smarter and more flexible deal-making through contract-driven logic. Operators gain powerful new runtime control through dynamic configuration, letting them adjust key system behaviors without restarting the node.

This release also strengthens Curio’s automation capabilities with a brand-new f05 Balance Manager, ensuring deal collateral is always topped up and reducing day-to-day operational friction. The WebUI sees a substantial upgrade with the introduction of a dedicated Content page, refined guided setup, and a completely updated Sectors interface that now includes a Sector Extension Manager for long-term lifecycle control.

Across retrievals, indexing, sealing, proof generation, networking, and migrations, Curio v1.27.2 delivers faster, more compatible, and more resilient behavior. Retrieval now works seamlessly with Kubo/IPFS, IPNI advertisements are cached and tracked with improved metrics, the Snark Market client has been unblocked and made more reliable, and numerous edge-case bugs have been addressed across the stack.

⭐ Highlights

🚀 Full Market 2.0 Integration

Curio now includes first-class support for Filecoin’s Market 2.0 deal architecture.
This next-generation deal flow brings smarter logic, contract-driven pricing, offline and aggregated deal support, and a unified Market dashboard inside Curio. By integrating Market 2.0 directly into the node, deal intake becomes simpler, more flexible, and future-proof — no separate Boost deployment required.

⚙️ Dynamic Configuration (Live, No-Restart Updates)

Operators can now adjust many Curio settings in real time without restarting the node.
From sealing behaviors to scheduler preferences and P1 routing, this system offers unprecedented control and flexibility. Fine-tune operations under live load, experiment safely, and make quick corrections instantly.

💰 Automated f05 Balance Manager

To prevent missed deals and eliminate constant collateral monitoring, Curio introduces an automated Market (f05) balance manager.
It tracks your escrow balance and automatically tops it up when needed, ensuring continuous deal availability and dramatically reducing operational overhead.

🗂️ New WebUI Content Page

A brand-new Content section in the WebUI gives operators a powerful view into stored pieces, deals, and metadata — including full support for PieceCIDv2.
This brings transparency and simplicity to managing active and historical content across your storage system.

🧱 Sector Extension Manager + Upgraded Sectors UI

Long-term sector lifecycle management gets a major improvement.
Curio now provides:

  • A Sector Extension Manager for extending sector lifetimes
  • Clear visibility into expiring sectors
  • A modernized Sectors interface with more actionable information

Renewable deals and capacity planning are now easier and more intuitive than ever.

You can read more about Curio in our documentation.

🌐 Market & Deal Flow

  • Full Market 2.0 integration with Curio’s internal deal engine, enabling smarter, contract-driven storage deal processing.
  • Correct handling of CARv2 data sources using SourceOffset, ensuring reliable retrieval of modern CAR formats.
  • Minor Mk20 refinements and stability improvements for cleaner deal ingestion and client interactions.

⚙️ Configuration & Scheduling

  • Introduction of dynamic configuration, allowing key settings to be updated live without restarting the node.
  • Dynamic config is now applied to PreCommit1 (P1) sealing tasks, enabling real-time control over sealing distribution and worker decisions.
  • The chain scheduler now updates message execution results first, preventing rare inconsistencies during block evaluation.
  • Fixed begin/end timing calculations to ensure accurate scheduling windows across tasks.
  • Improved task lifecycle reliability through Harmony task delete retry logic.

💰 Balance & Resource Automation

  • Added the new f05 Balance Manager, which automatically monitors and replenishes Market escrow funds.
  • Configurable thresholds and automated wallet funding help prevent stalled deals due to low collateral.

🧱 Proofing, Sealing & Snark Market

  • Added a vanilla WindowPoSt test command to validate local proof generation and verify proving hardware.
  • Snark Market now provides a smoother operator experience:
    • Client setup process unbricked and fully functional
    • Automatic retries when creating asks under rate limits
    • WebUI support for deleting Snark Market clients safely

🗂️ WebUI Enhancements

  • Introduced the new Content page for browsing pieces, deals, and CID metadata.
  • Completely refreshed Sectors UI, including built-in lifetime extension capabilities via the Sector Extension Manager.
  • Improved guided setup experience:
    • Miner creation uses a 1.5× FIL safety buffer to prevent underfunding failures
    • Clearer configuration path for enabling PDP
    • Safer storage-path initialization (no accidental PDP key removal)

🔗 Networking, IPFS & IPNI

  • Updated to the latest libp2p release for improved peer discovery and stability.
  • Retrievals via Kubo/IPFS now work reliably, including path-based fetches and correct multiaddr advertisement.
  • Added IPNI caching, metrics, and cleaned-up logs to enhance retrieval visibility and performance.
  • Improved handling of IPFS resource limits for more consistent data movement under heavy load.

🗃️ Database & Core Systems

  • More reliable herd database upgrades, avoiding migration stalls or contention.
  • Curio Toolkit now supports schema downgrades, enabling safe rollback paths between versions.
  • SQL NULL → JSON 0 serialization fix, improving UI clarity when displaying missing numeric fields.
  • Added migration safety checks that prevent duplicate-column errors.
  • Removed the local commcid library in favor of using the upstream implementation.

📚 Documentation

  • Updated PDP documentation with clearer steps and improved flow.
  • Added full documentation for dynamic configuration capabilities.
  • Added CONTRIBUTING.md to support community contributors.

🐛 Bug Fixes

🔧 Retrieval & IPFS

  • Fixed full compatibility with Kubo/IPFS retrievals, including path-based requests and proper announce-port handling.
  • Corrected IPNI advertisement task creation and improved the canAccept validation logic to prevent invalid or duplicate announcements.
  • Resolved CARv2 reading issues by properly applying SourceOffset during piece extraction.

🧱 Sealing & Proofing

  • Corrected FR32 padding/unpadding logic to ensure accurate alignment of piece data.
  • Fixed several internal timing and state-transition inconsistencies affecting sealing and scheduled workflows.

🖥️ WebUI & User Experience

  • Resolved a WebUI sector page panic that could occur under certain sector states.
  • Fixed a crash when removing pipelines that contained a null URL.
  • Improved PieceCIDv2 handling to ensure correct display and metadata resolution.
  • Updated JSON serialization: SQL NULL values are now represented as 0, preventing confusing “null” values on the dashboard.

🧩 Indexing & Database Migrations

  • Fixed indexing migration errors when moving between older and newer schemas (v1 → v2).
  • Ensured migrations are idempotent, preventing repeated “column already exists” failures during startup.

🔄 Internal Workflow Stability

  • Fixed edge cases in scheduler begin/end calculations that could cause incorrect task timing.
  • Improved task cleanup via Harmony delete retry, preventing rare cases of stuck or orphaned tasks.
  • Other minor fixes and stability improvements were made across the codebase to polish this release.

What's Changed

New Contributors

Full Changelog: v1.27.1...v1.27.2