Dustin Brickwood
Dustin Brickwood
# Overview I have some directories that I have intentional excluded from my workspace but I still want to account for the code coverage. Is there an option to do...
# Overview The below steps outlines the initial research and investigation required in an effort to optimize our own Poseidon Hash implementation. - [ ] Read and review optimized Poseidon...
## 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...
### Overview We need to implement the vanchor events watcher similar to the normal anchor leaves watcher for protocol-ink!. A good example of the anchor pallet leaves watcher is [here](https://github.com/webb-tools/relayer/blob/main/src/events_watcher/substrate/anchor_leaves_watcher.rs)....
### Overview We need to implement the vanchor events watcher similar to the normal anchor leaves watcher for Cosmwasm. A good example of the anchor pallet leaves watcher is [here](https://github.com/webb-tools/relayer/blob/main/src/events_watcher/substrate/anchor_leaves_watcher.rs)....
## Overview We have support for the [Substrate/EVM vanchor](https://github.com/webb-tools/relayer/tree/main/src/tx_relay), but we need to integrate support for the cosmwasm vanchor as well. ### Checklist - [ ] Add a handler for...