Mustafa Uzun
Mustafa Uzun
Signed-off-by: Mustafa Uzun **Description**: In order to be possible to both execute and simulate transactions, run by the EVM used inside `hedera-node`, we need to extract a module encapsulating all...
**Description**: Remove redundant check `frame.isStatic` as it is checked at line 91 **Related issue(s)**: Fixes #14037 **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [...
```[tasklist] ### Tasks - [ ] https://github.com/hashgraph/hedera-services/issues/14620 - [ ] https://github.com/hashgraph/hedera-services/issues/14621 - [ ] https://github.com/hashgraph/hedera-services/issues/14622 ```
We'd need to extend our current examples to support and test this behaviour.
### Description `getTokenDefaultKycStatus` is returning `false `when a token has a KYC key. Expected: getTokenDefaultKycStatus returns `true` when a token has a KYC key. ### Steps to reproduce 1. Create...