Skip to content

Commit

Permalink
make cspell happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jochem-brouwer committed Oct 31, 2024
1 parent adff539 commit 46ec57d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/cspell-ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
}
],
"words": [
"EEST",
"paulmillr",
"t8ntool",
"!Json",
Expand Down
4 changes: 2 additions & 2 deletions packages/block/src/header/header.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ export class BlockHeader {
blobGasUsed: this.common.isActivatedEIP(4844) ? BIGINT_0 : undefined,
excessBlobGas: this.common.isActivatedEIP(4844) ? BIGINT_0 : undefined,
parentBeaconBlockRoot: this.common.isActivatedEIP(4788) ? new Uint8Array(32) : undefined,
// TODO: not sure what the default should be here becuase it would depends on activated EIPs
// as even empty requests will produce data to sha hash
// Note: as of devnet-4 we stub the null SHA256 hash, but for devnet5 this will actually
// be the correct hash for empty requests.
requestsHash: this.common.isActivatedEIP(7685) ? SHA256_NULL : undefined,
}

Expand Down

0 comments on commit 46ec57d

Please sign in to comment.