Skip to content

Commit

Permalink
add missing template fields
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Sep 18, 2024
1 parent 392299c commit 8763444
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions ERCS/erc-7769.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
eip: 7769
title: JSON-RPC API for Account Abstraction Using the UserOperation Mempool
description: A set of JSON-RPC API methods that defines a communication between smart contract account wallets and bundlers
title: JSON-RPC API for ERC-4337
description: JSON-RPC API methods for communication between smart contract account wallets and ERC-4337 bundlers
author: Vitalik Buterin (@vbuterin), Yoav Weiss (@yoavw), Dror Tirosh (@drortirosh), Shahaf Nacson (@shahafn), Alex Forshtat (@forshtat)
discussions-to: https://ethereum-magicians.org/t/erc-7769-json-rpc-for-erc-4337-account-abstraction/21126
status: Draft
type: Standards Track
category: ERC
created:
created: 2024-08-23
requires: 4337, 7562
---

Expand Down Expand Up @@ -513,6 +513,10 @@ and accept them directly into the mempool.
}
```

## Rationale

* explicit debug functions: bundlers are required to provide a set of debug functions, so that the "bundler specification test suite" can be used to verify its adherance to the spec.

## Backwards Compatibility

This proposal defines a new JSON-RPC API standard that does not pose any backwards compatibility challenges.
Expand Down

0 comments on commit 8763444

Please sign in to comment.