Skip to content

feat: added ContractCaller solidity example contract

Sign in for the full log view
GitHub Actions / Test Results failed Nov 7, 2023 in 0s

4 fail, 6 skipped, 189 pass in 12m 37s

  20 files  102 suites   12m 37s ⏱️
199 tests 189 ✔️ 6 💤 4
290 runs  278 ✔️ 6 💤 6

Results for commit 3105bda.

Annotations

Check warning on line 0 in should be able to execute cryptoTransfer for hbar transfer only

See this annotation in the file changed.

@github-actions github-actions / Test Results

3 out of 4 runs failed: TokenTransferContract Test Suite should be able to execute cryptoTransfer for hbar transfer only (should be able to execute cryptoTransfer for hbar transfer only)

test-results.3c25fe765f31f81fb0b0fb6115474538.xml
test-results.55d49e22a3a4e9305ecc019f40d662c1.xml
test-results.56f3b9109d9400b2f5719b545225a0b6.xml
Raw output
expected false to equal true
AssertionError: expected false to equal true
    at Context.<anonymous> (test/hts-precompile/token-transfer/tokenTransferContract.js:279:47)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

      -false
      +true

Check warning on line 0 in should be able to make second Fungible Tokens transfer

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 3 runs failed: HIP583 Test Suite Direct Ethereum Tx Positive Fungible Token Test should be able to make second Fungible Tokens transfer (should be able to make second Fungible Tokens transfer)

test-results.d714df58b9ab73102a00dd7ab39190a9.xml
Raw output
expected 30 to equal 60. The numerical values of the given "ethers.BigNumber" and "ethers.BigNumber" inputs were compared, and they differed.
AssertionError: expected 30 to equal 60. The numerical values of the given "ethers.BigNumber" and "ethers.BigNumber" inputs were compared, and they differed.
    at Context.<anonymous> (test/hip-583/HIP583.js:215:46)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

      -30
      +60

Check warning on line 0 in should be able to make second Non-Fungible Token transfer

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 3 runs failed: HIP583 Test Suite Direct Ethereum Tx Positive Non-Fungible Token Test should be able to make second Non-Fungible Token transfer (should be able to make second Non-Fungible Token transfer)

test-results.8705dd6fa1edecbfb25a0a0562da759c.xml
Raw output
expected 1 to be above 1. The numerical values of the given "ethers.BigNumber" and "ethers.BigNumber" inputs were compared, and they differed.
AssertionError: expected 1 to be above 1. The numerical values of the given "ethers.BigNumber" and "ethers.BigNumber" inputs were compared, and they differed.
    at Context.<anonymous> (test/hip-583/HIP583.js:335:47)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

      + expected - actual

Check warning on line 0 in "before all" hook for "should NOT be able to use transferFrom on fungible tokens without approval"

See this annotation in the file changed.

@github-actions github-actions / Test Results

TokenTransferContract Test Suite "before all" hook for "should NOT be able to use transferFrom on fungible tokens without approval" ("before all" hook for "should NOT be able to use transferFrom on fungible tokens without approval") failed

test-results.79ed6b75229e34885bc089ee0652feba.xml
Raw output
nonce has already been used [ See: https://links.ethers.org/v5-errors-NONCE_EXPIRED ] (error={"name":"ProviderError","_stack":"ProviderError: [Request ID: 2c8fc06a-1f62-4aa6-9b2c-4810f00a6c29] Nonce too low. Provided nonce: 11, current nonce: 12\n    at HttpProvider.request (/home/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 (/home/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: 2c8fc06a-1f62-4aa6-9b2c-4810f00a6c29] Nonce too low. Provided nonce: 11, current nonce: 12\n    at HttpProvider.request (/home/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 (/home/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 /home/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)