Skip to content

Commit

Permalink
Merge branch 'master' into erc-7891-update
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin312 authored Feb 27, 2025
2 parents e7ceecf + fe4afae commit 7be7e94
Show file tree
Hide file tree
Showing 8 changed files with 395 additions and 249 deletions.
2 changes: 1 addition & 1 deletion ERCS/erc-3668.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ In step 3, the client calls the original contract, supplying the `response` from
│ somefunc(...) │ │
├─────────────────────────────────────────────────►│ │
│ │ │
│ revert OffchainData(sender, urls, callData, │ │
│ revert OffchainLookup(sender, urls, callData, │ │
│ callbackFunction, extraData) │ │
│◄─────────────────────────────────────────────────┤ │
│ │ │
Expand Down
390 changes: 199 additions & 191 deletions ERCS/erc-4337.md

Large diffs are not rendered by default.

101 changes: 48 additions & 53 deletions ERCS/erc-7562.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions ERCS/erc-7754.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requires: 1193
Introduces a new RPC method to be implemented by wallets, `wallet_signedRequest`, that
enables dapps to interact with wallets in a tamperproof manner via "signed requests". The
dapp associates a public key with its DNS record and uses the corresponding private key to
sign payloads sent to the wallet via `wallet_signedRequest`. Wallets can then use use the
sign payloads sent to the wallet via `wallet_signedRequest`. Wallets can then use the
public key in the DNS record to validate the integrity of the payload.

## Motivation
Expand Down Expand Up @@ -199,7 +199,7 @@ async function signedRequest(
break;
}

// 3. Parse the manifest and get they key and algo based on `keyId`
// 3. Parse the manifest and get the key and algo based on `keyId`
const manifestReq = await fetch(manifestPath);
const manifest = await manifestReq.json();
const keyData = manifest.publicKeys.filter((x) => x.id == keyId);
Expand Down
1 change: 1 addition & 0 deletions assets/erc-4337/bundle-build-full-seq.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7be7e94

Please sign in to comment.