Skip to content

build(deps-dev): Bump @openzeppelin/contracts-upgradeable from 5.1.0 … #540

build(deps-dev): Bump @openzeppelin/contracts-upgradeable from 5.1.0 …

build(deps-dev): Bump @openzeppelin/contracts-upgradeable from 5.1.0 … #540

GitHub Actions / Unit Tests results failed Jan 10, 2025 in 0s

1 fail, 12 pass in 11s

 1 files  ± 0   3 suites   - 6   11s ⏱️ - 6m 7s
13 tests  - 43  12 ✅  - 44  0 💤 ±0  1 ❌ +1 
26 runs   - 30  25 ✅  - 31  0 💤 ±0  1 ❌ +1 

Results for commit bc8371c. ± Comparison against earlier commit 4bdf28d.

Annotations

Check warning on line 0 in "before each" hook for "Should retireve the total supply of a token ID"

See this annotation in the file changed.

@github-actions github-actions / Unit Tests results

@OZERC1155Token Test Suite "before each" hook for "Should retireve the total supply of a token ID" ("before each" hook for "Should retireve the total supply of a token ID") failed

test-results.833cef0f1df715d595045acd24195658.xml [took 0s]
Raw output
[Request ID: 66d05fbd-dd26-4f70-8b7b-b4fb0c994d83] Error invoking RPC: [Request ID: 66d05fbd-dd26-4f70-8b7b-b4fb0c994d83] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=FileCreateTransaction
ProviderError: [Request ID: 66d05fbd-dd26-4f70-8b7b-b4fb0c994d83] Error invoking RPC: [Request ID: 66d05fbd-dd26-4f70-8b7b-b4fb0c994d83] 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 / Unit Tests results

13 tests found

There are 13 tests, see "Raw output" for the full list of tests.
Raw output
"before each" hook for "Should retireve the total supply of a token ID" ‑ @OZERC1155Token Test Suite "before each" hook for "Should retireve the total supply of a token ID"
Should be able to mint a new token ‑ @OZERC1155Token Test Suite Should be able to mint a new token
Should be able to mint new tokens in batch ‑ @OZERC1155Token Test Suite Should be able to mint new tokens in batch
Should check the balance of an address in batch ‑ @OZERC1155Token Test Suite Should check the balance of an address in batch
Should check the existance of a token ID ‑ @OZERC1155Token Test Suite Should check the existance of a token ID
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