ブロック再編成 (Reorgs)

High-quality technical overview of Block Reorgs in the context of blockchain security.

ブロック再編成は、コンセンサスの基本的な側面です。非同期ネットワークでは、レイテンシや同時ブロック生成によって一時的なフォークが発生する可能性があります。

        graph LR
  Center["ブロック再編成 (Reorgs)"]:::main
  Rel_double_spending["double-spending"]:::related -.-> Center
  click Rel_double_spending "/terms/double-spending"
  Rel_51_percent_attack["51-percent-attack"]:::related -.-> Center
  click Rel_51_percent_attack "/terms/51-percent-attack"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 5歳でもわかるように説明

2つのグループが同じ歴史の本を書いていると想像してください。突然、一方のグループは、もう一方のグループの方が多く書いていて、支持者も多いことに気づきます。彼らは自分たちの分を捨てて、相手のバージョンをコピーし始めます。

🤓 Expert Deep Dive

イーサリアムのGasperコンセンサスにおける深い再編成には、アテステーション(認証)とブロック提案の間の相互作用が含まれます。

📚 出典