From 4fb310b2673b996001f87fea3fc0f3fd3906314a Mon Sep 17 00:00:00 2001 From: cocoyeal <150209682+cocoyeal@users.noreply.github.com> Date: Thu, 20 Jun 2024 01:43:51 +0800 Subject: [PATCH] Update EIP-2982: fix table displaying error (#8607) * fix_table_syntax * Update eip-2982.md --- EIPS/eip-2982.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-2982.md b/EIPS/eip-2982.md index 502cd346407dab..6a6d00063329d7 100644 --- a/EIPS/eip-2982.md +++ b/EIPS/eip-2982.md @@ -212,8 +212,8 @@ Censorship of transactions can potentially be detected by clients in a consensus Here is the current expected security properties expressed in a table: -|| Network delay <3s |Network delay 3s - 6 min|Network delay > 6 min| -|---|---|---|---|---| +| | Network delay <3s |Network delay 3s - 6 min|Network delay > 6 min| +|---|---|---|---| |>2/3 validators honest|Perfect operation|Imperfect but acceptable operation. No rigorous proof of liveness, but liveness expected in practice.|Likely intermittent liveness failures, no safety failures| |>2/3 validators rational, <1/3 coordinated|Perfect operation|Imperfect but acceptable operation, heightened centralization risk|Likely intermittent liveness failures, no safety failures, very high centralization risk| |51% attacker|Can revert finality or censor, but at high cost; cannot force through invalid or unavailable chains|Can revert finality or censor, but at high cost; cannot force through invalid or unavailable chains|Can revert finality or censor; cannot force through invalid or unavailable chains|