Wu's July Technical Monthly Report: Bitcoin CTV+CSFS Controversy, ETH & SOL Blockspace Expansion, and More

最新报道:According to Bijie.com, compiled by GaryMa Wu, the Bijie.com team summarized the key blockchain developments of July: the application and controversy surrounding Bitcoin's OP_CHECKSIGFROMSTACK (CSFS). Developers discussed how CTV+CSFS could accelerate the Lightning Network's upgrade to PTLCs and simplify the protocol stack. However, a lack of tool support and standardization hindered progress, sacrificing on-chain efficiency. An open letter (signed by 66 people) requested Bitcoin Core contributors prioritize the review and integration of CTV+CSFS within six months, sparking heated discussion. Controversy arose over the necessity of legacy script support, the limitations of CTV vaults (such as address reuse and the risk of fund theft), and the advantages of key deletion and static recovery. Bitcoin Core contributors criticized the letter for imposing pressure, emphasizing the need for technical consensus rather than public pressure. Discussions on BitVM regarding CTV+CSFS demonstrated its potential to reduce transaction sizes and support non-interactive pegs, with some of these ideas validated by test software. Further reading: Ethereum · Fusaka Upgrade Progress: Latest Fusaka Mainnet Upgrade Timeline (Fusaka Release Candidate Client Ready September 1st, Public Testnet Upgrade September 15/22nd and October 6th, Mainnet Upgrade November 5th). · Glamsterdam Upgrade Preparations: Developers have begun selecting core features for the next upgrade, Glamsterdam. The shortlist includes EIP-7732 (ePBS), EIP-7783 (6-second slot time), and EIP-7805 (FOCIL). · Ethereum Mainnet Gas Limit Increased to 45 Million. Vitalik Buterin and Toni Wahrstätter jointly proposed EIP-7983, which proposes setting the gas cap for a single Ethereum transaction to 16.77 million (independent of the block gas cap). This proposal aims to enhance the network's resilience to DoS attacks, mitigate the uneven load, state bloat, and block verification delays caused by high-gas transactions, and optimize zkVM compatibility and parallel execution efficiency. The proposal is currently in draft form. Ethereum's L2s Polygon PoS network launched the Heimdall v2 consensus layer upgrade, the most technically complex hard fork since the mainnet launch in 2020. This upgrade migrates Heimdall from the legacy Tendermint + Cosmos SDK v0.37 to CometBFT + Cosmos SDK v0.50, reducing finality to approximately 5 seconds and completely removing legacy technical debt. Solana · Jito Foundation and Jito Labs jointly launched the Block Assembly Marketplace (BAM), the Solana blockchain building framework. Using a trusted execution environment (TEE), BAM enables verifiable transaction ordering, programmable execution logic, and a new revenue distribution mechanism, aiming to mitigate harmful MEV and improve on-chain transparency. BAM consists of scheduling nodes (BAM Nodes), upgraded validators (BAM Validators), and a plugin system. BAM supports custom transaction ordering logic, allowing developers to charge fees through plugins, with node operators, validators, and stakers sharing revenue according to a built-in model. Proposal SIMD-0256, which increases the Solana block limit to 60M CUs, has been activated on mainnet. The Solana core development team released a new proposal, SIMD-0286, which proposes increasing the computational capacity per block from 60 million to 100 million compute units (CUs). BNB Chain: In the first half of 2025, BNB Chain completed two hard fork upgrades (Lorentz & Maxwell), reducing block times to 0.75 seconds and final confirmation times to 1.875 seconds. Daily transaction counts peaked at 17.6 million, and average gas fees dropped to approximately $0.01. Through the Goodwill Alliance, malicious MEV attacks were reduced by 95%. In the second half of the year, BNB Chain increased the block gas limit to 1 billion to support higher-frequency on-chain activity. In 2026, BNB Chain aims to improve transaction confirmation speed and processing capacity, and introduce native privacy features. The BNB Chain community proposed BEP-593, which plans to introduce an ultra-efficient consensus mechanism with the following technical improvements: Validator node ID registration for improved node management efficiency; Faster direct message propagation to reduce network latency; Reduced network congestion to improve overall performance. This proposal aims to further optimize the efficiency of BNB Chain's decentralized network. · BNB Chain announced that the FastFinality mechanism has been fully integrated into the Binance platform: Transaction confirmation has been reduced from 15 blocks to 5 blocks, and the confirmation speed has increased by 83%. Supported by more than 66% of the validator consensus, it ensures security. It provides a faster settlement experience for applications such as DeFi, NFT and on-chain games. This mechanism significantly improves the response speed and user experience of on-chain applications. Base· Base launched BaseApp, which was described by the community as "Crypto version of WeChat + TikTok + Alipay + App Store". BaseApp integrates AI Agent, Mini App collection, Farcaster information flow and video streaming, providing a seamless on-chain social, payment and application distribution experience.Hyperliquid has successfully deployed the CoreWriter system contract on its mainnet, marking seamless bidirectional interaction between HyperEVM (Hyperliquid's smart contract layer) and HyperCore (its high-performance trading engine). CoreWriter empowers HyperEVM to write and modify HyperCore's state, complementing the atomic data read functionality previously implemented through Read Precompiles precompiled contracts (including prices, order books, and user positions), without relying on off-chain systems or complex logic. The launch of CoreWriter marks a significant step for Hyperliquid, moving from a purely decentralized perpetual contract platform to a programmable financial ecosystem. Cosmos has announced that the Cosmos team has suspended plans to launch an EVM platform on the Cosmos Hub and will re-evaluate its path. The team stated that the high cost of building a VM and its significant impact on the existing user experience are inconsistent with the core strengths of the Cosmos multi-chain interconnected ecosystem. Going forward, the team will focus on providing services through Inter-chain Business Computing (IBC) and strengthening the Hub's role in the Layer 1 service market. Other news: The DoubleZero protocol, focused on optimizing communication efficiency in distributed systems, announced native multicast support. Most blockchains currently rely on unicast, where each validator repeatedly sends the same data packets to every peer, a practice that wastes bandwidth and increases latency. The core advantages of multicast include single-shot delivery, in-network replication, data delivery only to subscribers, and deterministic fiber routing. DoubleZero introduces multicast technology to decentralized systems for the first time through on-chain group configuration and permissions management, achieving performance comparable to traditional financial infrastructure. Sonic Research released the SonicCS 2.0 consensus protocol, which utilizes a DAG architecture and introduces an overlapping election mechanism to parallelize transaction ordering across multiple blocks. The new protocol represents voting structures using 0–1 matrices and leverages SIMD instructions (such as AVX2) to vectorize the election process, accelerating voting and aggregation computations. Testing on the mainnet over 200 epochs showed an average speedup of 2x and a 68% reduction in memory usage. The official plan is to integrate this protocol in a subsequent client version and will release a technical report detailing its implementation. The GMX V1 GLP pool on Arbitrum was attacked, resulting in the transfer of approximately $40 million in tokens to an unknown wallet address. Regarding the GMX hack, SlowMist pointed out that the root cause of the attack was a design flaw in GMX v1: short sales immediately updated the global average short price (globalShortAveragePrices), which in turn affected the calculation of AUM (total assets under management), allowing the GLP price to be manipulated. The attacker exploited the Keeper permission that enables the timelock.enableLeverage function when executing orders. Through a reentrancy attack, the attacker created a large short position, manipulated the global average price, artificially inflated the GLP price in a single transaction, and profited through redemption arbitrage. Sonic Labs provided an in-depth analysis of its independently developed, high-performance Ethereum virtual machine, SonicVM. By introducing a new Long-Format instruction encoding, hash function optimizations, and instruction scheduling refactoring, SonicVM achieved an average execution rate of 1300 MGas/s on the Sonic mainnet, a 6.5x increase compared to Geth. To ensure compatibility, SonicVM uses a proprietary consistency testing framework, integrated with 14 versions of Geth's specifications, and has run over 16 billion test cases. Anoma officially launched its testnet on July 15th, introducing a decentralized operating system architecture based on user intent and demonstrating its cross-chain capabilities through a 3D visual interactive interface. Anoma stated that the system aims to eliminate the complexity of multi-chain application development and has partnered with projects such as Celestia, EigenLayer, Near, and RiscZero, with plans to gradually roll out mainnet functionality across multiple L1 and L2 networks. The Core Foundation officially launched Rev+, a protocol-level, on-chain revenue-sharing mechanism that provides ongoing incentives for developers, stablecoin issuers, and decentralized organizations. Rev+ allows project owners and stablecoin issuers to obtain stable income from on-chain transactions, and distributes gas fees based on contributions such as transaction volume and address activity. · Tac, a third-party Layer 1 blockchain network, announced the launch of its mainnet, dedicated to seamlessly connecting EVM DApps to the TON and Telegram ecosystems. The network allows Telegram users to use DeFi protocols such as Curve, Morpho, and Euler directly in the messaging app, while providing developers with a deployment method that does not require rewriting code. Tac has raised a total of US$11.5 million in financing, with the latest round led by Hack VC. · Mira, an AI content verification network, announced the launch of Mira Verify, a system that identifies hallucinations and false information through a multi-model consensus mechanism. The system can automatically extract factual statements in text and independently verify them through different AI models in the network, returning result labels of "true", "false" or "no consensus". · The Conflux tree graph public chain released version 3.0 in Shanghai in July and is scheduled to go online in AugustThe transaction processing capacity has been increased to 15,000 TPS, and it supports AI agent calls and RWA settlement. TreeGraph was developed by a team with backgrounds in Tsinghua University and has achieved cross-chain interoperability with multiple mainstream public chains. In the future, we will work with partners to promote offshore RMB stablecoins and cross-border settlement pilots in the "Belt and Road" countries.

24小时热点

SEC提出修订转让代理规则,旨在降低代币化证券合规成本

币界网消息,SEC提出修订转让代理规则,计划消除重复的链下股 ...

0

美国CPI预测为3.4%,关税风险加剧

币界网消息,Truflation预测美国8月的年度CPI将保 ...

279

Coinbase将Base应用重新品牌为Coinbase Wallet

币界网消息,Cointelegraph报道,Coinbase ...

225

OpenAI加码企业市场,推出面向金融机构的AI助手

币界网消息,OpenAI宣布推出面向金融机构的“ChatGP ...

79

英国上议院通过修正案要求制定数字资产战略

币界网消息,英国上议院以194票赞成、138票反对通过一项修 ...

148

Rootstock联合创始人:比特币桥接应采用强制提款延迟以防止损失

币界网消息,Rootstock联合创始人Sergio Ler ...

101

白宫加密顾问:所有未决分歧已取得进展

币界网消息,白宫加密顾问Patrick Witt表示,所有未 ...

145

美国参议院将在5天后投票表决比特币清晰法案

币界网消息,美国参议院对比特币清晰法案进行投票的时间仅剩5天 ...

102

Grayscale:美国参议院将投票推进《清晰法案》

币界网消息,Grayscale表示,美国参议院将于9月15日 ...

110

hyperliquid推出事件合约市场,覆盖多类资产

币界网消息,吴说获悉,hyperliquid生态交易平台tr ...

161

热点专题

索拉拉会成为下一个 “主流山寨币王者” 吗?SOL 的逆袭逻辑与现实挑战

Solana 具备成为下一个 “主流山寨币王者” 的技术基础 ... 置顶

52808

2025 年 Meme Coin 加密货币预售:热门项目、参与指南与风险预警

1、资金分配:永远不要将超过 3% 的可投资金投入 Meme ... 置顶

66936

“币安人生” 为何能掀起文化反击?解密加密圈的情绪共鸣与身份觉醒

“币安人生” 掀起的文化反击,与其说是一次成功的模因币营销, ... 置顶

38580

USDH 如何引发稳定币大战?揭秘搅动 27 万亿市场的新变量

USDH 引发的稳定币大战,表面看是 “市场份额的争夺”,本 ... 置顶

30959

Hyperliquid 的 HIP3 有何新机遇?解锁链上金融新生态的三大黄金窗口

Hyperliquid 的 HIP3 升级不是简单的功能迭代 ... 置顶

27377

Pudgy Penguins 为何推非加密游戏?背后藏着生态破圈的大布局

说到底,Pudgy Penguins 推非加密游戏,不是一时 ... 置顶

40967

USDH 竞标为何引热议?一场改写稳定币权力规则的博弈

USDH 竞标引发的热议,本质是稳定币市场从 “中心化垄断” ... 置顶

31759

韩元稳定币为何迟迟难产?揭开监管、法律与金融的三重困局

韩元稳定币的难产,本质上是金融创新与制度约束的激烈碰撞,是新 ... 置顶

34380

2025 年 10 月最值得购买的 5 种山寨币:警惕三大风险

2025 年四季度的山寨币市场,已从 “纯概念炒作” 转向 ... 置顶

69613

区块链网实时行情早报:BTC比特币价格突破104433.39美元/枚,日内涨1.15%

BOSS Wallet数据来源,比特币bitcoin实时价格 ...

407232

区块链网快讯

比特币挖矿难度下降了5.62%,创5月以来最大降幅

区块链网报道,哈希率指数(Hashrate Index)提供 ...

251938

区块链网快讯

区块链网:DDO数字期权在海外已涨到80美元仍在猖狂销售

区块链网报道,据证券时报披露,鼎益丰办公楼已经全部搬空,所在 ...

220607

区块链网快讯

香港料于年内正式颁发稳定币发行商牌照,AnchorX表态有意申请

区块链网消息,5月15日(UTC+8),在「砥砺乾坤 · 潮 ...

204132

区块链网快讯

比特币2025年价格预测:BTC的未来走势

2025年极可能成为比特币发展的重要转折点。比特币(BTC) ...

193686

区块链网快讯

顶峰AscendEX即将上线AvalonLabs(AVL)

 顶峰 AscendEX (原 BitMax)将于 2 月 ...

192338

区块链网快讯

中国发展高层论坛2025年年会计划于3月23日至24日在北京召开

区块链网数据2月14日讯,中国发展高层论坛2025年年会计划 ...

183742

区块链网快讯

区块链网最新行情晚报:BTC比特币价格达101202.77美元/枚,日内涨幅1.00%

BOSS Wallet数据来源,比特币BTC实时价格行情,B ...

146891

区块链网快讯

某巨鲸过去24小时加仓1585枚黄金代币XAUT

BlockBeats 消息,1 月 31 日,据 Oncha ...

143130

区块链网快讯

io.net推出第三季活动,将从6月1日起持续至6月30日

5月30日消息,据官方消息,io.net宣布推出Igniti ...

135191

区块链网快讯