From 5bb5ddc34f7c191eb5f9b298b6e6633d61280a49 Mon Sep 17 00:00:00 2001 From: cocoyeal Date: Wed, 29 May 2024 19:56:18 +0800 Subject: [PATCH 1/2] fix_table_syntax --- 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 502cd346407da..f5531be23ffd9 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| From 48c697f6665f2d3ba4378e6f992792808e2568ed Mon Sep 17 00:00:00 2001 From: cocoyeal <150209682+cocoyeal@users.noreply.github.com> Date: Wed, 29 May 2024 20:17:22 +0800 Subject: [PATCH 2/2] Update eip-2982.md --- EIPS/eip-2982.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-2982.md b/EIPS/eip-2982.md index f5531be23ffd9..6a6d00063329d 100644 --- a/EIPS/eip-2982.md +++ b/EIPS/eip-2982.md @@ -212,7 +212,7 @@ 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|