Skip to content

v0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Aug 19:04

Notes for operators

The following paremeters have been added to the Operator config file

eth_rpc_url_fallback: "https://ethereum-holesky-rpc.publicnode.com"
eth_ws_url_fallback: "wss://ethereum-holesky-rpc.publicnode.com"
...
operator:
...
    operator_tracker_ip_port_address: https://holesky.tracker.alignedlayer.com
...

This version adds a fallback mechanism to have two RPCs. The default configuration uses the public nodes RPC, but we suggest you use your own nodes for better performance and reliability.

Operator trakcer allows the system to keep track of the operators' running version.

You can check the full config file for operators here

Full Changelog: v0.5.1...v0.5.2