Release roundups are organized into a few categories spanning the breadth of the developer experience. From core protocol contributions all the way to the Hiro Platform in the cloud, let’s take a look at what we shipped in October and share some of our priorities in November:
Release Roundup
Hiro Platform
- We’ve upgraded the Hiro Platform to support Stacks 3.0 (post Nakamoto upgrade). We’ve also added a new DeFi contract template to the platform, so you can easily see Nakamoto’s fast blocks in action, and we’ve also added Clarity 3 syntax highlighting.
- In addition, we’ve released a few UI improvements to the Hiro Platform, including devnet loading status information, as well as descriptions and documentation links for the Platform API for devnet and chainhook.
DevTools
Clarinet
- With the latest release of Clarinet, v2.11.x, Clarinet will now create and execute contracts in epoch 3.0 and with Clarity 3 by default.
- We’ve updated the testnet epoch heights, which makes the Clarinet default settings in line with primary testnet.
- Lastly, we refactored how we handle the code coverage hook, which makes it easier to pass more hooks to contract calls.
Stacks.js
- We released v7.0.x of Stacks.js, which brings major changes to these libraries. In particular, this release makes it easier to debug and inspect your code and makes Stacks.js as a whole more intuitive and easier to use. This release achieves this by redesigning Stacks.js to be more oriented around descriptive strings, improved <code-rich-text>PostCondition<code-rich-text> types, better Clarity representations, new a-to-b helpers and updating network objects and fetching logic. Learn more here.
- Note: this release has breaking changes, so be sure to reference this migration guide.
- This release is also compatible with the latest release of Stacks Connect.
API Services
Stacks Blockchain API
- In October, we shipped a few updates related to the Nakamoto upgrade, so that you can get all the network information you need for your app. In particular, we now include <code-rich-text>tenure_height<code-rich-text> in block endpoint responses. We’ve also added a new endpoint to expose <code-rich-text>signer_signature<code-rich-text> data, and we added cache handlers for endpoints that show data for individual blocks and for principal activity in the mempool.
Blockchain
- On October 28th, the Stacks network successfully upgraded! We contributed to the public ecosystem working group on shipping this major release, which brings fast blocks and Bitcoin finality to Stacks. In October, core devs upgraded both Stacks primary testnet and mainnet, and they have many more optimizations in the works now that the upgrade is out the door, including the sBTC release coming later in Q4.
Stacks Explorer
- In October, all of our Nakamoto updates went live in the Explorer. You can see Nakamoto’s fast blocks in both mainnet and testnet, updated signer information, and more.
Documentation
- We shipped several updates to documentation in October, including a new API reference section for the Stacks node RPC API to create a cleaner distinction from Hiro’s Stacks Blockchain API. We also added a new home page to Hiro docs, updated Stacks.js documentation to reflect the release of Stacks.js v7, and updated information around predicate design for Chainhook.
Looking Ahead to November
Here are our biggest priorities in the coming month:
- Simulate transaction execution using mainnet data: We’re working on letting developers test transactions in Clarinet’s simnet using mainnet data. This is particularly helpful for developers who are building projects that leverage existing contracts on mainnet and/or oracles.
- Launch signer metrics dashboard in the Stacks Explorer: We are working on a new dashboard in the Stacks Explorer that will show performance metrics related to signers on the Stacks network.
- Ensure sBTC-readiness: The Stacks network is gearing up for another big release in Q4 that will bring sBTC, a programmable, productive BTC asset to Stacks, and in November we will ensure that all Hiro products are ready for this new asset.
As always, we will be shipping new features and upgrades outside of what’s listed here. Keep an eye out for new updates.
Learn More
For a full list of releases and improvements by product, please view the following links: