Skip to content

Commit

Permalink
Merge pull request #19 from defihook/defihook-patch-3
Browse files Browse the repository at this point in the history
Update erc-4337.md
  • Loading branch information
defihook authored Oct 7, 2024
2 parents 2903ecd + 7205392 commit f34ad15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erc/ERCS/erc-4337.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requires: 7562

## Abstract

An account abstraction proposal which completely avoids the need for consensus-layer protocol changes. Instead of adding new protocol features and changing the bottom-layer transaction type, this proposal instead introduces a higher-layer pseudo-transaction object called a `UserOperation`. Users send `UserOperation` objects into a separate mempool. A special class of actor called bundlers package up a set of these objects into a transaction making a `handleOps` call to a special contract, and that transaction then gets included in a block.
An account abstraction proposal which avoids the need for consensus-layer protocol changes. Instead of adding new protocol features and changing the bottom-layer transaction type, this proposal instead introduces a higher-layer pseudo-transaction object called a `UserOperation`. Users send `UserOperation` objects into a separate mempool. A special class of actor called bundlers package up a set of these objects into a transaction making a `handleOps` call to a special contract, and that transaction then gets included in a block.

## Motivation

Expand Down

0 comments on commit f34ad15

Please sign in to comment.