tangle-network / relayer

🕸️ The Webb Relayer Network
https://webb-tools.github.io/relayer/
Apache License 2.0
22 stars 13 forks source link

[CHECKLIST] Relayer registry / onchain configuration + Bridge Registry #581

Open drewstone opened 1 year ago

drewstone commented 1 year ago

Overview

A potential new idea to make relayer operations more seamless. Since relayers have EVM keys we could consider having a precompile for this.

Relayer registry

The first thing would be a relayer registry where relayers opt-in to the bridges they want to relay for, say index 1,2,3. Then every time they shutdown and spin back up, they can easily check which bridges they've opted-in to relay for and quickly spin up with minimal configuration.

This would obviously benefit from a UI but could also be possibly implemented as a relayer CLI.

Bridge registry

The purpose of this bridge registry is to minimize as much configuration for external relayers. We should continue to leverage this and figure out how to make relayer management easy and seamless.

Checklist