ethereum / trin

An Ethereum portal client: a json-rpc server with nearly instant sync, and low CPU & storage usage
382 stars 112 forks source link

feat: add basic support for eth_call #1442

Closed morph-dev closed 2 months ago

morph-dev commented 2 months ago

What was wrong?

Trin doesn't support eth_call requests.

How was it fixed?

I tested it locally, with one simple transaction (token balance), and it works.

To-Do in future PRs