Skip to content

Commit

Permalink
fix more references to link to [ERC-7746](./eip-7746.md)
Browse files Browse the repository at this point in the history
  • Loading branch information
peersky committed Sep 10, 2024
1 parent aab5ac9 commit 280248d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ERCS/erc-4337.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,11 @@ During the verification loop, the `handleOps` execution must check that the paym

is called with a `missingAccountFunds` of 0 to reflect that the account's deposit is not used for payment for this userOp.

Regardless if the paymaster's beforeCall returns a "context", a `handleOps` must call `afterCall` on the paymaster after making the main execution call with supplying "context" in accordance with ERC-7746.
Regardless if the paymaster's beforeCall returns a "context", a `handleOps` must call `afterCall` on the paymaster after making the main execution call with supplying "context" in accordance with[ERC-7746](./eip-7746.md).

Maliciously crafted paymasters _can_ DoS the system. To prevent this, we use a reputation system. paymaster must either limit its storage usage, or have a stake. see the [reputation, throttling and banning section](#reputation-scoring-and-throttlingbanning-for-global-entities) for details.

The paymaster interface MUST implement ERC-7746
The paymaster interface MUST implement[ERC-7746](./eip-7746.md)
```
The EntryPoint must implement the following API to let entities like paymasters have a stake, and thus have more flexibility in their storage access (see [reputation, throttling and banning section](#reputation-scoring-and-throttlingbanning-for-global-entities) for details.)
Expand Down

0 comments on commit 280248d

Please sign in to comment.