Skip to content

chore: bump hedera-local version #79

chore: bump hedera-local version

chore: bump hedera-local version #79

GitHub Actions / Test Results failed Jan 9, 2024 in 0s

3 fail, 6 skipped, 234 pass in 6m 20s

  14 files   -   1    72 suites   - 9   6m 20s ⏱️ - 2m 39s
243 tests +  6  234 ✔️ +  5  6 💤 +2  3  - 1 
243 runs   - 23  234 ✔️  - 22  6 💤 +2  3  - 3 

Results for commit 15b1fb1. ± Comparison against earlier commit 189cf5a.

Annotations

Check warning on line 0 in Should be able to send ERC721 token to validErc721Receiver via safeTransferFrom

See this annotation in the file changed.

@github-actions github-actions / Test Results

@OZIERC721Receiver Tests Should be able to send ERC721 token to validErc721Receiver via safeTransferFrom (Should be able to send ERC721 token to validErc721Receiver via safeTransferFrom) failed

test-results.028d1c29084acb54eb57543cf0040c93.xml
Raw output
nonce has already been used [ See: https://links.ethers.org/v5-errors-NONCE_EXPIRED ] (error={"name":"ProviderError","_stack":"ProviderError: [Request ID: 6b2e895d-5764-4311-b9f3-aa04b21bae32] Nonce too low. Provided nonce: 27, current nonce: 28\n    at HttpProvider.request (/runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/hardhat/src/internal/core/providers/http.ts:88:21)\n    at processTicksAndRejections (node:internal/process/task_queues:95:5)\n    at EthersProviderWrapper.send (/runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/@nomiclabs/hardhat-ethers/src/internal/ethers-provider-wrapper.ts:13:20)","code":32001,"_isProviderError":true}, method="sendTransaction", transaction=undefined, code=NONCE_EXPIRED, version=providers/5.7.2)
Error: nonce has already been used [ See: https://links.ethers.org/v5-errors-NONCE_EXPIRED ] (error={"name":"ProviderError","_stack":"ProviderError: [Request ID: 6b2e895d-5764-4311-b9f3-aa04b21bae32] Nonce too low. Provided nonce: 27, current nonce: 28\n    at HttpProvider.request (/runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/hardhat/src/internal/core/providers/http.ts:88:21)\n    at processTicksAndRejections (node:internal/process/task_queues:95:5)\n    at EthersProviderWrapper.send (/runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/@nomiclabs/hardhat-ethers/src/internal/ethers-provider-wrapper.ts:13:20)","code":32001,"_isProviderError":true}, method="sendTransaction", transaction=undefined, code=NONCE_EXPIRED, version=providers/5.7.2)
    at Logger.makeError (node_modules/@ethersproject/logger/src.ts/index.ts:269:28)
    at Logger.throwError (node_modules/@ethersproject/logger/src.ts/index.ts:281:20)
    at checkError (node_modules/@ethersproject/providers/src.ts/json-rpc-provider.ts:105:16)
    at /runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/@ethersproject/providers/src.ts/json-rpc-provider.ts:265:24
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check warning on line 0 in Should NOT be able to send ERC721 token to invalidErc721Receiver via safeTransferFrom

See this annotation in the file changed.

@github-actions github-actions / Test Results

@OZIERC721Receiver Tests Should NOT be able to send ERC721 token to invalidErc721Receiver via safeTransferFrom (Should NOT be able to send ERC721 token to invalidErc721Receiver via safeTransferFrom) failed

test-results.028d1c29084acb54eb57543cf0040c93.xml
Raw output
nonce has already been used [ See: https://links.ethers.org/v5-errors-NONCE_EXPIRED ] (error={"name":"ProviderError","_stack":"ProviderError: [Request ID: 5f9b11f5-637a-4366-aec7-4acb7880ac30] Nonce too low. Provided nonce: 27, current nonce: 28\n    at HttpProvider.request (/runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/hardhat/src/internal/core/providers/http.ts:88:21)\n    at processTicksAndRejections (node:internal/process/task_queues:95:5)\n    at EthersProviderWrapper.send (/runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/@nomiclabs/hardhat-ethers/src/internal/ethers-provider-wrapper.ts:13:20)","code":32001,"_isProviderError":true}, method="sendTransaction", transaction=undefined, code=NONCE_EXPIRED, version=providers/5.7.2)
Error: nonce has already been used [ See: https://links.ethers.org/v5-errors-NONCE_EXPIRED ] (error={"name":"ProviderError","_stack":"ProviderError: [Request ID: 5f9b11f5-637a-4366-aec7-4acb7880ac30] Nonce too low. Provided nonce: 27, current nonce: 28\n    at HttpProvider.request (/runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/hardhat/src/internal/core/providers/http.ts:88:21)\n    at processTicksAndRejections (node:internal/process/task_queues:95:5)\n    at EthersProviderWrapper.send (/runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/@nomiclabs/hardhat-ethers/src/internal/ethers-provider-wrapper.ts:13:20)","code":32001,"_isProviderError":true}, method="sendTransaction", transaction=undefined, code=NONCE_EXPIRED, version=providers/5.7.2)
    at Logger.makeError (node_modules/@ethersproject/logger/src.ts/index.ts:269:28)
    at Logger.throwError (node_modules/@ethersproject/logger/src.ts/index.ts:281:20)
    at checkError (node_modules/@ethersproject/providers/src.ts/json-rpc-provider.ts:105:16)
    at /runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/@ethersproject/providers/src.ts/json-rpc-provider.ts:265:24
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check warning on line 0 in Should upgrade proxy vote to point to voteV2

See this annotation in the file changed.

@github-actions github-actions / Test Results

@OZERC1967Upgrade Upgradable Vote Tests Proxy Contract tests Should upgrade proxy vote to point to voteV2 (Should upgrade proxy vote to point to voteV2) failed

test-results.5d1ae8660831c834b033e863ccda7801.xml
Raw output
expected '0xAdCF464072CD9302d3b5bb05f4eD667Cb59…' to equal '0xa2D861570e6aFBC4e0A2538689CB74ee7eA…'
AssertionError: expected '0xAdCF464072CD9302d3b5bb05f4eD667Cb59…' to equal '0xa2D861570e6aFBC4e0A2538689CB74ee7eA…'
    at Context.<anonymous> (test/openzeppelin/ERC-1967-Upgrade/Vote.js:76:51)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

      -0xAdCF464072CD9302d3b5bb05f4eD667Cb59b105a
      +0xa2D861570e6aFBC4e0A2538689CB74ee7eAd3A42