From 9f773931fa60d3ee6e86dacafc575b16a9e726cd Mon Sep 17 00:00:00 2001 From: Dror Tirosh Date: Wed, 22 May 2024 12:56:54 +0300 Subject: [PATCH] erc-7562.md - define "accountable" --- ERCS/erc-7562.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ERCS/erc-7562.md b/ERCS/erc-7562.md index dc5ae9c046..e169e3af2c 100644 --- a/ERCS/erc-7562.md +++ b/ERCS/erc-7562.md @@ -246,6 +246,11 @@ The following reputation rules apply for all staked entities, and for unstaked p ### Entity-specific Rules +definition: + **accountable**:an entity that will be banned if the UserOperation revert when creating a bundle (GREP-040) + (opsSeen/opsIncluded cover failures that cause 2nd validation to fail, and over time, + will get banned) + * **[EREP-010]** For each `paymaster`, the mempool must maintain the total gas `UserOperations` using this `paymaster` may consume. * Do not add a `UserOperation` to the mempool if the maximum total gas cost, including the new `UserOperation`, is above the deposit of the `paymaster` at the current gas price. * **[EREP-011]** REMOVED