Starknet空投或即将来临:进行Starknet v0.11.0升级并任命5个委员会

PanewsPublished on 2023-03-24Last updated on 2023-03-24

Abstract

Starknet基金会宣布任命5个委员会,其中拨备委员会将确保STRK代币的公平分配,监督为用户提供STRK代币,空投规则可能已经在制定中。

3月15日,Starknet在snapshot上进行了“Starknet Alpha v0.11”投票的测试。3月20日,Starknet基金会任命了包括拨备委员会在内的五个委员会。在Arbitrum公布空投方案之际,同为主流Layer 2之一且估值高达80亿美元的Starkware的项目进展引起了更多关注,Starknet Alpha v0.11更新和委员会的任命究竟意味着什么呢?

""

Alpha v0.11更新内容与影响

""

根据官方文档,当前的Starknet有3个运行环境,其中Starknet主网运行的版本是v0.10.3,两个测试网Goerli Testnet 1和Goerli Testnet 2运行的是更新的版本v0.11.0。随着v0.11.0已经在测试网上稳定运行一段时间,满足了部署到主网上的条件。

Starknet Alpha v0.11.0主要是引入了Cairo 1.0智能合约,Cairo是Starkware发布的开源编程语言,本次升级重点是将基于Cairo 0的系统过渡到基于Cairo 1.0的系统。Cairo 1.0带来了新的可能性,包括定序器DOS保护、抗审查、降低计算成本等。它引入了一个安全中间层Sierra,可以保证每一个合约的执行都能被证明,这是Starknet去中心化的重要属性。在Starknet v0.11.0中,可以声明、部署和运行Cairo 1.0智能合约,还引入了一个新的系统调用,允许将现有合约平稳过渡到Cairo 1.0。

""

Cairo 1.0和Sierra的引入主要有以下几点影响:

""

>新版本的“Declare交易”允许发送新的类结构;

>状态承诺将包括合约类;

>链上数据格式的变化;

>新的系统调用。

""

在此之前,Starknet也已经进行过多次升级,包括为合约引入“类”和“实例”的Starknet v0.9.0,在交易中引入nonce的Starknet v0.10.0,引入定序器并行化的Starknet v0.10.2等。

""

Alpha v0.11.0也只是过渡方案

""

需要注意,即将在主网更新的Alpha v0.11.0也只是过渡性版本,官方将“Cairo 1.0的测试——Alpha v0.11.0——仅支持Cairo 1.0”的路径称之为“再生之路”。Starknet Alpha v0.11.0可以兼容用新旧版本的Cairo语言编写的合约,在再生之前,新旧合约将能够共存并能够相互影响。再生之后,用旧版本Cairo语言编写的类以及这些类实例的合约将不再能得到支持。

再生之路可以保留应用程序的状态,并且不会给dapps带来停机。但是在再生过程中中,用户需要对钱包进行更新,Starknet的dapps的开发者需要将合约迁移到Cairo 1.0,并遵循升级指南。

""

空投猜测

""

可能会有用户关心,本次投票进行的Alpha v0.11.0升级是不是意味着Starknet将发行代币并进行空投呢?其实Starknet的原生代币STRK早在2022年11月16日就已经部署到了以太坊主网上。STRK代币总量100亿枚,将作为参与Starknet共识机制的质押代币,还将作为网络的治理代币和支付网络交易gas费的代币。虽然不能确定升级就是即将进行空投的信号,但也可能是重要的时间节点。

""

另外重要的一点,从测试投票开始,这些投票者就已经拥有STRK代币的投票权,说明Starknet可能已经向部分参与者分发了代币。近期,STRK开始频繁转账,大部分代币仍然由外部地址持有,但已经开始向合约地址转移。

空投规则可能已经开始制定中

""

3月20日,Starknet基金会宣布任命5个委员会,每个委员会都被赋予一项关键任务,这些委员会包括:

""

>拨备委员会

>早期采用者拨款委员会

>开发者合作委员会

>治理委员会

>生态系统入职委员会

""

其中,拨备委员会负责规划、监督和执行Starknet生态系统代币STRK的拨备。该委员会将确保STRK代币公平、透明和去中心化的分配,监督为用户提供STRK代币,评估并向Starknet基金会提供符合条件的群体的建议。用户的空投规则很可能由拨款委员会制定。如果是开发者,已经开始在Starknet上构建项目的团队可以获得早期采用者拨款委员会的资助,其他开发者也可以通过开发者合作委员会引入Starknet生态系统。

""

可以认为,Starknet的空投标准可能已经在制定中,空投可能会在不久的将来到来。

Trending Cryptos

Related Reads

AmericanFortress proposed a scheme to protect crypto wallets from quantum threats

AmericanFortress has published a preprint detailing ZKPoSP, a cryptographic scheme designed to protect hierarchically deterministic (HD) cryptocurrency wallets from potential quantum attacks without requiring users to change their addresses. The proposed scheme replaces classical digital signatures with non-interactive zero-knowledge (NIZK) proofs, aiming to maintain compatibility with existing address formats. The company also introduced the QBIP32 scheme, intended to generate a signing scalar, a separate quantum-resistant proof, and a chain code in a single function call. According to the authors, QBIP32 can be applied to various elliptic curves of prime order, including secp256k1 and Ed25519. The post-quantum security of the scheme is described as "conjectured," relying on the quantum resistance of the underlying hash functions and NIZK proofs. However, for the scheme to function in a given blockchain network (like Bitcoin, Ethereum, or Solana), nodes would need to support verification of these new proofs instead of standard signatures—a capability currently not implemented. An implementation in Rust using RISC Zero reportedly takes 12–13 seconds to generate a proof and 9–10 milliseconds to verify it. The publication follows other industry efforts to address quantum threats, including reports from Galaxy on vulnerable assets, new hardware wallets like the PQ1, and consortiums like the Bitcoin Security Consortium pledging funding for post-quantum cryptography research. This new work specifically focuses on HD wallets and positions ZKPoSP/QBIP32 as a general mechanism for multiple curves and networks.

cryptonews.ru11m ago

AmericanFortress proposed a scheme to protect crypto wallets from quantum threats

cryptonews.ru11m ago

Weekly On-Chain Data Review: Robinhood Chain Explodes, FWA Goes Viral, Mantle Doubles Down on RWA

**Chain Data Weekly Digest: Vault Regulation, Robinhood Memecoin Surge, and FWA's NFT Gamble** * **Vault Managers Face SEC Scrutiny:** SEC Commissioner Hester Peirce warned that some DeFi Vault strategies could trigger investment advisor regulations. This may lead to licensing requirements, potentially sidelining smaller managers while bringing more traditional finance firms on-chain. The industry debates whether Vaults are purely code-driven or resemble discretionary portfolio management. * **Robinhood Chain's Memecoin-Led Boom:** Despite its initial RWA focus, Robinhood Chain has seen explosive early growth driven by memecoin trading and launchpads, which now dominate its DEX volume. The chain facilitates memecoin trading via tokenized stock pairs. It boasts over $800M in on-chain assets, $5B in stablecoin market cap, and strong fee revenue, positioning it as a consumer trading hub. * **FWA Revives NFT Activity with a Gamble:** The Fake World Assets (FWA) protocol, a gachapon-style system on Ethereum where users pay to randomly win deposited NFTs, has rapidly captured 10% of Ethereum's mainnet gas consumption in its first week. It demonstrates how simple, consumer-facing mechanics can reignite NFT engagement, attracting a broad user base. * **CEX Consolidation & DEX Growth:** The closures of BitMEX and BitMart highlight intense central exchange (CEX) competition and consolidation. Meanwhile, the DEX/CEX spot trading volume ratio hit a record high of 24.3% in July, signaling a shift of trading activity and innovation to on-chain venues. * **Mantle's RWA Focus at 3 Years:** Celebrating its third anniversary, Mantle Network is solidifying its role as a "full-stack distribution layer" for tokenized real-world assets (RWA). It ended Q2 with $1.2B in DeFi TVL, $955M in stablecoin market cap, and a growing suite of native RWA trading infrastructure like Fluxion and xChange.

marsbit21m ago

Weekly On-Chain Data Review: Robinhood Chain Explodes, FWA Goes Viral, Mantle Doubles Down on RWA

marsbit21m ago

From 'Western Learning Ants' to Korean Pension Funds: Why Does Korean Capital Continue to Flow to the US?

Summary: "From 'Western Ants' to National Pension: Why Korean Capital Continues to Flow to the U.S.?" South Korea’s capital is increasingly moving toward U.S. markets, driven by two key investor groups. Individual retail investors, known as "Western Ants," actively trade U.S. stocks overnight, seeking exposure to major tech firms and higher returns often unavailable in Korea’s concentrated domestic market. Simultaneously, the National Pension Service (NPS), managing over $1.16 trillion in assets, is expanding its global investment footprint. Facing demographic pressures and the sheer size of its fund, NPS has steadily increased overseas allocations, with over half its financial assets now invested abroad. A recent memorandum of understanding with six top U.S. venture capital firms (including Sequoia and a16z) marks a strategic extension into Silicon Valley’s private investment ecosystem, aiming to access growth-stage tech opportunities while leveraging external managers’ expertise. While both flows reflect limitations of Korea’s home market, their risk profiles differ sharply: retail investors often pursue speculative, concentrated bets, whereas NPS must ensure long-term, diversified returns for national retirement security. This outward shift also creates macroeconomic tensions, as demand for dollars from both groups pressures the Korean won, prompting coordinated measures between NPS and the central bank to mitigate currency volatility. Ultimately, Korea’s growing financial integration with global markets—especially the U.S.—signals a broader structural shift where citizens’ wealth and pension sustainability are increasingly tied to worldwide economic dynamics.

marsbit31m ago

From 'Western Learning Ants' to Korean Pension Funds: Why Does Korean Capital Continue to Flow to the US?

marsbit31m ago

Trading

Spot

Hot Articles

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of ETH (ETH) are presented below.

活动图片