The Solidity team of the Ethereum smart contract language recently posted that the Solidity language will be split into two separate directions: Classic Solidity and Core Solidity. The current programming language of Solidity is Classic Solidity, which is in production and the compiler is very reliable, but the Solidity team still believes that the language itself is not stable, as can be seen from the 0.x version control, its latest version is 0.80.30. Classic Solidity still plans to release ma...
以太坊智能合约语言Solidity团队近日发文表示,Solidity语言将拆分为两个独立的方向:Classic Solidity和Core Solidity。目前Solidity的编程语言是Classic Solidity,其已投入生产且编译器非常可靠,但Solidity团队仍然认为该语言本身并不稳定,这从 0.x 版本控制中可以看出,其最新版本为0.80.30。Classic Solidity仍然计划定期发布重大更新。而Core Solidity是对Solidity的一次革新,其类型系统从头...
On June 4th, the Ethereum Foundation Ecosystem Support Program announced on the social platform that the sol-dbg project was funded and developed by Dimitar Bounov. SOL-DBG is a Solidity debugger developed as a TypeScript library using an experimental interpreter approach that supports any optimized EVM bytecode generated since 0.4.13 version of the Solidity compiler.
6 月 4 日消息,以太坊基金会生态系统支持团队(EF Ecosystem Support Program)在社交平台上表示 sol-dbg 项目获得资助,由 Dimitar Bounov 开发。 sol-dbg 是一个 Solidity 调试器,以 TypeScript 库的形式开发,采用实验性的解释器方法,支持任何自 Solidity 编译器版本 0.4.13 起生成的优化 EVM 字节码。
Georgios Konstantopoulos, chief technology officer of Paradigm, said in a post on the X platform that there are problems with the current state of Solidity, questioning whether it should continue to improve Solidity, move to Vyper, or develop new languages, or even consider a Rust-based RISCV runtime. In response, the co-founder of Sui expressed his curiosity about why the Paradigm CTO's views changed after long-term participation in the Solidity ecosystem and tool development, and said that he ...
Paradigm 首席技术官 Georgios Konstantopoulos 在 X 平台发文表示,Solidity 当前状态存在问题,质疑是否应继续改进 Solidity、转向 Vyper,或开发新的语言,甚至考虑基于 Rust 的 RISCV 运行时。 对此,Sui 联合创始人回应表示,好奇 Paradigm CTO 在长期参与 Solidity 生态与工具开发后,观点为何发生转变,并表示自己自 2018 年以来就认为 Solidity 与 EVM 存在问题,但近期并未看到改变观点的新事...
Vlayer, a crypto startup developing Solidity 2.0, completed a $10 million pre-seed round, with participation from a16z Crypto Startup Accelerator (CSX), Credo Ventures, and BlockTower Capital. According to the introduction, Vlayer is a crypto startup that develops verifiable data infrastructure, called Solidity 2.0. Its goal is to enable developers to verify and integrate real-world data in Ethereum smart contracts.
开发 Solidity 2.0 的加密初创公司 Vlayer 完成 1000 万美元 pre-seed 轮融资,a16z Crypto Startup Accelerator (CSX)、Credo Ventures、BlockTower Capital 等参投。 据介绍,Vlayer 是一家开发可验证数据基础设施的加密初创公司,称其为Solidity 2.0。其目标是使开发者能够在以太坊智能合约中验证和集成现实世界的数据。
On September 5th, the Ethereum programming language Solidity launched 0.8.22 version of the Solidity compiler. The latest version of the compiler will support custom errors required by traditional pipelines, optimize the cache of IR, speed up compilation through IR, and fix multiple bugs.