Skip to content

Add micro-eth-signer/kzg #443

Add micro-eth-signer/kzg

Add micro-eth-signer/kzg #443

Triggered via pull request September 19, 2024 18:26
Status Failure
Total duration 6h 2m 15s
Artifacts

build.yml

on: pull_request
Matrix: vm-pr / vm-blockchain-extended
Matrix: vm-pr / vm-blockchain
Matrix: vm-pr / vm-state-extended
Matrix: vm-pr / vm-state
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 18 warnings
typecheck / typecheck
Type '{ loadTrustedSetup: (trustedSetup?: TrustedSetup | undefined) => number; freeTrustedSetup: () => void; blobToKZGCommitment: (blob: string) => string; computeBlobKZGProof: (blob: string, commitment: string) => string; verifyBlobKZGProofBatch: (blobs: string[], commitments: string[], proofs: string[]) => boolean; veri...' is missing the following properties from type 'KZG': blobToKzgCommitment, computeBlobProof, verifyProof, verifyBlobProofBatch
typecheck / typecheck
Type '{ loadTrustedSetup: (trustedSetup?: TrustedSetup | undefined) => number; freeTrustedSetup: () => void; blobToKZGCommitment: (blob: string) => string; computeBlobKZGProof: (blob: string, commitment: string) => string; verifyBlobKZGProofBatch: (blobs: string[], commitments: string[], proofs: string[]) => boolean; veri...' is not assignable to type 'KZG'.
typecheck / typecheck
Argument of type '{ loadTrustedSetup: (trustedSetup?: TrustedSetup | undefined) => number; freeTrustedSetup: () => void; blobToKZGCommitment: (blob: string) => string; computeBlobKZGProof: (blob: string, commitment: string) => string; verifyBlobKZGProofBatch: (blobs: string[], commitments: string[], proofs: string[]) => boolean; veri...' is not assignable to parameter of type 'KZG'.
typecheck / typecheck
Argument of type '{ loadTrustedSetup: (trustedSetup?: TrustedSetup | undefined) => number; freeTrustedSetup: () => void; blobToKZGCommitment: (blob: string) => string; computeBlobKZGProof: (blob: string, commitment: string) => string; verifyBlobKZGProofBatch: (blobs: string[], commitments: string[], proofs: string[]) => boolean; veri...' is not assignable to parameter of type 'KZG'.
typecheck / typecheck
Type '{ loadTrustedSetup: (trustedSetup?: TrustedSetup | undefined) => number; freeTrustedSetup: () => void; blobToKZGCommitment: (blob: string) => string; computeBlobKZGProof: (blob: string, commitment: string) => string; verifyBlobKZGProofBatch: (blobs: string[], commitments: string[], proofs: string[]) => boolean; veri...' is not assignable to type 'KZG'.
typecheck / typecheck
Argument of type '{ loadTrustedSetup: (trustedSetup?: TrustedSetup | undefined) => number; freeTrustedSetup: () => void; blobToKZGCommitment: (blob: string) => string; computeBlobKZGProof: (blob: string, commitment: string) => string; verifyBlobKZGProofBatch: (blobs: string[], commitments: string[], proofs: string[]) => boolean; veri...' is not assignable to parameter of type 'KZG'.
typecheck / typecheck
Argument of type '{ loadTrustedSetup: (trustedSetup?: TrustedSetup | undefined) => number; freeTrustedSetup: () => void; blobToKZGCommitment: (blob: string) => string; computeBlobKZGProof: (blob: string, commitment: string) => string; verifyBlobKZGProofBatch: (blobs: string[], commitments: string[], proofs: string[]) => boolean; veri...' is not assignable to parameter of type 'KZG'.
typecheck / typecheck
Type '{ loadTrustedSetup: (trustedSetup?: TrustedSetup | undefined) => number; freeTrustedSetup: () => void; blobToKZGCommitment: (blob: string) => string; computeBlobKZGProof: (blob: string, commitment: string) => string; verifyBlobKZGProofBatch: (blobs: string[], commitments: string[], proofs: string[]) => boolean; veri...' is not assignable to type 'KZG'.
typecheck / typecheck
Type '{ loadTrustedSetup: (trustedSetup?: TrustedSetup | undefined) => number; freeTrustedSetup: () => void; blobToKZGCommitment: (blob: string) => string; computeBlobKZGProof: (blob: string, commitment: string) => string; verifyBlobKZGProofBatch: (blobs: string[], commitments: string[], proofs: string[]) => boolean; veri...' is not assignable to type 'KZG'.
typecheck / typecheck
Type '{ loadTrustedSetup: (trustedSetup?: TrustedSetup | undefined) => number; freeTrustedSetup: () => void; blobToKZGCommitment: (blob: string) => string; computeBlobKZGProof: (blob: string, commitment: string) => string; verifyBlobKZGProofBatch: (blobs: string[], commitments: string[], proofs: string[]) => boolean; veri...' is not assignable to type 'KZG'.
client / test client docker file
Process completed with exit code 1.
test/miner/pendingBlock.spec.ts > [PendingBlock] > construct blob bundles: packages/client/test/miner/pendingBlock.spec.ts#L357
TypeError: kzg.blobToKzgCommitment is not a function ❯ Module.blobsToCommitments ../util/src/blobs.ts:63:26 ❯ test/miner/pendingBlock.spec.ts:357:25
test/miner/pendingBlock.spec.ts > [PendingBlock] > should exclude missingBlobTx: packages/client/test/miner/pendingBlock.spec.ts#L436
TypeError: kzg.blobToKzgCommitment is not a function ❯ Module.blobsToCommitments ../util/src/blobs.ts:63:26 ❯ test/miner/pendingBlock.spec.ts:436:25
test/rpc/debug/getRawBlock.spec.ts: packages/client/test/rpc/debug/getRawBlock.spec.ts#L18
TypeError: kzg.blobToKzgCommitment is not a function ❯ Module.blobsToCommitments ../util/src/blobs.ts:63:26 ❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:95:29 ❯ test/rpc/debug/getRawBlock.spec.ts:18:23
test/rpc/debug/getRawHeader.spec.ts: packages/client/test/rpc/debug/getRawHeader.spec.ts#L18
TypeError: kzg.blobToKzgCommitment is not a function ❯ Module.blobsToCommitments ../util/src/blobs.ts:63:26 ❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:95:29 ❯ test/rpc/debug/getRawHeader.spec.ts:18:23
test/rpc/debug/getRawReceipts.spec.ts > eth_getTransactionReceipt > get blobGasUsed/blobGasPrice in blob tx receipt: packages/client/test/rpc/debug/getRawReceipts.spec.ts#L122
TypeError: kzg.blobToKzgCommitment is not a function ❯ Module.blobsToCommitments ../util/src/blobs.ts:63:26 ❯ test/rpc/debug/getRawReceipts.spec.ts:122:27
test/rpc/engine/getPayloadV3.spec.ts > engine_getPayloadV3 > call with known payload: packages/client/test/rpc/engine/getPayloadV3.spec.ts#L92
TypeError: kzg.blobToKzgCommitment is not a function ❯ Module.blobsToCommitments ../util/src/blobs.ts:63:26 ❯ test/rpc/engine/getPayloadV3.spec.ts:92:27
test/rpc/eth/blobBaseFee.spec.ts > eth_blobBaseFee > call with more realistic blockchain: packages/client/test/rpc/eth/blobBaseFee.spec.ts#L35
TypeError: kzg.blobToKzgCommitment is not a function ❯ Module.blobsToCommitments ../util/src/blobs.ts:63:26 ❯ produceBlockWith4844Tx test/rpc/eth/blobBaseFee.spec.ts:35:22 ❯ test/rpc/eth/blobBaseFee.spec.ts:118:7
test/rpc/eth/getBlockByNumber.spec.ts: packages/client/test/rpc/eth/getBlockByNumber.spec.ts#L18
TypeError: kzg.blobToKzgCommitment is not a function ❯ Module.blobsToCommitments ../util/src/blobs.ts:63:26 ❯ Module.createBlob4844Tx ../tx/src/4844/constructors.ts:95:29 ❯ test/rpc/eth/getBlockByNumber.spec.ts:18:23
test/rpc/eth/getBlockReceipts.spec.ts > eth_getTransactionReceipt > get blobGasUsed/blobGasPrice in blob tx receipt: packages/client/test/rpc/eth/getBlockReceipts.spec.ts#L126
TypeError: kzg.blobToKzgCommitment is not a function ❯ Module.blobsToCommitments ../util/src/blobs.ts:63:26 ❯ test/rpc/eth/getBlockReceipts.spec.ts:126:27
test/rpc/eth/getFeeHistory.spec.ts > eth_feeHistory > eth_feeHistory - Should correctly return the right blob base fees and ratios for a chain with 4844 active: packages/client/test/rpc/eth/getFeeHistory.spec.ts#L130
TypeError: kzg.blobToKzgCommitment is not a function ❯ Module.blobsToCommitments ../util/src/blobs.ts:63:26 ❯ produceBlockWith4844Tx test/rpc/eth/getFeeHistory.spec.ts:130:22 ❯ it.timeout test/rpc/eth/getFeeHistory.spec.ts:443:9
browser / test-all-browser
The job running on runner GitHub Actions 4 has exceeded the maximum execution time of 360 minutes.
browser / test-all-browser
The operation was canceled.
build
Cache save failed.
rlp / test-rlp
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
devp2p / test-devp2p
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
blockchain / test-blockchain
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
common / test-common
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
util / test-util
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
genesis / test-genesis
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
trie / test-trie
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
statemanager / test-statemanager
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
block / test-block
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
evm / test-evm
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
vm-pr / vm-api
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
client / test client docker file
The following actions uses node12 which is deprecated and will be forced to run on node16: docker/setup-qemu-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
client / test client docker file
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/setup-qemu-action@v1, docker/setup-buildx-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
client / test client docker file
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
ethash / test-ethash
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
tx / test-tx
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
wallet / test-wallet
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/