tangle-network / relayer

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

[TASK] Handle `ResourceIdUpdate` Proposal #542

Closed shekohex closed 1 year ago

shekohex commented 1 year ago

Overview

In Our protocol we can add new handlers overtime on the same chain that all connected to one Signature Bridge contract. Adding a new Resource to the Signature bridge is handled through our proposal system using the webb_proposals::evm::ResourceIdUpdateProposal and it is treated differently since the proposal is executed on the Signature Bridge contract itself not on IExecutor handler.

Task Checklist