Skip to content

Commit

Permalink
Update EIP-2982: fix table displaying error (#8607)
Browse files Browse the repository at this point in the history
* fix_table_syntax

* Update eip-2982.md
  • Loading branch information
cocoyeal committed Jun 19, 2024
1 parent 43fb1e0 commit 4fb310b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-2982.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 4fb310b

Please sign in to comment.