Skip to content

chore(release): Bump versions for v0.10.0 #36

chore(release): Bump versions for v0.10.0

chore(release): Bump versions for v0.10.0 #36

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

14 fail, 1 pass in 6s

 1 files   6 suites   6s ⏱️
15 tests  1 ✅ 0 💤 14 ❌
33 runs  19 ✅ 0 💤 14 ❌

Results for commit eebbf38.

Annotations

Check warning on line 0 in should be able to freeze and unfreeze token

See this annotation in the file changed.

@github-actions github-actions / Test Results

TokenManagmentContract Test Suite should be able to freeze and unfreeze token (should be able to freeze and unfreeze token) failed

test-results.2cb4c93ea477063d49e15cae2dbbe944.xml [took 0s]
Raw output
[Request ID: 4d121e99-10b3-46cd-b28d-5d1e6888d481] Error invoking RPC: [Request ID: 4d121e99-10b3-46cd-b28d-5d1e6888d481] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=EthereumTransaction
ProviderError: [Request ID: 4d121e99-10b3-46cd-b28d-5d1e6888d481] Error invoking RPC: [Request ID: 4d121e99-10b3-46cd-b28d-5d1e6888d481] 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.freezeTokenPublic (/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/system-contracts/hedera-token-service/token-managment/tokenManagmentContract.js:151:22)

Check warning on line 0 in should be able to wipe token

See this annotation in the file changed.

@github-actions github-actions / Test Results

TokenManagmentContract Test Suite should be able to wipe token (should be able to wipe token) failed

test-results.2cb4c93ea477063d49e15cae2dbbe944.xml [took 0s]
Raw output
[Request ID: 8e18d8cf-7bb7-40f3-b160-3a2aeb0fc705] Error invoking RPC: [Request ID: 8e18d8cf-7bb7-40f3-b160-3a2aeb0fc705] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=EthereumTransaction
ProviderError: [Request ID: 8e18d8cf-7bb7-40f3-b160-3a2aeb0fc705] Error invoking RPC: [Request ID: 8e18d8cf-7bb7-40f3-b160-3a2aeb0fc705] 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.transferTokensPublic (/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/system-contracts/hedera-token-service/token-managment/tokenManagmentContract.js:200:5)

Check warning on line 0 in should be able to remove token kyc

See this annotation in the file changed.

@github-actions github-actions / Test Results

TokenManagmentContract Test Suite should be able to remove token kyc (should be able to remove token kyc) failed

test-results.2cb4c93ea477063d49e15cae2dbbe944.xml [took 0s]
Raw output
[Request ID: c7abf0eb-5774-4b55-9c77-e3d5951d1c66] Error invoking RPC: [Request ID: c7abf0eb-5774-4b55-9c77-e3d5951d1c66] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=EthereumTransaction
ProviderError: [Request ID: c7abf0eb-5774-4b55-9c77-e3d5951d1c66] Error invoking RPC: [Request ID: c7abf0eb-5774-4b55-9c77-e3d5951d1c66] 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.revokeTokenKycPublic (/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/system-contracts/hedera-token-service/token-managment/tokenManagmentContract.js:237:25)

Check warning on line 0 in should be able to pause and unpause token

See this annotation in the file changed.

@github-actions github-actions / Test Results

TokenManagmentContract Test Suite should be able to pause and unpause token (should be able to pause and unpause token) failed

test-results.2cb4c93ea477063d49e15cae2dbbe944.xml [took 0s]
Raw output
[Request ID: 09cee72f-dd37-4a8a-bfc9-f6640895ecd1] Error invoking RPC: [Request ID: 09cee72f-dd37-4a8a-bfc9-f6640895ecd1] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=EthereumTransaction
ProviderError: [Request ID: 09cee72f-dd37-4a8a-bfc9-f6640895ecd1] Error invoking RPC: [Request ID: 09cee72f-dd37-4a8a-bfc9-f6640895ecd1] 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.pauseTokenPublic (/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/system-contracts/hedera-token-service/token-managment/tokenManagmentContract.js:264:7)

Check warning on line 0 in should be able to wipe token account NFT

See this annotation in the file changed.

@github-actions github-actions / Test Results

TokenManagmentContract Test Suite should be able to wipe token account NFT (should be able to wipe token account NFT) failed

test-results.2cb4c93ea477063d49e15cae2dbbe944.xml [took 0s]
Raw output
[Request ID: 48f0bcd7-5535-4b34-8168-c76b1f656531] Error invoking RPC: [Request ID: 48f0bcd7-5535-4b34-8168-c76b1f656531] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=EthereumTransaction
ProviderError: [Request ID: 48f0bcd7-5535-4b34-8168-c76b1f656531] Error invoking RPC: [Request ID: 48f0bcd7-5535-4b34-8168-c76b1f656531] 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.transferNFTPublic (/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/system-contracts/hedera-token-service/token-managment/tokenManagmentContract.js:281:5)

Check warning on line 0 in should be able to update token info

See this annotation in the file changed.

@github-actions github-actions / Test Results

TokenManagmentContract Test Suite should be able to update token info (should be able to update token info) failed

test-results.2cb4c93ea477063d49e15cae2dbbe944.xml [took 0s]
Raw output
[Request ID: ae1e9925-81a0-4330-9382-b17250f512ad] Error invoking RPC: [Request ID: ae1e9925-81a0-4330-9382-b17250f512ad] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=EthereumTransaction
ProviderError: [Request ID: ae1e9925-81a0-4330-9382-b17250f512ad] Error invoking RPC: [Request ID: ae1e9925-81a0-4330-9382-b17250f512ad] 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.getTokenInfoPublic (/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/system-contracts/hedera-token-service/token-managment/tokenManagmentContract.js:305:7)

Check warning on line 0 in should be able to update token expiry info

See this annotation in the file changed.

@github-actions github-actions / Test Results

TokenManagmentContract Test Suite should be able to update token expiry info (should be able to update token expiry info) failed

test-results.2cb4c93ea477063d49e15cae2dbbe944.xml [took 0s]
Raw output
[Request ID: 9237e6e8-e7c9-472a-9668-88672309a3c6] Error invoking RPC: [Request ID: 9237e6e8-e7c9-472a-9668-88672309a3c6] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=EthereumTransaction
ProviderError: [Request ID: 9237e6e8-e7c9-472a-9668-88672309a3c6] Error invoking RPC: [Request ID: 9237e6e8-e7c9-472a-9668-88672309a3c6] 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.getTokenExpiryInfoPublic (/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/system-contracts/hedera-token-service/token-managment/tokenManagmentContract.js:367:7)

Check warning on line 0 in should be able to update token keys

See this annotation in the file changed.

@github-actions github-actions / Test Results

TokenManagmentContract Test Suite should be able to update token keys (should be able to update token keys) failed

test-results.2cb4c93ea477063d49e15cae2dbbe944.xml [took 0s]
Raw output
[Request ID: 83e851c7-3ea1-4722-af6b-fd621f4fe9f5] Error invoking RPC: [Request ID: 83e851c7-3ea1-4722-af6b-fd621f4fe9f5] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=EthereumTransaction
ProviderError: [Request ID: 83e851c7-3ea1-4722-af6b-fd621f4fe9f5] Error invoking RPC: [Request ID: 83e851c7-3ea1-4722-af6b-fd621f4fe9f5] 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.getTokenKeyPublic (/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/system-contracts/hedera-token-service/token-managment/tokenManagmentContract.js:419:22)

Check warning on line 0 in should be able to burn token

See this annotation in the file changed.

@github-actions github-actions / Test Results

TokenManagmentContract Test Suite should be able to burn token (should be able to burn token) failed

test-results.2cb4c93ea477063d49e15cae2dbbe944.xml [took 0s]
Raw output
[Request ID: 0698ffca-611f-4d0c-9f96-5141ea27f518] Error invoking RPC: [Request ID: 0698ffca-611f-4d0c-9f96-5141ea27f518] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=EthereumTransaction
ProviderError: [Request ID: 0698ffca-611f-4d0c-9f96-5141ea27f518] Error invoking RPC: [Request ID: 0698ffca-611f-4d0c-9f96-5141ea27f518] 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.burnTokenPublic (/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/system-contracts/hedera-token-service/token-managment/tokenManagmentContract.js:471:5)

Check warning on line 0 in should be able to dissociate tokens

See this annotation in the file changed.

@github-actions github-actions / Test Results

TokenManagmentContract Test Suite should be able to dissociate tokens (should be able to dissociate tokens) failed

test-results.2cb4c93ea477063d49e15cae2dbbe944.xml [took 0s]
Raw output
[Request ID: 20b8cc8c-a5bf-444b-a1a3-a94e4e975118] Error invoking RPC: [Request ID: 20b8cc8c-a5bf-444b-a1a3-a94e4e975118] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=EthereumTransaction
ProviderError: [Request ID: 20b8cc8c-a5bf-444b-a1a3-a94e4e975118] Error invoking RPC: [Request ID: 20b8cc8c-a5bf-444b-a1a3-a94e4e975118] 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.dissociateTokensPublic (/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/system-contracts/hedera-token-service/token-managment/tokenManagmentContract.js:493:7)

Check warning on line 0 in should be able to dissociate token

See this annotation in the file changed.

@github-actions github-actions / Test Results

TokenManagmentContract Test Suite should be able to dissociate token (should be able to dissociate token) failed

test-results.2cb4c93ea477063d49e15cae2dbbe944.xml [took 0s]
Raw output
[Request ID: fdd4094c-73a4-488d-8430-c77e1af8ba14] Error invoking RPC: [Request ID: fdd4094c-73a4-488d-8430-c77e1af8ba14] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=EthereumTransaction
ProviderError: [Request ID: fdd4094c-73a4-488d-8430-c77e1af8ba14] Error invoking RPC: [Request ID: fdd4094c-73a4-488d-8430-c77e1af8ba14] 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.dissociateTokenPublic (/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/system-contracts/hedera-token-service/token-managment/tokenManagmentContract.js:526:7)

Check warning on line 0 in "before all" hook for "should be able to change PAUSE key to contractId and pause the token with same contract"

See this annotation in the file changed.

@github-actions github-actions / Test Results

TokenManagmentContract Test Suite Extended update token info and keys test suite Admin key set to ECDSA_secp256k "before all" h…tract" ("before all" hook for "should be able to change PAUSE key to contractId and pause the token with same contract") failed

test-results.2cb4c93ea477063d49e15cae2dbbe944.xml [took 0s]
Raw output
[Request ID: 7ef37856-4c54-4aac-a166-4fc2b2be1991] Error invoking RPC: [Request ID: 7ef37856-4c54-4aac-a166-4fc2b2be1991] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=EthereumTransaction
ProviderError: [Request ID: 7ef37856-4c54-4aac-a166-4fc2b2be1991] Error invoking RPC: [Request ID: 7ef37856-4c54-4aac-a166-4fc2b2be1991] 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.createFungibleTokenWithSECP256K1AdminKeyPublic (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/ethers/src.ts/contract/contract.ts:352:16)
    at Function.createFungibleTokenWithSECP256K1AdminKey (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/test/system-contracts/hedera-token-service/utils.js:297:7)
    at Context.<anonymous> (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/test/system-contracts/hedera-token-service/token-managment/tokenManagmentContract.js:606:24)

Check warning on line 0 in "before all" hook in "Admin key set to contractId"

See this annotation in the file changed.

@github-actions github-actions / Test Results

TokenManagmentContract Test Suite Extended update token info and keys test suite Admin key set to contractId "before all" hook in "Admin key set to contractId" ("before all" hook in "Admin key set to contractId") failed

test-results.2cb4c93ea477063d49e15cae2dbbe944.xml [took 0s]
Raw output
[Request ID: 0bdcf1c8-3444-4821-baf7-056f78438da7] Error invoking RPC: [Request ID: 0bdcf1c8-3444-4821-baf7-056f78438da7] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=EthereumTransaction
ProviderError: [Request ID: 0bdcf1c8-3444-4821-baf7-056f78438da7] Error invoking RPC: [Request ID: 0bdcf1c8-3444-4821-baf7-056f78438da7] 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.createFungibleTokenWithSECP256K1AdminKeyPublic (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/ethers/src.ts/contract/contract.ts:352:16)
    at Function.createFungibleTokenWithSECP256K1AdminKey (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/test/system-contracts/hedera-token-service/utils.js:297:7)
    at Context.<anonymous> (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/test/system-contracts/hedera-token-service/token-managment/tokenManagmentContract.js:1072:24)

Check warning on line 0 in "before each" hook for "should be able to update fixed fee in HTS token"

See this annotation in the file changed.

@github-actions github-actions / Test Results

TokenManagmentContract Test Suite Update fees "before each" hook for "should be able to update fixed fee in HTS token" ("before each" hook for "should be able to update fixed fee in HTS token") failed

test-results.2cb4c93ea477063d49e15cae2dbbe944.xml [took 0s]
Raw output
[Request ID: f3b03b20-0e59-410d-af5d-b2e90769a5b2] Error invoking RPC: [Request ID: f3b03b20-0e59-410d-af5d-b2e90769a5b2] Transaction execution returns a null value: [email protected], callerName=eth_sendRawTransaction, txConstructorName=EthereumTransaction
ProviderError: [Request ID: f3b03b20-0e59-410d-af5d-b2e90769a5b2] Error invoking RPC: [Request ID: f3b03b20-0e59-410d-af5d-b2e90769a5b2] 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.createFungibleTokenWithPresetKeys (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/node_modules/ethers/src.ts/contract/contract.ts:352:16)
    at Function.createFungibleTokenWithPresetKeysPublic (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/test/system-contracts/hedera-token-service/utils.js:232:28)
    at Context.<anonymous> (/home/runner/_work/hedera-smart-contracts/hedera-smart-contracts/test/system-contracts/hedera-token-service/token-managment/tokenManagmentContract.js:1436:18)