Skip to content

Commit

Permalink
engine: Add getBlobsV1 method (#2)
Browse files Browse the repository at this point in the history
* Fix spell check

* Fix typo and formatting
  • Loading branch information
jimmygchen authored Jun 28, 2024
1 parent eeae69c commit 747d111
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/engine/openrpc/methods/blob.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/engine/openrpc/schemas/blob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ BlobAndProofV1:
properties:
blob:
title: Blob
$ref: '#/components/schema/bytes'
$ref: '#/components/schemas/bytes'
proof:
title: proof
$ref: '#/components/schemas/bytes48'
Expand Down
2 changes: 2 additions & 0 deletions wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ethereum
ethereumjs
erigon
getclientversionv
getblobsv
interop
json
mempool
Expand Down Expand Up @@ -50,6 +51,7 @@ ipc
cli
blobsbundlev
getblobsbundlev
blobandproofv
ssz
kzg
besu
Expand Down

0 comments on commit 747d111

Please sign in to comment.