|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Vitalik Buterin과 그의 팀은 Ethereum의 미래를 위해 열심히 노력하고 있습니다. 현재 로드맵은 6단계로 구성되어 있습니다. 우리는 이미 세 부분을 다루었습니다.
Vitalik Buterin and his team are working hard on the future of Ethereum. The current roadmap consists of six steps. We already covered three parts, so it’s time for part four, The Verge.
Vitalik Buterin과 그의 팀은 Ethereum의 미래를 위해 열심히 노력하고 있습니다. 현재 로드맵은 6단계로 구성되어 있습니다. 우리는 이미 세 부분을 다루었으므로 이제 네 번째 부분인 The Verge를 살펴볼 시간입니다.
This upgrade should make it easier to verify blocks. Buterin also publishes a log and technical articles on these six steps. We simplify his articles in our articles, which should make them easier to understand. As a result, today we take a closer look at The Verge.
이 업그레이드를 통해 블록을 더 쉽게 확인할 수 있습니다. Buterin은 또한 이 6단계에 대한 로그와 기술 기사를 게시합니다. 우리 기사에서는 그의 기사를 단순화하여 더 쉽게 이해할 수 있도록 하겠습니다. 결과적으로 오늘은 The Verge에 대해 자세히 살펴보겠습니다.
What Is The Verge?
직전이란 무엇입니까?
The Verge will make it easier to run a node from your laptop, mobile phone, or even your smartwatch. This asks for affordable computation. That’s exactly what Ethereum wants to bring to the table with this upgrade. See the picture below for the roadmap of The Verge.
The Verge를 사용하면 노트북, 휴대폰, 심지어 스마트워치에서도 노드를 더 쉽게 실행할 수 있습니다. 이는 저렴한 계산을 요구합니다. 이것이 바로 이더리움이 이번 업그레이드를 통해 제공하고자 하는 것입니다. The Verge의 로드맵은 아래 그림을 참조하세요.
Source: Vitalik Buterin’s article on The Verge
출처: Vitalik Buterin의 The Verge 기사
In the long term, you should be able to verify the full chain on your smartwatch. You only need to download some data and verify a SNARK. That’s a Zero-Knowledge Succinct Non-Interactive Argument of Knowledge. In other words, ZK tech. ZK tech allows you to prove a transaction, without showing its data.
장기적으로는 스마트워치에서 전체 체인을 확인할 수 있어야 합니다. 일부 데이터를 다운로드하고 SNARK를 확인하기만 하면 됩니다. 그것은 지식이 없는 간결하고 비대화형 지식 논증입니다. 즉 ZK테크입니다. ZK 기술을 사용하면 데이터를 표시하지 않고도 거래를 증명할 수 있습니다.
Stateless Verification, Verkle Trees, or STARKs?
무상태 검증, Verkle Tree 또는 STARK?
Currently, when you want to verify blocks, you need a lot of storage. Each consecutive year, you will need more storage. In other words, it’s hard to run your node and be an Ethereum validator. This has to do with state size. In crypto, ‘state’ refers to the current status of the chain’s digital ledger and its VM (virtual machine).
현재 블록을 검증하려면 많은 스토리지가 필요합니다. 매년 계속해서 더 많은 저장 공간이 필요하게 됩니다. 즉, 노드를 실행하고 이더리움 검증자가 되는 것이 어렵습니다. 이는 상태 크기와 관련이 있습니다. 암호화폐에서 '상태'는 체인의 디지털 원장과 해당 VM(가상 머신)의 현재 상태를 나타냅니다.
The goal is to replace the current Merkle Patricia state tree (MPT), because the current MPT is *very* unfriendly to stateless clients: a worst-case stateless proof for an Ethereum block is ~300 MB (think: spam reads on 24kB contracts), and even the average case sucks because the…
목표는 현재 MPT(Merkle Patricia 상태 트리)를 대체하는 것입니다. 현재 MPT는 상태 비저장 클라이언트에 *매우* 비우호적이기 때문입니다. 이더리움 블록에 대한 최악의 상태 비저장 증명은 ~300MB입니다(생각: 24kB 계약에서 스팸 읽기) ) 그리고 심지어 일반적인 경우도 형편없습니다. 왜냐하면…
— vitalik.eth (@VitalikButerin) July 28, 2024
— Vitalik.eth(@VitalikButerin) 2024년 7월 28일
Ethereum uses Merkle trees at the moment. They produce proofs for data points. However, they also need too much storage. Currently, there are two better options available,
이더리움은 현재 Merkle 트리를 사용하고 있습니다. 그들은 데이터 포인트에 대한 증거를 생성합니다. 그러나 너무 많은 저장 공간이 필요합니다. 현재 두 가지 더 나은 옵션을 사용할 수 있습니다.
Buterein and his team will soon decide which route they will go. See the picture below.
Buterein과 그의 팀은 곧 어떤 경로로 갈지 결정할 것입니다. 아래 그림을 참조하세요.
Validity Proofs of EVM Execution
EVM 실행의 유효성 증명
Ethereum has a long-term goal for block validation. Ideally, you only need to download a small part of the whole block. This results in only needing a small proof to verify a block. This would need a SNARK or STARK solution. They would provide proof of the consensus layer and (ii) the execution layer. So, the PoS proof and the EVM proof.
이더리움은 블록 검증에 대한 장기적인 목표를 가지고 있습니다. 이상적으로는 전체 블록의 작은 부분만 다운로드하면 됩니다. 이로 인해 블록을 확인하는 데 작은 증거만 필요합니다. 이를 위해서는 SNARK 또는 STARK 솔루션이 필요합니다. 이는 합의 계층과 (ii) 실행 계층에 대한 증거를 제공합니다. PoS 증명과 EVM 증명입니다.
Currently, validity proofs are not yet secure and take time. However, the goal is to have a prover time of sub 4 seconds. Today it takes around 15 seconds, with current technology available. Increasing prover time has security and decentralization trade-offs. That’s part of the issue that the team is trying to solve.
현재 유효성 증명은 아직 안전하지 않으며 시간이 걸립니다. 그러나 목표는 4초 미만의 증명 시간을 갖는 것입니다. 현재는 현재 기술을 사용하면 약 15초가 소요됩니다. 증명자 시간이 늘어나면 보안과 분산화 상충관계가 발생합니다. 이는 팀이 해결하려고 하는 문제의 일부입니다.
If we can find a way to automatically convert older-version EVM code into newer-version EVM code, that would of course significantly reduce the tradeoff.
이전 버전의 EVM 코드를 최신 버전의 EVM 코드로 자동 변환하는 방법을 찾을 수 있다면 당연히 트레이드오프가 크게 줄어들 것입니다.
— vitalik.eth (@VitalikButerin) December 12, 2022
— Vitalik.eth(@VitalikButerin) 2022년 12월 12일
Validity Proofs of Consensus
합의의 타당성 증명
Besides the EVM proof, there’s also the need to prove consensus when using a SNARK. However, there are many challenges in this process. It asks for a complete redesign of the beacon chain. This chain launched during the transition from PoW to PoS. You can also call it the heart of the Ethereum chain.
EVM 증명 외에도 SNARK를 사용할 때는 합의를 증명해야 합니다. 그러나 이 과정에는 많은 어려움이 따릅니다. 이는 비콘 체인의 완전한 재설계를 요구합니다. 이 체인은 PoW에서 PoS로 전환하는 동안 출시되었습니다. 이더리움 체인의 심장이라고도 할 수 있습니다.
Buterin sees this as a multi-year plan before the devs can install it. For more technical information and updates, please visit Buterin’s article.
Buterin은 이것을 개발자가 설치하기 전에 다년간의 계획으로 보고 있습니다. 더 많은 기술 정보 및 업데이트를 보려면 Buterin의 기사를 방문하세요.
Conclusion
결론
The Future of Ethereum is an ongoing project. It follows a six-step roadmap. We already covered three parts of this roadmap. The Merge, The Surge, and The Scourge. Today we covered step four, The Verge.
Ethereum의 미래는 진행중인 프로젝트입니다. 이는 6단계 로드맵을 따릅니다. 우리는 이미 이 로드맵의 세 부분을 다루었습니다. 머지(Merge), 서지(Surge), 스컬지(Scourge). 오늘 우리는 4단계인 The Verge를 다루었습니다.
Disclaimer
부인 성명
The information discussed by Altcoin Buzz is not financial advice. This is for educational, entertainment and informational purposes only. Any
Altcoin Buzz에서 논의한 정보는 재정적 조언이 아닙니다. 이는 교육, 오락 및 정보 제공 목적으로만 사용됩니다. 어느
부인 성명:info@kdj.com
제공된 정보는 거래 조언이 아닙니다. kdj.com은 이 기사에 제공된 정보를 기반으로 이루어진 투자에 대해 어떠한 책임도 지지 않습니다. 암호화폐는 변동성이 매우 높으므로 철저한 조사 후 신중하게 투자하는 것이 좋습니다!
본 웹사이트에 사용된 내용이 귀하의 저작권을 침해한다고 판단되는 경우, 즉시 당사(info@kdj.com)로 연락주시면 즉시 삭제하도록 하겠습니다.