BTC $84,661.66 +0.64%
ETH $2,689.65 +0.33%
BNB $778.22 +0.98%
XRP $1.53 +0.46%
SOL $123.01 +1.71%
TRX $0.3337 -0.41%
DOGE $0.0973 +1.01%
ADA $0.2562 +1.78%
BCH $334.88 +0.06%
LINK $14.08 +0.28%
HYPE $91.93 +0.13%
AAVE $154.91 +0.02%
SUI $1.28 +11.76%
XLM $0.2173 +0.54%
ZEC $1,609.43 -0.09%
AAPL $340.44 +0.14%
AMZN $250.29 +0.29%
GOOGL $344.22 +0.25%
MSFT $517.48 -0.09%
META $750.40 +0.42%
NVDA $225.29 +0.41%
TSLA $373.44 +0.47%
SNDK $1,785.33 +1.09%
INTC $125.49 +2.02%
SPCX $149.08 +0.33%
MU $1,096.88 +1.02%
AMD $634.57 +1.41%
BTC $84,661.66 +0.64%
ETH $2,689.65 +0.33%
BNB $778.22 +0.98%
XRP $1.53 +0.46%
SOL $123.01 +1.71%
TRX $0.3337 -0.41%
DOGE $0.0973 +1.01%
ADA $0.2562 +1.78%
BCH $334.88 +0.06%
LINK $14.08 +0.28%
HYPE $91.93 +0.13%
AAVE $154.91 +0.02%
SUI $1.28 +11.76%
XLM $0.2173 +0.54%
ZEC $1,609.43 -0.09%
AAPL $340.44 +0.14%
AMZN $250.29 +0.29%
GOOGL $344.22 +0.25%
MSFT $517.48 -0.09%
META $750.40 +0.42%
NVDA $225.29 +0.41%
TSLA $373.44 +0.47%
SNDK $1,785.33 +1.09%
INTC $125.49 +2.02%
SPCX $149.08 +0.33%
MU $1,096.88 +1.02%
AMD $634.57 +1.41%

scalability

All
Article
Flash

Vitalik: Blockchain has evolved from a simple ledger into a cryptography-based secure computing network

Vitalik Buterin, co-founder of Ethereum, delivered a keynote speech at the 12th Global Blockchain Summit, stating that the blockchain was initially a primary tool. Although it has characteristics such as openness, neutrality, and security, it is not scalable and is completely transparent, lacking privacy protection mechanisms.Subsequently, privacy transactions and scalable verification brought by zero-knowledge proofs have changed this situation and have been transformed from planning into actual EIPs, included in the Ethereum roadmap. Technologies such as fully homomorphic encryption are also beginning to be applied, and indistinguishable obfuscation may also be applied on-chain in the future. Beyond privacy, the parallel construction and proof of blocks can make extreme scalability possible, and industry thinking has shifted from digital assets to digital assets plus information, from purely on-chain to user-end, transaction memory pools, a complete pipeline on-chain, and from who can send what to who can see what.Currently, blockchain has gradually evolved from a simple ledger to a cryptography-based secure computing network. With the development of AI, providing cryptographic rules to AI for automated formal verification can significantly enhance verification efficiency, allowing the chain to carry more possibilities.

first_img Ethereum Glamsterdam upgrade passed the rehearsal, scheduled to launch Sepolia on October 6

According to CoinDesk, the Ethereum Glamsterdam upgrade has continued to confirm blocks after adopting new block construction rules this week, passing key tests and paving the way for its planned launch on the Sepolia public testnet on October 6. The Nethermind client subsequently completed performance tests involving one of the biggest changes in Glamsterdam, with all 2,302 tests passing, processing 57.07 billion gas in 3 minutes and 15 seconds, averaging about 2.9 billion gas per second.The benchmark measures the speed of the Nethermind execution software rather than the entire network, testing block-level access lists. This mechanism informs Ethereum nodes in advance about which accounts and storage data will be used in the block, allowing nodes to fetch data and check unrelated transactions simultaneously, whereas the current Ethereum mostly processes related work sequentially, limiting the amount of activity each block can accommodate. About an hour after the testnet launch, Glamsterdam raised the block gas limit from 60 million to 200 million, freeing up space for more payments, token swaps, and other activities per block.The 200 million gas limit allows Ethereum to absorb more activity before users start bidding for block space, thereby alleviating fee spikes during transaction surges or when popular tokens are launched. Larger blocks are also harder to verify, which may make it difficult for small-scale operators to keep up. Glamsterdam aims to gain additional capacity without excessively increasing chain operating costs. This upgrade also extends the block data propagation time from about 2 seconds to 9 seconds and plans to incorporate the handover and payment of block construction and verification into Ethereum's own rules, reducing reliance on external relay services.

first_img The MultiversX Supernova upgrade will decouple consensus from execution, with the mainnet expected to activate on September 10

The Supernova upgrade of MultiversX decouples consensus from execution, allowing the network to reach consensus on blocks before processing transactions. Before the upgrade, block production followed a sequential model: proposers selected transactions, executed them locally, and submitted blocks containing the results, while validators had to re-execute the same transactions before voting, making execution part of the consensus critical path. Supernova changes this order: proposers select transactions and directly propose blocks without prior execution; validators can immediately vote once they confirm the proposal complies with protocol rules, while execution occurs asynchronously in the background, with execution results typically referenced and notarized in the next block header, lagging consensus by about one block (approximately 600 milliseconds).To address the validity verification issues brought by decoupling, Supernova introduces a virtual memory pool state that tracks pending nonces, expected balance consumption, and transactions that have been proposed but whose execution results have not yet reached consensus, providing proposers with a forward-looking account view. Meanwhile, the Execution-Result Inclusion Estimator (EIE) limits the number of execution results that can be referenced in a block based on the capacity that the minimum specification node can safely handle; an automatic backpressure mechanism reduces block capacity when execution lags. Supernova has been producing 600-millisecond blocks on the testnet and devnet since August 20, with the mainnet expected to activate on September 10, 2026.

Vitalik: The current roadmap of Ethereum adds directions such as enhanced privacy, post-quantum scalability, and native Rollups

Vitalik Buterin stated that he has compared the 2023 Ethereum roadmap with the current Strawmap, and while there is still a high degree of overlap in the overall direction, some priorities and technical paths have been clearly adjusted. This includes elevating the priority of quantum security, downplaying VDF and certain EVM improvements, and replacing old designs with unified binary trees, PBT, new state types, and other solutions.He pointed out that the most significant change in the current Strawmap is the emergence of several new topics not included in the 2023 roadmap, reflecting a shift in the focus of Ethereum's development. These new focal points include: stronger native privacy support, aggressive scaling in a post-quantum context, streamlined specifications for formal verification, Blob and Gas futures, native Rollup, and a more open design space around the future form of EVM.Vitalik also emphasized that Ethereum's scaling approach is shifting from "broadly scaling all activities" to "designing more easily scalable dedicated mechanisms for specific high-load scenarios," and views STARK proofs and AI-accelerated formal verification as important foundations for the protocol's future. Overall, this update indicates that the Ethereum roadmap is evolving towards quantum security, privacy-first, censorship resistance, high performance, and more simplified protocol design.

ChainCatcher "From Cryptocurrency to Smart Economy" Roundtable: AI Agents are shifting from conversational to executable, with trust and verifiability becoming key bottlenecks for scalability

At the "Crypto 2026: From Cryptocurrency to Smart Economy" themed forum held in Hong Kong, guests including KiteAI's Asia Pacific head Laughing, Sentient's Asia Pacific head Anita, Brevis content director Nic Tang, Mentis product head Jerry, and Predict.fun's Asia Pacific BD head Ah Huang Ricardo engaged in a roundtable discussion on the theme "AI × Crypto --- The Foundation of the Next Generation Digital Economy."Regarding whether the outbreak of open-source AI Agents (such as "raising lobsters") is a short-term sentiment or a long-term trend, Laughing believes this marks a paradigm shift of AI from "conversational" to "executive," signaling the beginning of a long-term trend. However, Agents lack a physical identity, making it difficult for merchants to trust their trading behavior, and issues of data leakage and uncontrollability remain obstacles that must be overcome for scaling. Jerry pointed out, based on his own usage experience, that current Agents face security risks such as memory fuzziness, token consumption in dead loops, and accidental file deletion. Although newly emerged Agents have improvements, they still have shortcomings. Ah Huang Ricardo stated that behind the short-term sentiment is real user demand, but truly reproducible profitable trading Agents are still very rare, and there is a long way to go.Addressing core bottlenecks such as trust, security, and verifiability, Nic Tang emphasized that the current execution process of Agents is like a black box, where users cannot verify whether their decisions are executed as promised. Zero-knowledge proof technology can mathematically prove the source of an Agent's output and compliance with behavior, while not exposing privacy. Anita added that Sentient is committed to building an open and collaborative AI agent network, promoting the deep integration of AI and blockchain in identity, data, and incentive layers, providing foundational support for the next generation digital economy.Regarding the application scenarios that are likely to scale first, the guests generally believe that the programming field is relatively mature, and Agents in prediction markets perform better than humans in specific tracks due to their rationality and lack of emotions. In the short term, they are optimistic about API Marketplace and cross-platform consumer shopping Agents, while in the medium term, they are optimistic about content creation AI (such as AI influencers). Agent-to-Agent interaction and the Agent/Skill Marketplace are seen as important future trends.

Zcash core development team ZODL releases strategic roadmap: focusing on post-quantum, security scalability, and user experience

The Zcash core development team Zcash Open Development Lab (ZODL) founder Josh Swihart released the latest progress on Zcash, proposing a strategic direction centered on "post-quantum security, scalability, and user experience," and using the Artemis II lunar mission as a metaphor to emphasize achieving seemingly impossible goals through technological breakthroughs. The ZODL team stated that Zcash is entering the "Zcash IV" phase, which will build infrastructure similar to a "lunar base" to support the protocol and application security scaling to billions of users, while promoting the vision of privacy transactions without large-scale financial surveillance.On the product and technology front, ZODL continues to iterate, with its 3.3.x version now launched on iOS and Android, adding hardware wallet connection management, SDK upgrades, and multiple experience optimizations, while advancing key developments such as Keystone wallet functionality and address system upgrades (ZIP 316, UIVK/UFVK). Meanwhile, the Zcash core team has fixed multiple system issues and is advancing the development of the Zallet alpha version, while strengthening unified address standards and wallet interaction experiences, laying the groundwork for future scalability and performance improvements.In addition, ZODL disclosed that its application data continues to grow and participated in a stablecoin privacy summit to strengthen industry collaboration. However, due to upgrades in regulation and network restrictions, ZODL has temporarily removed its app from the Russian app store. The team emphasized that privacy is not an option but a fundamental need in the digital age, and will continue to accelerate delivery pace to promote the popularization of ZEC and ecological development in the future.
app_icon
ChainCatcher Building the Web3 world with innovations.