tangle-network / relayer

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

[TASK] Use tangle runtime rust bindings in relayer #460

Closed salman01zp closed 1 year ago

salman01zp commented 1 year ago

Overview

Currently, the relayer uses substrate-runtime and dkg-runtime metadata separately to interact with respective nodes. But since the relayer will be interacting with just the tangle node, we should update the relayer code base to use rust bindings for tangle-runtime metadata.

We can also remove substrate-runtime and dkg-runtime from webb-rs.

shekohex commented 1 year ago

Increased the effort as it looks like this Task is touching a lot of other areas.