![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
수년 동안 Ethereum은 복잡성을 향한 끊임없는 경쟁에 참여해 왔으며 기능과 기술 계층을 곱했습니다. 그러나 오늘날, Vitalik Buterin, 비전
In a surprising turn of events, Vitalik Buterin, co-founder of Ethereum, is calling for a return to simplicity in the protocol. At a time when Ethereum aims to become the primary layer 1 for layer 2 solutions and the digital assets of the future, Buterin's words carry significant weight.
놀라운 행사의 전환으로 Ethereum의 공동 창립자 인 Vitalik Buterin 은이 프로토콜의 단순성으로의 복귀를 요구하고 있습니다. 이더 리움이 계층 2 솔루션과 미래의 디지털 자산의 1 차 계층 1이되는시기에 Buterin의 단어는 상당한 무게를 지니고 있습니다.
Buterin's goal is to make the protocol "readable by a smart high school student." To achieve this, he envisions limiting critical code to the essentials, rendering it almost as light as Bitcoin's.
Buterin의 목표는 프로토콜을 "현명한 고등학생이 읽을 수있게하는 것"입니다. 이를 달성하기 위해 그는 중요한 코드를 필수 요소로 제한하여 비트 코인만큼 가볍게 렌더링합니다.
One of the keys to this simplification is the 3-slot finality consensus. This model, described by Buterin himself, would eliminate complicated components like epochs, synchronization committees, and validator shuffling. As a result, we would have a simpler, more readable, and faster consensus than the current Gasper protocol.
이 단순화의 열쇠 중 하나는 3 슬롯 최종 합의입니다. Buterin 자신이 설명한이 모델은 Epochs, Synchronization Committees 및 Validator Shuffling과 같은 복잡한 구성 요소를 제거합니다. 결과적으로, 우리는 현재 Gasper 프로토콜보다 단순하고 읽기 쉽고 빠른 합의를 가질 것입니다.
Buterin highlights that "a basic implementation of 3-slot finality fits in 200 lines of code." In contrast, the critical part of the Gasper code is around 3,000 lines, and it's still incomplete. Fewer lines of code mean fewer bugs, broader developer involvement, and a reduction in technical elitism.
Buterin은 "3 슬롯 최종의 기본 구현은 200 줄의 코드에 적합하다"고 강조합니다. 대조적으로, Gasper 코드의 중요한 부분은 약 3,000 줄이며 여전히 불완전합니다. 코드 라인이 적 으면 버그가 적고, 더 넓은 개발자 참여 및 기술 엘리트주의 감소를 의미합니다.
As Sassal.eth adds, a simplified L1 also makes solo staking more accessible. In a rapidly changing technological landscape, it's crucial to keep up with the latest developments.
sassal.eth가 덧붙여 단순화 된 L1은 솔로 스테이 킹을보다 접근 할 수있게합니다. 빠르게 변화하는 기술 환경에서는 최신 개발을 따라가는 것이 중요합니다.
Buterin also proposes replacing the Ethereum Virtual Machine (EVM) with RISC-V, a simple and standardized virtual machine, for even faster execution. The transition would be gentle; an on-chain EVM interpreter would enable coexistence with the old contracts.
Buterin은 또한 EVM (Ethereum Virtual Machine)을 간단하고 표준화 된 가상 머신 인 RISC-V로 대체하여 더 빠른 실행을 제안합니다. 전환은 온화 할 것입니다. On-Chain EVM 통역사는 이전 계약과 공존 할 수 있습니다.
Buterin details the technical complexities of the current EVM, which is 256-bit architecture, has useless opcodes, and requires costly maintenance. In contrast, RISC-V is a 32-bit or 64-bit machine, used in the majority of CPUs and GPUs. It's an open-source standard, already adopted by large companies like Marvell and SiFive.
Buterin은 256 비트 아키텍처 인 현재 EVM의 기술적 복잡성에 대해 자세히 설명하며 쓸모없는 opcode가 있으며 비용이 많이 드는 유지 보수가 필요합니다. 대조적으로, RISC-V는 대부분의 CPU 및 GPU에 사용되는 32 비트 또는 64 비트 기계입니다. Marvell 및 Sifive와 같은 대기업에서 이미 채택한 오픈 소스 표준입니다.
This transition could offer performance gains estimated at x100 for zero-knowledge proofs (ZK), according to Buterin, who adds that it would reduce the need to maintain complex precompilations.
Buterin에 따르면이 전환은 제로 지식 증명 (ZK)에 대해 X100에서 추정 된 성능 이득을 제공 할 수 있다고 Buterin은 복잡한 사전 컴파일을 유지해야 할 필요성을 줄일 것이라고 덧붙였다.
Moreover, Buterin envisions a single standard for all Ethereum. Currently, the blockchain uses multiple serialization formats (RLP, Benet, cbor) and Merkle tree structures (hashmap, sparse, verkle) for storage, transmission, and execution.
또한 Buterin은 모든 이더 리움에 대한 단일 표준을 구상합니다. 현재 블록 체인은 스토리지, 변속기 및 실행에 여러 직렬화 형식 (RLP, Benet, CBOR) 및 Merkle Tree Structures (Hashmap, Sparse, Verkle)를 사용합니다.
Buterin proposes unifying these elements around SSZ (Simple Serialization Zoom) for all three functions. He also suggests adopting a single error-correcting code, like BCH (Bose, Chadou, and Hashing), for all critical parts of the system: Drive (DAS), P2P, and storage. This would minimize code duplication, maximize verifiability, and improve the overall system's readability.
Buterin은 세 가지 함수 모두에 대해 SSZ (Simple Serialization Zoom) 주변의 이러한 요소를 통일 할 것을 제안합니다. 또한 시스템의 모든 중요한 부분 인 드라이브 (DAS), P2P 및 스토리지에 대해 BCH (Bose, Chadou 및 Hashing)와 같은 단일 오류 수정 코드를 채택 할 것을 제안합니다. 이는 코드 복제를 최소화하고 검증 가능성을 최대화하며 전체 시스템의 가독성을 향상시킵니다.
As Sassal.eth points out, this unification is crucial because we want tokens to be natively deployed on L1 and assets to be issued on standard modules.
Sassal.eth가 지적한 것처럼,이 통일은 우리가 표준 모듈에 L1에 기본적으로 토큰을 배치하고 자산을 발행하기를 원하기 때문에 중요합니다.
Buterin summarizes this vision by stating that the goal is to move as much complexity as possible out of the consensus and keep only the critical part, which could be limited to a single file.
Buterin은 목표는 가능한 한 합의에서 가능한 한 복잡성을 유지하고 중요한 부분 만 유지하는 것이 단일 파일로 제한 될 수 있다고 말 함으로써이 비전을 요약합니다.
In essence, Buterin's vision is to return Ethereum to its core strength: a simple and stable layer 1, forming a clear base for a broader ecosystem of layer 2 solutions and advanced technologies like RISC-V and ZK. At a time when Ethereum wishes to remain the reference layer 1 for layer 2 solutions and the digital assets of the future, Buterin's words are a paradigm shift.
본질적으로, Buterin의 비전은 Ethereum의 핵심 강도로 반환하는 것입니다. 단순하고 안정적인 계층 1으로, RISC-V 및 ZK와 같은 계층 2 솔루션 및 고급 기술의 광범위한 생태계를위한 명확한 기반을 형성합니다. 이더 리움이 계층 2 솔루션과 미래의 디지털 자산에 대한 참조 계층 1을 유지하기를 원하는시기에, Buterin의 말은 패러다임 전환입니다.
부인 성명:info@kdj.com
제공된 정보는 거래 조언이 아닙니다. kdj.com은 이 기사에 제공된 정보를 기반으로 이루어진 투자에 대해 어떠한 책임도 지지 않습니다. 암호화폐는 변동성이 매우 높으므로 철저한 조사 후 신중하게 투자하는 것이 좋습니다!
본 웹사이트에 사용된 내용이 귀하의 저작권을 침해한다고 판단되는 경우, 즉시 당사(info@kdj.com)로 연락주시면 즉시 삭제하도록 하겠습니다.
-
-
- 비트 코인 (BTC)
- 2025-05-05 00:20:12
- Bitcoin은 4 월부터 5 월 첫 이틀 동안 4% 이상 증가하여 97,000 달러 이상의 급증으로 4 월부터 강세를 유지합니다.
-
-
-
-
- Ripple은 여전히 그 자체로 주목을받는 방법을 알고 있습니다
- 2025-05-05 00:10:12
- 우리의 뉴스가 어떻게 만들어 졌는지
-
-
-
- NEO 설립자 Da Hongfei는 크로스 플랫폼 AMA를 주최했습니다
- 2025-05-05 00:01:02
- 입력 : NEO 설립자 인 Da Hongfei