The current implementation retrieves the block header from an RPC. To enhance security and reduce dependency on an RPC, add a Helios light client to the Docker Compose and use the Helios client for the block header instead of the RPC in the header oracle Python code.
The current implementation retrieves the block header from an RPC. To enhance security and reduce dependency on an RPC, add a Helios light client to the Docker Compose and use the Helios client for the block header instead of the RPC in the header oracle Python code.