hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
38 stars 53 forks source link

Direct Calls to Native Precompiles Tests #647

Closed georgi-l95 closed 8 months ago

georgi-l95 commented 8 months ago

Problem

We recently enabled direct calls to ethereum precompiles, but don't have e2e tests for this.

Solution

Add tests which cover this functionality.

Prerequisites

Test against the latest local node version. (and make sure the mirror node version is: 0.98.0-SNAPSHOT)

Precompile cheat sheet: https://www.evm.codes/precompiled?fork=shanghai

No response