Skip to content

Commit 7be7e94

Browse files
authored
Merge branch 'master' into erc-7891-update
2 parents e7ceecf + fe4afae commit 7be7e94

File tree

8 files changed

+395
-249
lines changed

8 files changed

+395
-249
lines changed

Diff for: ERCS/erc-3668.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In step 3, the client calls the original contract, supplying the `response` from
5050
│ somefunc(...) │ │
5151
├─────────────────────────────────────────────────►│ │
5252
│ │ │
53-
│ revert OffchainData(sender, urls, callData, │ │
53+
│ revert OffchainLookup(sender, urls, callData, │ │
5454
│ callbackFunction, extraData) │ │
5555
│◄─────────────────────────────────────────────────┤ │
5656
│ │ │

Diff for: ERCS/erc-4337.md

+199-191
Large diffs are not rendered by default.

Diff for: ERCS/erc-7562.md

+48-53
Large diffs are not rendered by default.

Diff for: ERCS/erc-7754.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requires: 1193
1616
Introduces a new RPC method to be implemented by wallets, `wallet_signedRequest`, that
1717
enables dapps to interact with wallets in a tamperproof manner via "signed requests". The
1818
dapp associates a public key with its DNS record and uses the corresponding private key to
19-
sign payloads sent to the wallet via `wallet_signedRequest`. Wallets can then use use the
19+
sign payloads sent to the wallet via `wallet_signedRequest`. Wallets can then use the
2020
public key in the DNS record to validate the integrity of the payload.
2121

2222
## Motivation
@@ -199,7 +199,7 @@ async function signedRequest(
199199
break;
200200
}
201201

202-
// 3. Parse the manifest and get they key and algo based on `keyId`
202+
// 3. Parse the manifest and get the key and algo based on `keyId`
203203
const manifestReq = await fetch(manifestPath);
204204
const manifest = await manifestReq.json();
205205
const keyData = manifest.publicKeys.filter((x) => x.id == keyId);

Diff for: assets/erc-4337/bundle-build-full-seq.svg

+1
Loading

0 commit comments

Comments
 (0)