Add micro-eth-signer/kzg
#437
Triggered via pull request
September 19, 2024 15:34
Status
Cancelled
Total duration
32m 3s
Artifacts
–
build.yml
on: pull_request
build
1m 14s
checkout-submodules
51s
blockchain
/
test-blockchain
1m 5s
client
/
test-client
3m 12s
client
/
test client docker file
1m 42s
client
/
test-client-cli
1m 11s
common
/
test-common
11s
devp2p
/
test-devp2p
22s
ethash
/
test-ethash
2m 14s
examples
/
test-examples
1m 48s
genesis
/
test-genesis
22s
rlp
/
test-rlp
17s
statemanager
/
test-statemanager
31s
trie
/
test-trie
27s
util
/
test-util
16s
verkle
/
test-verkle
10s
wallet
/
test-wallet
6m 46s
lint
/
lint
2m 23s
block
/
test-block
34s
browser
/
test-all-browser
30m 0s
evm
/
test-evm
38s
tx
/
test-tx
2m 32s
vm-pr
/
vm-api
51s
vm-pr
/
vm-benchmarks
41s
typecheck
/
typecheck
59s
Matrix: vm-pr / vm-blockchain-extended
Matrix: vm-pr / vm-blockchain
Matrix: vm-pr / vm-state-extended
Matrix: vm-pr / vm-state
Annotations
28 errors and 17 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'.
|
test/api/runTx.spec.ts > EIP 4844 transaction tests > should work:
packages/vm/test/api/utils.ts#L105
TypeError: kzg.blobToKzgCommitment is not a function
❯ Module.blobsToCommitments ../util/src/blobs.ts:63:26
❯ Module.getTransaction test/api/utils.ts:105:34
❯ test/api/runTx.spec.ts:904:16
|
test/api/EIPs/eip-4844-blobs.spec.ts > EIP4844 tests > should build a block correctly with blobs:
packages/vm/test/api/EIPs/eip-4844-blobs.spec.ts#L65
TypeError: kzg.blobToKzgCommitment is not a function
❯ Module.blobsToCommitments ../util/src/blobs.ts:63:26
❯ test/api/EIPs/eip-4844-blobs.spec.ts:65:25
|
vm-pr / vm-api
Process completed with exit code 1.
|
client / test client docker file
Process completed with exit code 1.
|
examples / test-examples
Process completed with exit code 1.
|
lint / lint
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
Canceling since a higher priority waiting request for 'Build-hot-swappable-kzg-build' exists
|
browser / test-all-browser
The operation was canceled.
|
build
Cache save failed.
|
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/
|
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/
|
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/
|
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/
|
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/
|
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/
|
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/
|