hashgraph / hedera-smart-contracts

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

Create tests for HIP 206/906 #797

Closed lukelee-sl closed 2 weeks ago

lukelee-sl commented 3 weeks ago

Problem

There are tests that exist for HIP 206. However, these tests update the keys to include the contract key in order to enable the transaction.

Solution

Write new tests that use approvals via contracts and try atomic crypto transfer scenarios and negative tests.

Alternatives

No response