Skip to content

build(deps): Bump actions/setup-node from 4.0.3 to 4.0.4 (#950) #218

build(deps): Bump actions/setup-node from 4.0.3 to 4.0.4 (#950)

build(deps): Bump actions/setup-node from 4.0.3 to 4.0.4 (#950) #218

GitHub Actions / Test Results failed Oct 2, 2024 in 0s

2 fail, 8 pass in 5s

 1 files  ± 0   3 suites   - 12   5s ⏱️ -46s
10 tests  - 16   8 ✅  - 18  0 💤 ±0  2 ❌ +2 
26 runs  ± 0  24 ✅  -  2  0 💤 ±0  2 ❌ +2 

Results for commit 8deac5b. ± Comparison against earlier commit 4e4765c.

Annotations

Check warning on line 0 in Should be able to mint a new token

See this annotation in the file changed.

@github-actions github-actions / Test Results

@OZERC1155Token Test Suite Should be able to mint a new token (Should be able to mint a new token) failed

test-results.ec1fef6de1b0a2de749283774804f811.xml [took 0s]
Raw output
[Request ID: 3e8f2234-da79-469f-ae77-36b0d2e1e037] Error invoking RPC: [Request ID: 3e8f2234-da79-469f-ae77-36b0d2e1e037] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=EthereumTransaction
ProviderError: [Request ID: 3e8f2234-da79-469f-ae77-36b0d2e1e037] Error invoking RPC: [Request ID: 3e8f2234-da79-469f-ae77-36b0d2e1e037] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=EthereumTransaction
    at HttpProvider.request (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/hardhat/src/internal/core/providers/http.ts:107:21)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at HardhatEthersSigner.sendTransaction (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/@nomicfoundation/hardhat-ethers/src/signers.ts:125:18)
    at send (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/ethers/src.ts/contract/contract.ts:313:20)
    at Proxy.mint (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/ethers/src.ts/contract/contract.ts:352:16)
    at Context.<anonymous> (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/test/openzeppelin/ERC-1155/ERC1155Token.js:56:16)

Check warning on line 0 in "before each" hook for "Should be able to mint new tokens in batch"

See this annotation in the file changed.

@github-actions github-actions / Test Results

@OZERC1155Token Test Suite "before each" hook for "Should be able to mint new tokens in batch" ("before each" hook for "Should be able to mint new tokens in batch") failed

test-results.ec1fef6de1b0a2de749283774804f811.xml [took 0s]
Raw output
[Request ID: 8ca2a7eb-7368-4be4-8919-d5fa98da62b3] Error invoking RPC: [Request ID: 8ca2a7eb-7368-4be4-8919-d5fa98da62b3] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=FileCreateTransaction
ProviderError: [Request ID: 8ca2a7eb-7368-4be4-8919-d5fa98da62b3] Error invoking RPC: [Request ID: 8ca2a7eb-7368-4be4-8919-d5fa98da62b3] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=FileCreateTransaction
    at HttpProvider.request (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/hardhat/src/internal/core/providers/http.ts:107:21)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at HardhatEthersSigner.sendTransaction (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/@nomicfoundation/hardhat-ethers/src/signers.ts:125:18)
    at ContractFactory.deploy (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/ethers/src.ts/contract/factory.ts:111:24)
    at Context.<anonymous> (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/test/openzeppelin/ERC-1155/ERC1155Token.js:47:20)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

10 tests found

There are 10 tests, see "Raw output" for the full list of tests.
Raw output
"before each" hook for "Should be able to mint new tokens in batch" ‑ @OZERC1155Token Test Suite "before each" hook for "Should be able to mint new tokens in batch"
Should be able to mint a new token ‑ @OZERC1155Token Test Suite Should be able to mint a new token
Should deploy erc1155Token ‑ @OZERC1155Token Test Suite Should deploy erc1155Token
should be able to execute balanceOf(address,uint256) ‑ @OZERC1155 Test Suite should be able to execute balanceOf(address,uint256)
should be able to execute balanceOfBatch(address[],uint256[]) ‑ @OZERC1155 Test Suite should be able to execute balanceOfBatch(address[],uint256[])
should be able to execute isApprovedForAll(address,address) ‑ @OZERC1155 Test Suite should be able to execute isApprovedForAll(address,address)
should be able to execute safeBatchTransferFrom(address,address,uint256[],uint256[],bytes) ‑ @OZERC1155 Test Suite should be able to execute safeBatchTransferFrom(address,address,uint256[],uint256[],bytes)
should be able to execute safeTransferFrom(address,address,uint256,uint256,bytes) ‑ @OZERC1155 Test Suite should be able to execute safeTransferFrom(address,address,uint256,uint256,bytes)
should be able to execute setApprovalForAll(address,bool) ‑ @OZERC1155 Test Suite should be able to execute setApprovalForAll(address,bool)
should be able to execute uri(uint256) and returns the same URI for all token types ‑ @OZERC1155 Test Suite should be able to execute uri(uint256) and returns the same URI for all token types