Discover updates to Hiro tools related to the Nakamoto upgrade.
Nakamoto is an upcoming upgrade to Stacks that brings faster blocks and paves the way for sBTC. Start here if you need an overview of how Nakamoto impacts the network. This document is about how Nakamoto impacts your applications and Hiro tooling specifically.
The good news for you is that the Nakamoto upgrade does not bring breaking changes to applications on Stacks. Your app will continue to work as expected post-upgrade, apart from you and your users experiencing the better UX of faster block times.
In terms of what you need to do to prepare for Nakamoto, just make sure you are running the latest versions of our tooling. We are shipping updates across all Hiro tools to make sure they support Nakamoto and that you can stay focused on building.
Below find a list of how Hiro tools have been updated to support Nakamoto:
The Stacks Explorer now features a new way to display blocks, aligning with the Nakamoto upgrade's approach of multiple STX blocks settling into one BTC block.
Install the latest nakamoto version with npm install @stacks/stacking@6.13.0.
The StackingClient in @stacks/stacking was updated to match the latest pox-4 contract.
Added StackingClient.signPoxSignature()
Added Pox4SignatureTopic enum
New stacking arguments for StackingClient.stack, StackingClient.stackExtend, StackingClient.stackIncrease, StackingClient.stackAggregationCommit, and StackingClient.stackAggregationCommitIndexed
Clarinet's devnet can now be used to test Nakamoto functionality.
The devnet now starts 2 signer nodes in Nakamoto mode.
Running clarinet check --enable-clarity-wasm now runs the current interpreter and clarity wasm side-by-side to allow comparing outputs.
clarinet console --enable-clarity-wasm now automatically runs the current interpreter and clarity wasm side-by-side and logs any difference in outputs.
By default, the Devnet won't start in epoch 3.0, see this guide to configure it.
The /extended/v2/* endpoints represent the modern API that is being continually expanded to support the Nakamoto upgrade. We encourage developers to use v2 endpoints for new developments. Be aware that /extended/v1/* are the older set of endpoints. Though they continue to function alongside v2, they will be deprecated in the coming months.
The Stacks Blockchain API has a series of new endpoints to support the upcoming Nakamoto upgrade:
Get Proof-of-Transfer details per Cycle, including Signers and Stackers, with information about stacked STX amounts, payout addresses and signer weights
Get a list of Stacks blocks per Bitcoin block to support the new Nakamoto mining mechanism
Get all transactions relevant to a STX address or contract ID, including filters for FT and NFT transfers
Support for the new Nakamoto tenure_change transaction type across all our transaction endpoints
Get a summary of current network mempool transaction fees, including statistics for expected confirmation priorities
Get the deployment status of multiple smart contracts in one call
All of these endpoints are backwards compatible with Stacks nodes running version 2.4 or earlier