hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
37 stars 51 forks source link

Add negative tests for ''send', 'transfer', 'call' #663

Closed stefan-stefanooov closed 5 months ago

stefan-stefanooov commented 5 months ago

Problem

We need to double check recently added Hedera functionality in there two tasks: Related issue(s): https://github.com/hashgraph/hedera-services/issues/4672 https://github.com/hashgraph/hedera-json-rpc-relay/issues/805

Solution

Add negative tests for ''send', 'transfer', 'call' Add test in which we are calling non existing address.

Alternatives

No response