Skip to content

chore(release): Bump versions for v0.12.0-SNAPSHOT #789

chore(release): Bump versions for v0.12.0-SNAPSHOT

chore(release): Bump versions for v0.12.0-SNAPSHOT #789

GitHub Actions / Unit Tests results failed Dec 13, 2024 in 0s

4 fail, 9 pass in 12s

 1 files   6 suites   12s ⏱️
13 tests  9 ✅ 0 💤 4 ❌
36 runs  32 ✅ 0 💤 4 ❌

Results for commit 24f4d9a.

Annotations

Check warning on line 0 in "before all" hook in "@OZERC20Extensions Test Suite"

See this annotation in the file changed.

@github-actions github-actions / Unit Tests results

@OZERC20Extensions Test Suite "before all" hook in "@OZERC20Extensions Test Suite" ("before all" hook in "@OZERC20Extensions Test Suite") failed

test-results.f982164babf0b6a601f6b51d7569d024.xml [took 7s]
Raw output
[Request ID: 0ffae025-5519-48f9-91ea-6898cadbb953] Error invoking RPC: [Request ID: 0ffae025-5519-48f9-91ea-6898cadbb953] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=EthereumTransaction
ProviderError: [Request ID: 0ffae025-5519-48f9-91ea-6898cadbb953] Error invoking RPC: [Request ID: 0ffae025-5519-48f9-91ea-6898cadbb953] 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-20-extensions/ERC20Extensions.js:72:5)

Check warning on line 0 in "before all" hook for "should check if create/mint the erc20 tokens happened when contract created"

See this annotation in the file changed.

@github-actions github-actions / Unit Tests results

@OZERC20Votes Test Suite "before all" hook for "should check if create/mint the erc20 tokens happened when contract created" ("before all" hook for "should check if create/mint the erc20 tokens happened when contract created") failed

test-results.f982164babf0b6a601f6b51d7569d024.xml [took 0s]
Raw output
[Request ID: 308af77c-4e75-4746-aaa1-baadae9114b9] Error invoking RPC: [Request ID: 308af77c-4e75-4746-aaa1-baadae9114b9] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=FileCreateTransaction
ProviderError: [Request ID: 308af77c-4e75-4746-aaa1-baadae9114b9] Error invoking RPC: [Request ID: 308af77c-4e75-4746-aaa1-baadae9114b9] 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-20-votes/erc20Votes.js:40:16)

Check warning on line 0 in "before all" hook for "should be able to get token name"

See this annotation in the file changed.

@github-actions github-actions / Unit Tests results

ERC20Contract Test Suite "before all" hook for "should be able to get token name" ("before all" hook for "should be able to get token name") failed

test-results.f982164babf0b6a601f6b51d7569d024.xml [took 0s]
Raw output
[Request ID: b772deb1-33ce-4b1e-ae3f-5278219abcbb] Error invoking RPC: [Request ID: b772deb1-33ce-4b1e-ae3f-5278219abcbb] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=FileCreateTransaction
ProviderError: [Request ID: b772deb1-33ce-4b1e-ae3f-5278219abcbb] Error invoking RPC: [Request ID: b772deb1-33ce-4b1e-ae3f-5278219abcbb] 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 Function.deployTokenCreateContract (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/test/system-contracts/hedera-token-service/utils.js:99:25)
    at Context.<anonymous> (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/test/system-contracts/hedera-token-service/erc-20/ERC20Contract.js:36:27)

Check warning on line 0 in "before all" hook for "should be able to get token name"

See this annotation in the file changed.

@github-actions github-actions / Unit Tests results

IERC20 Test Suite "before all" hook for "should be able to get token name" ("before all" hook for "should be able to get token name") failed

test-results.f982164babf0b6a601f6b51d7569d024.xml [took 0s]
Raw output
[Request ID: 9b332a66-9e03-4703-8123-da1673cc6705] Error invoking RPC: [Request ID: 9b332a66-9e03-4703-8123-da1673cc6705] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=FileCreateTransaction
ProviderError: [Request ID: 9b332a66-9e03-4703-8123-da1673cc6705] Error invoking RPC: [Request ID: 9b332a66-9e03-4703-8123-da1673cc6705] 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 Function.deployTokenCreateContract (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/test/system-contracts/hedera-token-service/utils.js:99:25)
    at Context.<anonymous> (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/test/system-contracts/hedera-token-service/erc-20/IERC20.js:41:27)