relayer
relayer copied to clipboard
πΈοΈ The Webb Relayer Network
## Summary of changes - Collect metrics for individual resources ### Reference issue to close (if applicable) - Closes #305 ----- ### Code Checklist - [ ] Tested - [...
### Overview Right now the relayer metrics supports tracking for the `gas_spent` and `total_fee_earned` ...etc. But these are too generic, they are calculated over the whole networks and chains. Which...
## Summary of changes - updated configurations for evm testnet brige
## Summary of changes - A light-client-relayer service that utilizes the tools from https://github.com/webb-tools/pallet-eth2-light-client ----- ### Code Checklist - [ ] Tested - [ ] Documented
Implement the `EventHandler` trait similar to Evm [here](https://github.com/webb-tools/relayer/blob/main/src/events_watcher/mod.rs#L273-#L304) which will allow one event watcher to run and many event handlers that will run in parallel. ```rust let vanchor_watcher_task = event_watcher.run(...
## Overview `HistoryStoreKey` contains keys used to store the history of events and all the event watcher use `ResourceID` as a key. The problem with substrate ResourceId is it uses...
## Overview We need to re-organize and update the `config` directory for easier user onboarding and setup. Users should be able to quickly view the config directory to understand what...
## Overview We will need to implement a signing backend that supports cosmwasm. #### Relevant links - [DKG Signing backend](https://github.com/webb-tools/relayer/blob/main/src/events_watcher/proposal_signing_backend/dkg.rs)
# Overview The goal of this checklist is to track the progress of event watcher implementations for different chains, and VAnchor. ### Related Issues - #120 ### VAnchor Events Watcher...
## Overview We have support for the [Substrate/EVM vanchor](https://github.com/webb-tools/relayer/blob/main/src/tx_relay/substrate/vanchor.rs), therefore it shouldn't be terribly different to integrate support for the protocol-ink! vanchor. ### Checklist - [ ] Add a handler...