|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Vitalik Buterin と彼のチームは、イーサリアムの将来に向けて熱心に取り組んでいます。現在のロードマップは 6 つのステップで構成されています。すでに 3 つの部分について説明しました

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 と彼のチームは、イーサリアムの将来に向けて熱心に取り組んでいます。現在のロードマップは 6 つのステップで構成されています。すでに 3 つのパートを説明しましたので、パート 4「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
出典: The Verge の Vitalik Buterin の記事
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 tech を使用すると、データを表示せずにトランザクションを証明できます。
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) を置き換えることです。現在の MPT はステートレス クライアントに対して「非常に」不親切であるためです。イーサリアム ブロックのステートレス証明のワーストケースは約 300 MB です (スパムは 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,
イーサリアムは現時点ではマークルツリーを使用しています。彼らはデータポイントの証拠を作成します。ただし、必要なストレージも多すぎます。現時点では、より良いオプションが 2 つあります。
Buterein and his team will soon decide which route they will go. See the picture below.
ブテレイン氏と彼のチームは、どのルートに進むかを間もなく決定する予定だ。下の写真をご覧ください。
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.
イーサリアムの将来は進行中のプロジェクトです。これは 6 段階のロードマップに従います。このロードマップの 3 つの部分についてはすでに説明しました。マージ、サージ、そしてスカージ。今日はステップ 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) までご連絡ください。速やかに削除させていただきます。

































