hashgraph / hedera-json-rpc-relay

Implementation of Ethereum JSON-RPC APIs for Hedera
Apache License 2.0
68 stars 72 forks source link

Add a start-up validation for relay's operator existence #3169

Open natanasow opened 3 weeks ago

natanasow commented 3 weeks ago

Problem

Currently, we can start a relay with a non-existing account for the operator.

Solution

Add a start-up validation to validate whether the operator exists.

The check can be done via:

Alternatives

No response